mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
* 📝 docs(rag_api): Add reference to ollama docker url (#2671) * Update rag_api.mdx --------- Co-authored-by: Fuegovic <32828263+fuegovic@users.noreply.github.com>
This commit is contained in:
@@ -64,6 +64,7 @@ Here are some notable configurations:
|
||||
- `CHUNK_OVERLAP`: The overlap between chunks during text processing. Default is "100".
|
||||
- `EMBEDDINGS_PROVIDER`: The embeddings provider to use. Options are "openai", "azure", "huggingface", "huggingfacetei", or "ollama". Default is "openai".
|
||||
- `EMBEDDINGS_MODEL`: The specific embeddings model to use from the configured provider. Default is dependent on the provider; for "openai", the model is "text-embedding-3-small".
|
||||
- `OLLAMA_BASE_URL`: It should be provided if RAG API runs in docker and usually is `http://host.docker.internal:11434`.
|
||||
|
||||
There are several more configuration options.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user