Skip to content

ollama question #370

@sandw5092-lab

Description

@sandw5092-lab

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions