mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-07 12:00:46 +00:00
feat: add GraphRAG framework and integrate TuGraph (#1506)
Co-authored-by: KingSkyLi <15566300566@163.com> Co-authored-by: aries_ckt <916701291@qq.com> Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
This commit is contained in:
@@ -470,6 +470,16 @@ const sidebars = {
|
||||
}
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'RAG',
|
||||
items: [
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'cookbook/rag/graph_rag_app_develop',
|
||||
}
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'App',
|
||||
@@ -479,7 +489,7 @@ const sidebars = {
|
||||
id: 'cookbook/app/data_analysis_app_develop',
|
||||
}
|
||||
],
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user