Skip to main content

Crate rig_postgres

Crate rig_postgres 

Source
Expand description

PostgreSQL and pgvector integration for Rig.

This crate provides PostgresVectorStore, a Rig vector store backed by a PostgreSQL table with a pgvector embedding column. It supports the distance functions represented by PgVectorDistanceFunction and query filters via PgSearchFilter.

The root rig facade re-exports this crate as rig::postgres when the postgres feature is enabled.

Structs§

PgSearchFilter
PostgresVectorStore
SearchResult
SearchResultOnlyId

Enums§

PgVectorDistanceFunction