From fa4e61fdecca3591f969d3ae2babd6051a0b50b7 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Tue, 16 Dec 2025 10:53:31 -0300 Subject: [PATCH] Added llm and embedding provider config onto .env.example --- .env.example | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.env.example b/.env.example index ae8fcb70..5d231931 100644 --- a/.env.example +++ b/.env.example @@ -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=