Added llm and embedding provider config onto .env.example

This commit is contained in:
Lucas Oliveira 2025-12-16 10:53:31 -03:00
parent 14db65f8cd
commit fa4e61fdec

View file

@ -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=