Skip to content

Comments

feat: support use ollama as embedding provider(#138)#139

Merged
gusye1234 merged 2 commits intomemodb-io:mainfrom
dishuostec:ollama
Oct 28, 2025
Merged

feat: support use ollama as embedding provider(#138)#139
gusye1234 merged 2 commits intomemodb-io:mainfrom
dishuostec:ollama

Conversation

@dishuostec
Copy link
Contributor

@dishuostec dishuostec commented Oct 12, 2025

Now we can use Ollama as a embedding provider as blow. (fix #138)

enable_event_embedding: true
embedding_provider: "ollama"
embedding_api_key: "ollama"
embedding_base_url: "http://127.0.0.1:11434/" # WITHOUT "v1" at the end
embedding_dim: 2560
embedding_model: "qwen3-embedding:4b-q4_K_M"

@gusye1234
Copy link
Contributor

LGTM!

Can you also add example config.yaml for ollama embedding?

@dishuostec
Copy link
Contributor Author

It's done.

@gusye1234 gusye1234 merged commit 3f1911e into memodb-io:main Oct 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Doesn't work without OpenAI

2 participants