@@ -31,12 +31,10 @@ If you are using Neo4j Desktop, you will not be able to use the docker-compose b
3131### Local deployment
3232#### Running through docker-compose
3333By default only OpenAI and Diffbot are enabled since Gemini requires extra GCP configurations.
34- Accoroding to enviornment we are configuring the models which is indicated by VITE_LLM_MODELS_PROD variable we can configure model based on our need.
34+ According to enviornment we are configuring the models which is indicated by VITE_LLM_MODELS_PROD variable we can configure model based on our need.
3535EX:
3636``` env
3737VITE_LLM_MODELS_PROD="openai_gpt_4o,openai_gpt_4o_mini,diffbot,gemini_1.5_flash"
38-
39- ```
4038You can then run Docker Compose to build and start all components:
4139```bash
4240docker-compose up --build
@@ -60,7 +58,7 @@ You can of course combine all (local, youtube, wikipedia, s3 and gcs) or remove
6058### Chat Modes
6159
6260By default,all of the chat modes will be available: vector, graph_vector, graph, fulltext, graph_vector_fulltext , entity_vector and global_vector.
63- By default,all of the chat modes will be available: vector, graph_vector, graph, fulltext, graph_vector_fulltext , entity_vector and global_vector.
61+
6462If none of the mode is mentioned in the chat modes variable all modes will be available:
6563``` env
6664VITE_CHAT_MODES=""
@@ -103,7 +101,7 @@ Alternatively, you can run the backend and frontend separately:
103101To deploy the app and packages on Google Cloud Platform, run the following command on google cloud run:
104102` ` ` bash
105103# Frontend deploy
106- gcloud run deploy dev-frontend --set-env-vars " VITE_BACKEND_API_URL= " --set-env-vars " VITE_FRONTEND_HOSTNAME=hostname.us-central1.run.app " --set-env-vars " VITE_SEGMENT_API_URL=https://cdn.segment.com/v1/projects/4SGwdwzuDm5WkFvQtz7D6ATQlo14yjmW/settings "
104+ gcloud run deploy dev-frontend
107105source location current directory > Frontend
108106region : 32 [us-central 1]
109107Allow unauthenticated request : Yes
0 commit comments