Expand description
PgvectorLongTerm — LongTermMemory over one Postgres table with a
vector(dim) column (HNSW, cosine) and scope_kind / scope_value filter
columns. Metadata is stored as jsonb.
The table is provisioned lazily on first remember; a read that races
ahead of it maps the undefined_table error to an empty result.
Structs§
- Pgvector
Long Term LongTermMemory+FilterableLongTermMemoryover the single table described in the module docs; cosine recall via the HNSW index, scope enforced by thescope_kind/scope_valuecolumns.