Database Tools

pgvector-filterbench

pgvector-filterbench

Go Version 0.1.2

A command-line tool for checking how pgvector search behaves once you add filters. It measures speed, compares approximate results with exact search, and checks query plans to see whether PostgreSQL is using your HNSW index.

View tool
pgvector-index-manager

pgvector-index-manager

Go Version 0.1.1

A command-line tool for keeping your pgvector indexes in line with a configuration you control. It checks what exists, shows you what needs changing, and can build and replace HNSW indexes when you apply those changes.

View tool