From ca9cc6e8a3fcf465ea01db019ad4f1904895feee Mon Sep 17 00:00:00 2001 From: "Amir A. Zohrenejad" <46583220+aazo11@users.noreply.github.com> Date: Wed, 15 May 2024 15:18:07 -0700 Subject: [PATCH] Update README.md --- services/enterprise/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/enterprise/README.md b/services/enterprise/README.md index 604a6dd4..f36989f9 100644 --- a/services/enterprise/README.md +++ b/services/enterprise/README.md @@ -1,9 +1,9 @@ -# AI Backend Enterprise +# Enterprise Server -This is a fastapi backend application that handles the enterprise business logic. It's build on top of the ai engine and uses it internally +The "Enterprise Server" (or ai-server) is a fastapi backend application that implements the business logic that is exposed to the users in the front-end clients like Admin Console and Slackbot. This includes authentication and authorization (both API keys and UI). The application is built on top of the dataherald engine and the two access the same MongoDB instance for storage. Before running this application you need to be running the Dataherald engine. ## Building and Running with Docker Locally -We use Docker to create a reproducible environment for ai-server. +We use Docker to create the environment ai-server. > Please use the dockerfile instead of the docker-compose file if you are trying to deploy it on your cloud platform. 1. Create your local `.env` file and copy the variables from `.env.example` and fill them up