Nothing here yet.
Mar 20 · 11 min read · Most semantic search tutorials treat embeddings as a single line of code — call the API, get a vector, store it. In practice, this is the part of the system where the most subtle bugs live. Not the ki
Join discussion
Mar 13 · 14 min read · Why the database layer matters In a semantic search system, the database schema isn’t just storage. It defines how embeddings are stored, indexed, and queried. Many tutorials treat the database as a d
Kklement and 1 more commented
Mar 5 · 11 min read · The problem with Keyword Search Keyword search breaks more often than most engineers realize. A few months ago, I was building an internal document management tool. Users could upload policy documents
Join discussion