lvv 0.2.1

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 vector_database;
pub use qdrant_client::qdrant::Distance;
pub use vector_database::QdrantDatabase;