Vector and Semantic Search in SQL: A Practical Guide
I keep seeing teams bolt on a second database just to do semantic search. I get why, but honestly, for a lot of cases, you can stay in SQL and keep things simple.
Updates, technical insights, and database engineering stories
I keep seeing teams bolt on a second database just to do semantic search. I get why, but honestly, for a lot of cases, you can stay in SQL and keep things simple.
I’ve been working on Stoolap for a while now, an embedded SQL database written in pure Rust. It started as a Go project, grew into something much bigger, and recently hit a point where I thought: o...