FalkorDB

FalkorDB Podcast: Innovating at the Intersection of Graphs, AI, and Databases

Welcome to the FalkorDB Podcast, where we dive deep into the world of graph databases, AI-driven applications, and cutting-edge data technology. Hosted by industry veterans, this podcast brings you conversations with leading developers, innovators, and thought leaders who are shaping the future of knowledge graphs and retrieval-augmented generation (RAG).Explore real-world applications of graph technology, discover how FalkorDB is revolutionizing enterprise data infrastructure, and learn how companies are leveraging AI and machine learning to build smarter, faster systems.

Author

FalkorDB

Category

Technology

Podcast website

www.falkordb.com

Latest episode

Apr 30, 2026

Where to listen?

Podcasts in the app Replaio Radio Coming soon

Podcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts

Get it on Google Play Install for free Android 5M+ downloads · 4.8 rating iOS soon

Episodes

Architecting Intelligent Knowledge Graphs with FalkorDB GraphRAG-SDK 30.04.2026

FalkorDB GraphRAG SDK 1.0 is the #1 ranked open-source framework on GraphRAG-Bench, outperforming Microsoft and LightRAG by over 14 points. https://github.com/FalkorDB/graphRAG-SDK

Advances in Graph-Enhanced Retrieval-Augmented Generation Frameworks 03.02.2026

Modern  GraphRAG  frameworks like  Fast GraphRAG ,  LightRAG , and  KET-RAG  utilize  graph structures  to improve retrieval accuracy and cost-efficiency. Tools like  StructRAG ,  HippoRAG 2 , and  G-reasoner  further enhance  LLM reasoning  through structured memory and unified graph models.

NoSQL Databases: Modern Architecture and FalkorDB Implementation 11.03.2025

NoSQL databases offer flexible alternatives to traditional relational databases for managing large, diverse, and rapidly changing data. The article highlights the limitations of SQL databases in modern, high-velocity data environments and introduces NoSQL databases as a solution for scalability and flexibility. FalkorDB is presented as a specific NoSQL graph database designed for high-performance...

GraphRAG-SDK: Simplifying Knowledge Graph Integration with LLM 30.01.2025

https://www.falkordb.com/news-updates/graphrag-sdk-0-5-knowledge-graph-integration/ These sources detail FalkorDB, a graph database, highlighting its performance advantages over Neo4j, particularly in aggregate expansion operations. They also introduce GraphRAG-SDK 0.5, which simplifies knowledge graph integration with LLMs by automating ontology loading. Furthermore, FalkorDB's v4.6 update in...

Ontologies and Knowledge Graphs: A Comprehensive Guide 08.01.2025

https://www.falkordb.com/blog/understanding-ontologies-knowledge-graph-schemas/ This article explains ontologies and knowledge graphs , emphasizing their interconnectedness. Ontologies are defined as conceptual blueprints that structure data by specifying entities, relationships, and hierarchies , acting like a schema . Knowledge graphs , conversely, are the concrete implementations of these ontol...

AI Agents: Memory, Graphs, and Autonomous Decisions 02.12.2024

Read: ⁠https://www.falkordb.com/blog/ai-agents-memory-systems/ This article explores AI agents, autonomous systems capable of making decisions and completing tasks. It details the evolution of AI agents , from reactive to self-aware, and examines crucial components like memory systems (short-term and long-term) and knowledge graphs . The text also discusses the role of data , different types of ag...

LlamaIndex RAG: Build Efficient GraphRAG Systems 01.12.2024

Ref: ⁠https://www.falkordb.com/blog/llamaindex-rag-implementation-graphrag/ This article explains how to build efficient Retrieval Augmented Generation (RAG) systems using LlamaIndex and FalkorDB. LlamaIndex is an open-source framework that simplifies connecting LLMs to various data sources, while FalkorDB is a high-performance knowledge graph database. The combination allows for the creation of G...

Vector Database vs Graph Database: Key Technical Differences 15.11.2024

Ref: ⁠https://www.falkordb.com/blog/vector-database-vs-graph-database/ This document explains the technical differences between vector databases and graph databases. It discusses how each type of database stores and manages data, highlighting their strengths and limitations in handling complex datasets. The document also explains key use cases for both databases and offers insights into choosing t...

