mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-09 04:49:26 +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:
@@ -53,6 +53,10 @@ class DocumentQueryRequest(BaseModel):
|
||||
page_size: int = 20
|
||||
|
||||
|
||||
class GraphVisRequest(BaseModel):
|
||||
limit: int = 100
|
||||
|
||||
|
||||
class DocumentSyncRequest(BaseModel):
|
||||
"""Sync request"""
|
||||
|
||||
|
Reference in New Issue
Block a user