Field notes, design patterns and post-mortems from the engagements we run. Honest writing for engineers and leaders shipping AI in production.
A BEIR benchmark across 14 datasets: how simlar's hybrid retrieval stacks up against brute-force, FAISS, and turbovec dense search — on ranking quality and, especially, on latency at scale.
A support knowledge base, a product catalog, and a 120,000-document streaming archive — three different shapes of search problem, one pip install. Here's what each one actually took.
The full notebook, code and all: how sim_LAR compares to Chroma, Qdrant, FAISS, and turbovec on Hit@1, Hit@10, and MRR against a 500,000-passage MS MARCO slice.
sim_LAR is TekDatum's search library for Python — keyword search, semantic search, and hybrid search behind one simple API. Here's how to install it and start searching in minutes.
Most vector databases only ask one question: what's close enough? We built sim_LAR to ask a better one: did every relevant piece of information actually show up?