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