Langflow 1.10 just released!
gradient
  1. Home  /

  2. Blog  /

  3. Launch Week Day 5 - Graph RAG 🕸️

Launch Week Day 5 - Graph RAG 🕸️

Melissa Herrera

Written by Melissa Herrera

April 4, 2025

We're closing out Launch Week big with a brand-new Graph RAG component that makes it easy for you to improve the accuracy of your vector searches by leveraging the relationships between your documents.

Most developers have been using Langflow to build robust RAG (Retrieval-Augmented Generation) pipelines for a while. Now, the Graph RAG component takes your workflows to the next level by improving accuracy and incorporating data relationships directly. This addition allows seamless integration with your existing databases, gives you more control over the retrieval process, and enhances context-awareness by leveraging the relationships between your data points. With Graph RAG in Langflow, your AI applications can now navigate complex information networks to deliver more comprehensive and accurate responses. 

How It Works

Graph RAG improves on traditional vector search by providing the ability to identify meaningful relationships between your documents. What might look like a typical vector store retrieval is actually much more powerful. The new graph component references data directly from your vector store and uses metadata to identify connections between entities. 

As the system processes your dataset, it recognizes and maps relationships between things like proper nouns, document structure, and other relational data. The component performs graph traversal through your existing data, allowing for more contextually relevant responses that understand how different pieces of information relate to each other.

Getting Started

Connect your Vector Store component to the Graph RAG component using the yellow "Vector Store Connection" points. If you're using an embedding model other than NV-Embed-QA, remember to connect your "Embedding Model" component to your "Vector Store" component. Hook up the Chat Input component to the Graph RAG component's "Search Query" field, and the rest of the flow works just like a standard vector store RAG pipeline. Within the Graph RAG component, you can define specific relationships, edges, and traversal strategies to customize how your data connections are interpreted and utilized when responding to queries.

Wrapping Up

We hope your excited to start building better queries for your AI-powered agents and flows! Here are a few next steps:

  • Check out the docs for the new Graph RAG component.
  • Join the Langflow Discord and let us know what you're building or if you need some help.
  • Check out our project on Github and give us a star if you like what you see!

Happy coding! 🎉


Similar Posts

Langflow 1.10 released: Assistant flow building, Memory bases, DB Providers, internationalization, and more

Langflow 1.10 released: Assistant flow building, Memory bases, DB Providers, internationalization, and more

Langflow Dev Team

Written by Langflow Dev Team

June 9, 2026

Langflow 1.10 expands Langflow Assistant to build entire flows, introduces Memory bases for long-term semantic memory, adds configurable vector database backends, brings the interface to seven languages, and more.

Scaling Langflow: Unlocking Massive Memory Savings and Bulletproof Reliability

Scaling Langflow: Unlocking Massive Memory Savings and Bulletproof Reliability

Langflow Dev Team

Written by Langflow Dev Team

June 9, 2026

The Langflow engineering team breaks down a comprehensive package of memory and stability enhancements spanning v1.9.0 through v1.10.0—achieving an ~89% reduction in memory consumption through dependency pruning, worker lifecycle management, and advanced Linux Copy-on-Write techniques.

Langflow Policies: Turning Natural-Language Rules into Guarded Tools

Langflow Policies: Turning Natural-Language Rules into Guarded Tools

Langflow Dev Team

Written by Langflow Dev Team

May 20, 2026

Langflow's new Policies feature compiles natural-language business rules into deterministic guards around agent tools—so policy violations are caught before they happen, not after.

Langflow 1.9 Desktop is now available

Langflow 1.9 Desktop is now available

Langflow Dev Team

Written by Langflow Dev Team

April 24, 2026

Langflow 1.9 Desktop is now available. For the full list of new features and platform updates in 1.9, see the OSS release announcement.