Go projects

Stuff I build with

28 projects

Go · 7

Show all
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
ILCrawler crawl issues screenshot
ILCrawler crawl issues screenshot

ILCrawler

Go Version 0.41.0

ILCrawler is the technical SEO crawler I use for my own websites and client audits. It brings page checks, links, screenshots, performance samples and reporting into one place. It’s also the project that repeatedly convinced me I was only one rewrite away from being happy with it.

View project
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