Expand description
pgvector (PostgreSQL extension) vector store adapter. pgvector (PostgreSQL extension) vector store adapter.
pgvector adds a vector column type to PostgreSQL and supports
L2/cosine/inner-product distance queries. This adapter implements the
VectorStore trait with a stub backend; real SQL calls would require
a Postgres driver and are not wired here.
Structsยง
- PgVector
Store - pgvector adapter for PostgreSQL with the
vectorextension.