vector_xlite 1.4.0

VectorXLite: A fast and lightweight SQLite extension for vector search with payload support.
Documentation
1
2
3
4
5
6
7
8
9
pub mod extension_loader;
pub mod sql_helper;
pub mod row_parser;
pub mod names;

pub use extension_loader::*;
pub use sql_helper::*;
pub use row_parser::*;
pub use names::*;