-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Add an OllamaTextVectorizer to support local embedding models without external API keys.
Level: Intermediate
Current State
- RedisVL supports many hosted providers and local HF models.
- Ollama is a common local setup but has no first-class RedisVL vectorizer.
Proposed Change
- Implement
OllamaTextVectorizerinredisvl/utils/vectorize/text/. - Register provider in vectorizer enum/factory exports.
- Add optional dependency handling and clear startup errors.
- Add docs snippet and tests (mocked plus optional integration gate).
Definition of Done
- Ollama vectorizer can embed single and batch text.
- Optional dependency behavior is clear and non-breaking.
- Unit tests pass; optional integration path documented.
Out of Scope
- Supporting every Ollama model/task variant in the first pass.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Todo