sochdb-vector 2.0.5

Streaming elimination vector search engine for SochDB - CPU-first ANN with RDF + BPS
Documentation
1
2
3
4
5
6
7
8
//! SochDB-based catalog for segment metadata.
//!
//! Uses SochDB storage for unified transaction semantics instead of SQLite.
//! Vector data is stored in mmap-able segment files.

mod sochdb_catalog;

pub use sochdb_catalog::{Catalog, CollectionInfo, SegmentInfo};