asfd
This commit is contained in:
@@ -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",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user