Added llm and embedding provider config onto .env.example
This commit is contained in:
parent
14db65f8cd
commit
fa4e61fdec
1 changed files with 8 additions and 0 deletions
|
|
@ -55,6 +55,14 @@ WATSONX_API_KEY=
|
|||
WATSONX_ENDPOINT=
|
||||
WATSONX_PROJECT_ID=
|
||||
|
||||
# LLM Provider configuration. Providers can be "anthropic", "watsonx", "ibm" or "ollama".
|
||||
LLM_PROVIDER=
|
||||
LLM_MODEL=
|
||||
|
||||
# Embedding provider configuration. Providers can be "watsonx", "ibm" or "ollama".
|
||||
EMBEDDING_PROVIDER=
|
||||
EMBEDDING_MODEL=
|
||||
|
||||
# OPTIONAL url for openrag link to langflow in the UI
|
||||
LANGFLOW_PUBLIC_URL=
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue