Episode

AI-Powered Search with Doug Turnbull and Trey Grainger [#133]

Podcast
Weaviate Podcast
Published
Mar 1, 2026
Duration seconds
3200
Processing state
not_requested
Canonical source
https://podcasters.spotify.com/pod/show/weaviate/episodes/AI-Powered-Search-with-Doug-Turnbull-and-Trey-Grainger-133-e3fptqc
Audio
https://anchor.fm/s/cffc3468/podcast/play/116241676/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2026-2-1%2F5be55921-c1bf-3939-1639-0442e401da4c.mp3
JSON
/v1/public/podcasts/weaviate-podcast-6288219/episodes/ai-powered-search-with-doug-turnbull-and-trey-grainger-133
Markdown
/podcast/weaviate-podcast-6288219/ai-powered-search-with-doug-turnbull-and-trey-grainger-133.md

Actions

  • POST https://stenobird.com/v1/public/podcasts/weaviate-podcast-6288219/episodes/ai-powered-search-with-doug-turnbull-and-trey-grainger-133/transcription-requests
    Idempotently request low-priority transcript generation for this episode.
  • GET https://stenobird.com/podcast/weaviate-podcast-6288219/ai-powered-search-with-doug-turnbull-and-trey-grainger-133.md
    Read the agent-friendly Markdown representation of this episode resource.

Summary

Doug Turnbull and Trey Grainger join the Weaviate Podcast to discuss all things AI-Powered Search! The conversation kicks off with designing search experiences, not all search queries are the same! Sometimes the user knows exactly what they want (a product ID, a specific file), other times they're exploring a broad category, and other times they need to compare and contrast options. AI is now making it possible to dynamically construct UIs around search results, moving toward what Trey describes as a "Minority Report"-style future where visualizations adapt on the fly to the query and the data.From there, the discussion dives into query understanding and domain modeling. Doug and Trey break down how LLMs can classify queries against existing taxonomies (like NAICS codes or Google's product taxonomy), while Trey explains a multi-tier RAG approach, using the index itself as grounding for query interpretation before executing the final retrieval. The conversation moves into agentic search, exploring whether iterative LLM-driven search loops reduce the need for ever-better embedding models, or whether simple tools like BM25 and grep are sufficient when paired with strong reasoning.Trey introduces wormhole vectors, a technique for traversing between sparse (lexical) and dense (semantic) vector spaces by treating query results as document sets with shared meaning, enabling exploration across vector spaces rather than treating them as orthogonal. The discussion also covers reflected intelligence, the idea of making search systems self-learning by mining user behavioral signals (clicks, purchases, skipped results) to continuously improve relevance through techniques like signals boosting, collaborative filtering, and learning to rank.The episode wraps with a conversa…