Dev2 min reading time

Just brute force your embeddings

Hacker News
Read full post
For datasets with around one million documents, brute-force vector search using numpy on standard hardware can be efficient enough, eliminating the need for complex vector databases. This approach leverages simple matrix operations to achieve high query throughput and low latency.

More in Dev

Introducing the Agents API

Covered by 3 sources
Dev1 min read

Datasette 1.0a39 and 0.65.4 security releases

Simon Willison's Weblog
Dev1 min read

Native is now the future of mobile at Shopify

Simon Willison's Weblog