lumen-rag 0.2.1

A modular, database-agnostic RAG framework for Rust supporting MongoDB, Qdrant, and SAP HANA Cloud.
Documentation
1
2
3
4
5
6
7
8
#[cfg(feature = "mongodb")]
pub mod mongo;

#[cfg(feature = "qdrant")]
pub mod qdrant;

#[cfg(feature = "hana")]
pub mod hana;