From c1407585608435fff110fa7b3664c1370f934358 Mon Sep 17 00:00:00 2001 From: Ryan Chen Date: Thu, 2 Oct 2025 20:57:19 -0400 Subject: [PATCH] asfd --- chunker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chunker.py b/chunker.py index abe6ae2..55f3b54 100644 --- a/chunker.py +++ b/chunker.py @@ -81,7 +81,7 @@ class Chunk: class Chunker: embedding_fx = OllamaEmbeddingFunction( - url=os.getenv("OLLAMA_URL", "http://localhost:11434"), + url=os.getenv("OLLAMA_URL", "http://host.docker.internal:11434"), model_name="mxbai-embed-large", )