Expand description
pgvector-backed search backend for TinyQuant.
Provides PgvectorAdapter, an implementation of SearchBackend that
stores and queries vectors in a PostgreSQL database with the pgvector
extension installed.
§Integration tests
Tests that require a live PostgreSQL server are gated behind the
test-containers feature flag. They are not run by the default
cargo test invocation.
Structs§
- Pgvector
Adapter - A search backend that stores and queries vectors via pgvector.
- Search
Result - A single item returned by
SearchBackend::search.
Enums§
- Backend
Error - Errors produced by the search-backend layer.
Traits§
- Search
Backend - The public contract every search backend must satisfy.