From 67de69f8bbafef61f2937027d40da9942bff1f6c Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Wed, 18 Mar 2026 14:45:13 +0100 Subject: [PATCH] docs(librechat): add Ollama local embeddings tip to notes --- json/librechat.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/json/librechat.json b/json/librechat.json index cb6db7bb4..e99a383e3 100644 --- a/json/librechat.json +++ b/json/librechat.json @@ -43,6 +43,10 @@ { "text": "RAG API is included and running on port 8000. Set RAG_OPENAI_API_KEY in /opt/rag-api/.env to enable document Q&A.", "type": "info" + }, + { + "text": "For local embeddings without an API key, set EMBEDDINGS_PROVIDER=ollama and OLLAMA_BASE_URL=http://:11434 in /opt/rag-api/.env and restart rag-api.", + "type": "info" } ] } \ No newline at end of file