zetacore 0.1.0

A simple in-memory vector store library with Python bindings.
Documentation
1
2
3
4
5
6
7
mod record;
mod vector_store;

pub use record::Record;
pub use vector_store::VectorStore;

pub mod bindings;