lvv 0.4.2

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
pub mod job;
pub use job::{JobBuilder, Provider};
pub mod job_queue;