Contents
Configuration
pgContext V1 has no required external service. Configuration is split between PostgreSQL, collection registration, ordinary indexes, and experimental HNSW reloptions.
- Configure PostgreSQL memory, WAL, authentication, ACL/RLS, backup, and connection settings normally.
- Register an application-owned table with
pgcontext.create_collection. - Register vector and filter fields explicitly; unregistered payload fields are not accepted by filter JSON.
- Add ordinary B-tree or GIN indexes where PostgreSQL filter planning benefits.
- Add
pgcontext_hnswonly after exact results provide a correctness oracle.
HNSW construction/search tuning is documented in Indexes. Strict collection limits and SQL-visible statuses are documented in the API reference. Do not treat experimental metadata fields as active enforcement unless the referenced API explicitly says they are consumed.