aws AWS Open Source Blog ·

AWS introduces open-source unified Knowledge Graph RAG for complex, relational queries

blogaiawsgaarchitectfinance
feature

AWS has launched `unified-kg-rag-on-aws`, an open-source framework for knowledge-graph Retrieval-augmented generation (RAG) that combines Microsoft's GraphRAG and HKUDS's LightRAG methodologies. Built on Amazon Bedrock, Neptune, and OpenSearch Service, it enables AI models to reason over entity relationships, addressing the limitations of vector-only RAG for complex, multi-hop, and cross-document queries. This solution allows per-query methodology selection and supports incremental indexing and multilingual processing, beneficial for developers building advanced RAG systems for structured and relational data on AWS. It is particularly useful for use cases like compliance analysis where answers span multiple, interconnected documents.

Features (1)
  • Unifies GraphRAG and LightRAG for advanced RAG on AWS

    The `unified-kg-rag-on-aws` open-source framework combines Microsoft's GraphRAG and HKUDS's LightRAG methodologies on a shared stack leveraging Amazon Bedrock, Neptune, and OpenSearch Service. It addresses the limitations of vector-only RAG by enabling reasoning over entity relationships, crucial for complex, multi-hop queries across documents. The framework offers per-query retrieval strategy selection, triple-hybrid retrieval, incremental indexing, and multilingual support.

Read the original announcement →

https://aws.amazon.com/blogs/opensource/unified-knowledge-graph-rag-on-aws-graphrag-and-lightrag-on-one-stack/

Related releases