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
| REACT_APP_SOURCES | Optional | local,youtube,wiki,s3 | List of input sources that will be available |
137
-
| LLM_MODELS | Optional | diffbot,gpt-3.5,gpt-4o | Models available for selection on the frontend, used for entities extraction and Q&A Chatbot |
149
+
| LLM_MODELS | Optional | diffbot,openai-gpt-3.5,openai-gpt-4o | Models available for selection on the frontend, used for entities extraction and Q&A
150
+
| CHAT_MODES | Optional | vector,graph+vector,graph | Chat modes available for Q&A
138
151
| ENV | Optional | DEV | Environment variable for the app |
139
152
| TIME_PER_CHUNK | Optional | 4 | Time per chunk for processing |
140
153
| CHUNK_SIZE | Optional | 5242880 | Size of each chunk of file for upload |
141
154
| GOOGLE_CLIENT_ID | Optional || Client ID for Google authentication |
142
155
| 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 |
156
+
| ENTITY_EMBEDDING | Optional | False | If set to True, It will add embeddings foreach entityin database |
157
+
| LLM_MODEL_CONFIG_azure_ai_<azure_deployment_name>| Optional || Set azure config as - azure_deployment_name,azure_endpoint or base_url,azure_api_key,api_version|
158
+
| LLM_MODEL_CONFIG_groq_<model_name>| Optional || Set groq config as - model_name,base_url,groq_api_key |
159
+
| LLM_MODEL_CONFIG_anthropic_<model_name>| Optional || Set anthropic config as - model_name,anthropic_api_key |
160
+
| LLM_MODEL_CONFIG_fireworks_<model_name>| Optional || Set fireworks config as - model_name,fireworks_api_key |
161
+
| LLM_MODEL_CONFIG_bedrock_<model_name>| Optional || Set bedrock config as - model_name,aws_access_key_id,aws_secret__access_key,region_name |
162
+
| LLM_MODEL_CONFIG_ollama_<model_name>| Optional || Set ollama config as - model_name,model_local_url |
0 commit comments