A wrapper class allowing a locally-running ollama server to generate text embeddings.
The OllamaVectoriser interacts with a locally-running Ollama server, which must be set up by the user separately. In general, Ollama can run the same encoder-based models as the HuggingFaceVectoriser. A future goal is to extend the OllamaVectoriser to interface with an external Ollama server, allowing separation of embedding generation from the user’s local environment.