📝 docs(rag_api): Add reference to ollama docker url (#2671) (#9)

* 📝 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:
Andrey Oskin
2024-05-12 13:07:19 +11:00
committed by GitHub
parent afcc89b671
commit f2ebe0ef43

View File

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