mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
📝 docs: RAG API service communicate with Ollama service on Linux (#3356)
* Update docker-compose.override.yml.example for running RAG API with Ollama nomic-embed-text * Update docker-compose.override.yml.example
This commit is contained in:
parent
5bbe424137
commit
020c4a1a0e
1 changed files with 3 additions and 0 deletions
|
|
@ -100,6 +100,9 @@ version: '3.4'
|
||||||
# # USE RAG API IMAGE WITH LOCAL EMBEDDINGS SUPPORT
|
# # USE RAG API IMAGE WITH LOCAL EMBEDDINGS SUPPORT
|
||||||
# rag_api:
|
# rag_api:
|
||||||
# image: ghcr.io/danny-avila/librechat-rag-api-dev:latest
|
# image: ghcr.io/danny-avila/librechat-rag-api-dev:latest
|
||||||
|
# # For Linux user:
|
||||||
|
# extra_hosts:
|
||||||
|
# - "host.docker.internal:host-gateway"
|
||||||
|
|
||||||
# # ADD OLLAMA
|
# # ADD OLLAMA
|
||||||
# ollama:
|
# ollama:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue