vantadb 0.1.4

VantaDB: An embedded persistent memory and vector retrieval engine for local-first AI applications.
Documentation
1
2
3
4
5
6
7
//! Concrete `StorageBackend` implementations.

#[cfg(feature = "fjall")]
pub(crate) mod fjall_backend;
pub(crate) mod in_memory;
#[cfg(feature = "rocksdb")]
pub(crate) mod rocksdb_backend;