From c41715d574cf023c0d6bfdb2b8b07091b522de4e Mon Sep 17 00:00:00 2001
From: Junnan Dong <72617506+JunnanDong@users.noreply.github.com>
Date: Thu, 11 Sep 2025 14:34:23 +0800
Subject: [PATCH] Update README.md
---
README.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/README.md b/README.md
index f72e22d..269a665 100644
--- a/README.md
+++ b/README.md
@@ -568,6 +568,11 @@ The purpose is to build infrastructure in the field of large models, through the
KAG |
KAG is a logical reasoning and Q&A framework based on the OpenSPG engine and large language models, which is used to build logical reasoning and Q&A solutions for vertical domain knowledge bases. KAG can effectively overcome the ambiguity of traditional RAG vector similarity calculation and the noise problem of GraphRAG introduced by OpenIE. KAG supports logical reasoning and multi-hop fact Q&A, etc. |
+
+ |
+ Youtu-GraphRAG |
+ Youtu-GraphRAG proposes a new graph retrieval-augmented generation paradigm which vertically unifies construction, indexing and retrieval through schema. It advances GraphRAG towards enterprise-level applications, allowing seamless cross-domain adaptation with minimum human intervention, with (i) a dynamic schema-bounded extraction; (ii) a comprehensive community detection algorithm and (iii) a schema-guided query decomposition for iterative reflection and reasoning. |
+
^ Back to Contents ^