From 020c4a1a0ec6812ca07961ed5ac17506941192c3 Mon Sep 17 00:00:00 2001 From: Linh <106807074+hulkds@users.noreply.github.com> Date: Mon, 5 Aug 2024 02:57:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20RAG=20API=20service=20co?= =?UTF-8?q?mmunicate=20with=20Ollama=20service=20on=20Linux=20(#3356)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update docker-compose.override.yml.example for running RAG API with Ollama nomic-embed-text * Update docker-compose.override.yml.example --- docker-compose.override.yml.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.override.yml.example b/docker-compose.override.yml.example index f06319bfd9..9dd06a0e4f 100644 --- a/docker-compose.override.yml.example +++ b/docker-compose.override.yml.example @@ -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: