You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker-compose up -d
./bin/seed.sh
./bin/query_rerank.sh "deterministic rerank with cosine and tf idf"
./bin/assert_success.sh
About
Tiny, fully reproducible lab that spins up Postgres 16 + pgvector, loads a 10‑row toy dataset, builds an HNSW index, and runs a 2‑stage query (vector KNN → exact cosine + mini TF‑IDF rerank).