Poll results: What is the biggest challenge using RAG in production? 02.11.2024

Quick review of a poll who asked attendees to identify their top priorities when developing machine learning based applications. The results show that the most important priority for the attendees was ensuring high accuracy in domain-specific tasks. Managing real-time data updates efficiently, reducing latency, and balancing cost with scalability were also identified as priorities, but were consid...

Announcement: New autonomous agents scale your team like never before - (Microsoft Blog) 22.10.2024

Ref: ⁠https://blogs.microsoft.com/blog/2024/10/21/new-autonomous-agents-scale-your-team-like-never-before/ Microsoft is announcing new autonomous agents that can be used to automate business processes. These agents are powered by AI and are designed to work on behalf of individuals, teams, or functions. Copilot Studio, a tool that allows users to create and manage agents, is being made publicly av...

Building Advanced RAG Applications Using FalkorDB, LangChain, Diffbot API, and OpenAI 17.10.2024

This article explores the benefits of using a knowledge graph database, FalkorDB, for building Retrieval-Augmented Generation (RAG) applications. RAG applications aim to enhance the capabilities of large language models (LLMs) by combining them with knowledge graphs. The article discusses how FalkorDB offers a powerful alternative to vector databases for storing and querying data, providing LLMs w...

Knowledge Graph Tools: What They Are and Their Benefits 17.10.2024

This article from FalkorDB explains how knowledge graph tools can enhance the reasoning capabilities of large language models (LLMs) by providing structured context from a knowledge base. It differentiates knowledge graphs from graph databases , outlines the functions of knowledge graph tools, and describes various types of these tools, including those focused on graph database systems, AI-integra...

Beyond Rows and Columns: Exploring the Missing Third Dimension 16.10.2024

Base on a blog post by Guy Korland, CEO and Co-Founder of FalkorDB, discussing the various ways in which data is stored in databases. He highlights three main database storage models: row-based , column-based , and network-based (graph) . The author then explains that FalkorDB is a graph database that utilizes a novel approach, using GraphBLAS to store edges in adjacency matrices, thus optimizing...

Knowledge graph vs vector database: Which one to choose? 06.10.2024

The article compares and contrasts knowledge graphs and vector databases , both of which are used to store and retrieve data but differ in their methods and strengths. Knowledge graphs are structured representations of information, organized into nodes and edges, and excel at handling complex queries involving relationships between entities. They are beneficial for applications requiring precise a...

Code Visualization: Benefits, Best Practices & Popular Tools 05.10.2024

The article "Code Visualization: Benefits, Best Practices & Popular Tools" explores the concept of code visualization, which is the process of transforming code into visual representations of its structure and relationships. The article discusses the various benefits of code visualization, such as improving code comprehension, identifying bugs, and facilitating onboarding new developers. It al...

Advanced RAG Techniques: What They Are & How to Use Them 04.10.2024

This article provides an overview of advanced Retrieval-Augmented Generation (RAG) techniques used to improve the performance and accuracy of large language models (LLMs). It describes how to use techniques such as pre-retrieval, retrieval, post-retrieval, and generation to address the challenges of Naive RAG, including inaccurate results and slow response times. The article specifically focuses o...

How to Build a Knowledge Graph: A Step-by-Step Guide 02.10.2024

This article from the FalkorDB blog focuses on the use of tensors and sparse matrices for efficiently representing and manipulating graph data within the FalkorDB database. The article highlights the power of GraphBLAS , an API that enables operations on sparse vectors and matrices, as a crucial element within FalkorDB's architecture. It explains how FalkorDB leverages tensors to represent multipl...

Edges in FalkorDB 02.10.2024

This article from the FalkorDB blog focuses on the use of tensors and sparse matrices for efficiently representing and manipulating graph data within the FalkorDB database. The article highlights the power of GraphBLAS , an API that enables operations on sparse vectors and matrices, as a crucial element within FalkorDB's architecture. It explains how FalkorDB leverages tensors to represent multipl...

Listen to the FalkorDB Podcast: Innovating at the Intersection of Graphs, AI, and Databases podcast in Replaio

Radio and podcasts in one app - free, with no sign-up. Install today and do not miss the launch

Get it on Google Play

Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.