
TL;DR
Notion scaled its vector search infrastructure by 10x while reducing costs by 90% over two years, enhancing its ability to retrieve semantically relevant content.
✦ Why It Matters
Evaluate your current search infrastructure for potential cost and performance optimizations using vector search techniques.
Key Takeaways
How It Works
Notion's vector search uses semantic embeddings to represent text as points in high-dimensional space, allowing for meaning-based retrieval. The architecture evolved from a dual-path indexing system to a serverless model, decoupling storage from compute, which significantly reduced costs and improved scalability.
Change detection was implemented using hashes to identify modifications in page content, allowing for targeted updates rather than full re-uploads.
Related