-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
@sandw5092-lab
Description
error
2025年10月14日 17:55:45,583 - INFO - api.ollama_patch - ollama_patch.py:48 - Ollama model 'bge-m3' is available
2025年10月14日 17:55:45,583 - ERROR - api.simple_chat - simple_chat.py:123 - Error preparing retriever: 'embedder_ollama'
config
{
"embedder": {
"client_class": "OllamaClient",
"model_kwargs": {
"model": "bge-m3",
"task": "embed"
}
},
"retriever": {
"top_k": 20
},
"text_splitter": {
"split_by": "word",
"chunk_size": 350,
"chunk_overlap": 100
}
}
.env
DEEPWIKI_EMBEDDER_TYPE=ollama
EMBEDDING_PROVIDER=ollama
PORT=8001
OLLAMA_HOST=http://:11434
Metadata
Metadata
Assignees
Labels
No labels