xz-embed 0.1.0

Text embedding and vector storage abstraction layer
Documentation
1
2
3
4
5
6
7
8
9
mod entry;
mod filter;
mod batch;
mod stats;

pub use entry::*;
pub use filter::*;
pub use batch::*;
pub use stats::*;