pgvector 0.4.1

pgvector support for Rust
Documentation
1
2
3
4
5
6
mod bit;
mod sparsevec;
mod vector;

#[cfg(feature = "halfvec")]
mod halfvec;