Contents
Playground
The repository playground is a runnable, packaged-build contract, not a mocked demo. demo.sql creates ordinary PostgreSQL rows, registers vector/filter fields, runs exact and metadata-filtered search, creates a persisted cosine HNSW index, and verifies an indexed ordered scan.
scripts/quickstart.sh
Expected behavior:
- exact ordering starts with
postgres, thenrust, thenvectors; - the
category = databasefilter returnspostgresandvectors; EXPLAINnamespgcontext_playground_docs_hnswfor the forced indexed scan.
Inspect interactively with scripts/quickstart.sh psql. Remove all disposable
state with scripts/quickstart.sh clean. The local Compose password and port
mapping are development defaults and must not be reused for a shared system.