Skip to content

Commit 28cef62

Browse files
committed
Update talks index and add TurboPuffer talk documentation
- Added a new entry for the TurboPuffer talk, highlighting its object storage-first vector database architecture and cost-saving benefits. - Enhanced the talks index with a brief overview of the TurboPuffer talk to improve navigation and accessibility for readers.
1 parent 0f08e74 commit 28cef62

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/talks/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ LLMs as "pilots that see the world as strings" fundamentally can't understand nu
8686

8787
#### Search Technologies
8888

89+
**[TurboPuffer: Object Storage-First Vector Database Architecture](turbopuffer-engine.md)** - Simon (TurboPuffer)
90+
Object storage-first vector database reduces costs by up to 95% while maintaining performance through intelligent caching. Surprising insight: traditional vector databases become prohibitively expensive at scale, but TurboPuffer's tiered storage approach (object storage → SSD → RAM) makes vector search economically viable for massive datasets. Real-world validation: companies like Notion, Cursor, and Linear have migrated to save millions while improving performance.
91+
8992
**[Lexical Search in RAG Applications](john-lexical-search.md)** - John Berryman
9093
Why semantic search struggles with exact matching, product IDs, and specialized terminology. Lexical search provides efficient simultaneous filtering and rich metadata that helps LLMs make better decisions. Recommended approach: use lexical search for filtering, semantic search for understanding meaning.
9194

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ nav:
8585
- "Talks":
8686
- "Overview": "talks/index.md"
8787
- "Search / Indexing / Chunking":
88+
- "TurboPuffer: Object Storage-First Vector Database Architecture (Simon, TurboPuffer)": "talks/turbopuffer-engine.md"
8889
- "Text Chunking Strategies (Anton, ChromaDB)": "talks/chromadb-anton-chunking.md"
8990
- "Lexical Search in RAG Applications (John Berryman)": "talks/john-lexical-search.md"
9091
- "Query Routing for RAG Systems (Anton, ChromaDB)": "talks/query-routing-anton.md"

0 commit comments

Comments
 (0)