Skip to content

PGVECTOR_TABLE

const PGVECTOR_TABLE: "memories" = 'memories'

Defined in: pgvector.vector-store.ts:17

Default table and column names backing the pgvector provider. The provider stores embeddings in a dedicated vector column on the existing memories table so Postgres remains the single source of truth.