This commit is contained in:
2025-10-02 20:57:19 -04:00
parent ab3a0eb442
commit c140758560

View File

@@ -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",
)