Skip to content

Commit

Permalink
📝 docs: RAG API service communicate with Ollama service on Linux (#3356)
Browse files Browse the repository at this point in the history
* Update docker-compose.override.yml.example for running RAG API with Ollama nomic-embed-text

* Update docker-compose.override.yml.example
  • Loading branch information
hulkds authored Aug 5, 2024
1 parent 5bbe424 commit 020c4a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.override.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ version: '3.4'
# # USE RAG API IMAGE WITH LOCAL EMBEDDINGS SUPPORT
# rag_api:
# image: ghcr.io/danny-avila/librechat-rag-api-dev:latest
# # For Linux user:
# extra_hosts:
# - "host.docker.internal:host-gateway"

# # ADD OLLAMA
# ollama:
Expand Down

0 comments on commit 020c4a1

Please sign in to comment.