You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can then run Docker Compose to build and start all components:
58
41
```bash
59
42
docker-compose up --build
@@ -101,7 +84,7 @@ Alternatively, you can run the backend and frontend separately:
101
84
```
102
85
103
86
- For the backend:
104
-
1. Create the backend/.env file by copy/pasting the backend/example.env. To streamline the initial setup and testing of the application, you can preconfigure user credentials directly within the .env file. This bypasses the login dialog and allows you to immediately connect with a predefined user.
87
+
1. Create the backend/.env file by copy/pasting the backend/example.env. To streamline the initial setup and testing of the application, you can preconfigure user credentials directly within the backend .env file. This bypasses the login dialog and allows you to immediately connect with a predefined user.
| VITE_CHUNK_SIZE | Optional | 5242880 | Size of each chunk of file for upload |
159
150
| VITE_GOOGLE_CLIENT_ID | Optional || Client ID for Google authentication |
160
151
| VITE_LLM_MODELS_PROD | Optional | openai_gpt_4o,openai_gpt_4o_mini,diffbot,gemini_1.5_flash | To Distinguish models based on the Enviornment PROD or DEV
161
-
| GCS_FILE_CACHE | Optional | False | If set to True, will save the files to process into GCS. If set to False, will save the files locally |
162
-
| ENTITY_EMBEDDING | Optional | False | If set to True, It will add embeddings foreach entityin database |
163
-
| LLM_MODEL_CONFIG_ollama_<model_name>| Optional || Set ollama config as - model_name,model_local_url forlocal deployments |
164
-
| RAGAS_EMBEDDING_MODEL | Optional | openai | embedding model used by ragas evaluation framework |
152
+
| VITE_LLM_MODELS | Optional |'diffbot,openai_gpt_3.5,openai_gpt_4o,openai_gpt_4o_mini,gemini_1.5_pro,gemini_1.5_flash,azure_ai_gpt_35,azure_ai_gpt_4o,ollama_llama3,groq_llama3_70b,anthropic_claude_3_5_sonnet'| Supported Models For the application
0 commit comments