Skip to content

Commit 3a16c71

Browse files
Update README.md
1 parent e63d797 commit 3a16c71

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -221,16 +221,16 @@ VITE_BACKEND_API_URL=${VITE_BACKEND_API_URL-backendurl}
221221
| RAGAS_EMBEDDING_MODEL | Optional | openai | embedding model used by ragas evaluation framework |
222222
| |
223223
| **FRONTEND ENV**
224-
| VITE_BACKEND_API_URL | Optional | http://localhost:8000 | URL for backend API |
225-
| VITE_BLOOM_URL | Optional | https://workspace-preview.neo4j.io/workspace/explore?connectURL={CONNECT_URL}&search=Show+me+a+graph&featureGenAISuggestions=true&featureGenAISuggestionsInternal=true | URL for Bloom visualization |
226-
| VITE_REACT_APP_SOURCES | Optional | local,youtube,wiki,s3 | List of input sources that will be available |
224+
| VITE_BLOOM_URL | Mandatory | https://workspace-preview.neo4j.io/workspace/explore?connectURL={CONNECT_URL}&search=Show+me+a+graph&featureGenAISuggestions=true&featureGenAISuggestionsInternal=true | URL for Bloom visualization |
225+
| VITE_REACT_APP_SOURCES | Mandatory | local,youtube,wiki,s3 | List of input sources that will be available |
227226
| VITE_CHAT_MODES | Mandatory | vector,graph+vector,graph,hybrid | Chat modes available for Q&A
228-
| VITE_ENV | Mandatory | DEV or PROD | Environment variable for the app |
227+
| VITE_ENV | Mandatory | DEV or PROD | Environment variable for the app|
228+
| VITE_LLM_MODELS | Mandatory | '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
229+
| VITE_BACKEND_API_URL | Optional | http://localhost:8000 | URL for backend API |
229230
| VITE_TIME_PER_PAGE | Optional | 50 | Time per page for processing |
230231
| VITE_CHUNK_SIZE | Optional | 5242880 | Size of each chunk of file for upload |
231232
| VITE_GOOGLE_CLIENT_ID | Optional | | Client ID for Google authentication |
232-
| 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
233-
| 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
233+
| 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 |
234234
| VITE_AUTH0_CLIENT_ID | Mandatory if you are enabling Authentication otherwise it is optional | |Okta Oauth Client ID for authentication
235235
| VITE_AUTH0_DOMAIN | Mandatory if you are enabling Authentication otherwise it is optional | | Okta Oauth Cliend Domain
236236
| VITE_SKIP_AUTH | Optional | true | Flag to skip the authentication

0 commit comments

Comments
 (0)