lvv 0.4.3

A pipeline for embedding datasets with LLMs (Ollama/OpenAI) and loading them into a Qdrant vector database, with caching and job queuing.
Documentation
1
2
3
4
pub mod embedding_model;
pub use embedding_model::EmbeddingProvider;
pub mod completion_model;
pub use completion_model::CompletionModel;