tinyquant-pgvector 0.0.0

pgvector search backend for TinyQuant.
Documentation
1
2
3
4
5
//! Smoke test — confirms tinyquant-pgvector compiles and links.
#[test]
fn pgvector_crate_builds() {
    assert_eq!(2 + 2, 4);
}