Topic

Graphrag

4 episodes

  1. Ep 737

    Why AI Company Brains Fail

    Pippa and Tyler unpack why a cheap vector search demo breaks on broad portfolio and exact counting questions, and why the article’s lighter entity layer may be more practical than a full GraphRAG stack.

  2. Ep 433

    AI Memory Beyond RAG: Vectors, Graphs, and Dense Mem

    Justy and Cody dig into an article arguing that most people blur together three different things under "AI memory": startup context, retrieval, and durable state. They unpack why the author thinks plain RAG is good at finding text but bad at deciding what is current, and why graph-backed memory only helps if you add provenance, conflict checks, and explicit gates instead of letting a model quietly turn every sentence into a fact.

  3. Ep 171

    A RAG: Scaling Agentic Retrieval Augmented Generation via Hierarchical Retrieval Interfaces

    A-RAG: Scaling Agentic Retrieval-Augmented Generation via Hierarchical Retrieval Interfaces Mingxuan Du 1 , Benfeng Xu 2† , Chiwei Zhu 1 , Shaohan Wang 1 , Pengyu Wang 1 Xiaorui Wang 2 , Zhendong Mao 1‡ 1 University of Science and Technology of China, Hefei, China 2 Metastone Technology, Beijing, China [email protected] Abstract Frontier language models have demonstrated strong reasoning and long-horizon tool-use capabilities. However, existing RAG systems fail to leverage these capabilities.

  4. Ep 127

    Beyond Hybrid RAG That Actually Works Vector Bm25 Graphrag Reranking in Python Full Code 731a8f827a80

    This episode dives into the breakthrough of Tri-Modal Hybrid RAG, which combines BM25, Vector, and GraphRAG techniques. We explore how this innovative approach enhances search accuracy, addresses common pitfalls in retrieval, and ultimately improves user experience across various applications. The conversation highlights the significance of effective information retrieval in tech and real-world scenarios.