lvv 0.3.0

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
5
6
7
pub mod dataset;
pub mod source;

pub use source::{FileFormat, FileSource, Source};

#[cfg(feature = "postgres")]
pub use source::PostgresSource;