Closed miku closed 7 months ago
Thanks for taking the time to create this!
We'll be integrating embedding modules in the next few days which should enable people to use a ton of different embedding providers in a single interface (choosing which ones they install).
You can track progress in PR #23
Thanks for your work on open-parse - closing this in favor of #23.
Any updates here please?
Note: This maybe made obsolete by #8.
This add semantic_transforms.OllamaEmbeddings, which allows to calculate embeddings locally using ollama (https://ollama.com/), following the api from OpenAIEmbeddings. Currently, ollama does not support batching (but it is on their roadmap, cf. https://ollama.com/blog/embedding-models).
The LocalSemanticIngestionPipeline shows how it can be used.
To test locally, install ollama, then pull an embeddings model, such as https://ollama.com/library/mxbai-embed-large, then: