Skip to content

Commit b6333d2

Browse files
authored
Update llm-graph-builder-deployment.adoc
1 parent 4226dd4 commit b6333d2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

modules/genai-ecosystem/pages/llm-graph-builder-deployment.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,10 @@ uvicorn score:app --reload
169169
[options="header",cols="m,a,m,a"]
170170
|===
171171
| Env Variable Name | Mandatory/Optional | Default Value | Description
172-
| BACKEND_API_URL | Optional | http://localhost:8000 | URL for backend API
173-
| REACT_APP_SOURCES | Optional | local,youtube,wiki,s3 | List of input sources that will be available
174-
| BLOOM_URL | Optional | https://workspace-preview.neo4j.io/workspace/explore?connectURL={CONNECT_URL}&search=Show+me+a+graph | URL for Bloom visualization
172+
| VITE_BACKEND_API_URL | Optional | http://localhost:8000 | URL for backend API
173+
| VITE_SOURCES | Optional | local,youtube,wiki,s3 | List of input sources that will be available
174+
| VITE_BLOOM_URL | Optional | https://workspace-preview.neo4j.io/workspace/explore?connectURL={CONNECT_URL}&search=Show+me+a+graph | URL for Bloom visualization
175+
| VITE_LLM_MODELS | Mandatory | diffbot,gpt-4o,gpt-4o-mini | Comma separated list of LLM Model names to show in the selector
175176
|===
176177

177178

@@ -191,7 +192,7 @@ uvicorn score:app --reload
191192
[options="header",cols="m,a,m,a"]
192193
|===
193194
| Env Variable Name | Mandatory/Optional | Default Value | Description
194-
| LLM_MODELS | Optional | diffbot,gpt-3.5,gpt-4o | Models available for selection on the frontend, used for entities extraction and Q&A Chatbot (other models: `gemini-1.0-pro, gemini-1.5-pro`)
195+
| VITE_LLM_MODELS | Optional | diffbot,gpt-3.5,gpt-4o | Models available for selection on the frontend, used for entities extraction and Q&A Chatbot (other models: `gemini-1.0-pro, gemini-1.5-pro`)
195196
| OPENAI_API_KEY | Optional | sk-... | API key for OpenAI (if enabled)
196197
| DIFFBOT_API_KEY | Optional | | API key for Diffbot (if enabled)
197198
| EMBEDDING_MODEL | Optional | all-MiniLM-L6-v2 | Model for generating the text embedding (all-MiniLM-L6-v2 , openai , vertexai)

0 commit comments

Comments
 (0)