pgvector 0.4.1

pgvector support for Rust
Documentation
1
2
3
4
5
6
7
pub(crate) mod bit;
pub(crate) mod expression_methods;
pub(crate) mod sparsevec;
pub(crate) mod vector;

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