Skip to main content
The OllamaEmbedder can be used to embed text data into vectors locally using Ollama.
The model used for generating embeddings needs to run locally. In this case it is openhermes so you have to install ollama and run ollama pull openhermes in your terminal.

Usage

ollama_embedder.py

Params

Developer Resources