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
| VITE_TIME_PER_PAGE | Optional | 50 | Time per page for processing |
151
156
| VITE_CHUNK_SIZE | Optional | 5242880 | Size of each chunk of file for upload |
152
157
| VITE_GOOGLE_CLIENT_ID | Optional || Client ID for Google authentication |
158
+
| 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
153
159
| 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 |
154
160
| ENTITY_EMBEDDING | Optional | False | If set to True, It will add embeddings foreach entityin database |
155
161
| LLM_MODEL_CONFIG_ollama_<model_name>| Optional || Set ollama config as - model_name,model_local_url forlocal deployments |
156
162
| RAGAS_EMBEDDING_MODEL | Optional | openai | embedding model used by ragas evaluation framework |
0 commit comments