📝 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:
Linh 2024-08-05 02:57:02 +02:00 committed by GitHub
parent 5bbe424137
commit 020c4a1a0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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