mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-10 13:29:35 +00:00
✨ feat(GraphRAG): enhance GraphRAG by graph community summary (#1801)
Co-authored-by: Florian <fanzhidongyzby@163.com> Co-authored-by: KingSkyLi <15566300566@163.com> Co-authored-by: aries_ckt <916701291@qq.com> Co-authored-by: Fangyin Cheng <staneyffer@gmail.com> Co-authored-by: yvonneyx <zhuyuxin0627@gmail.com>
This commit is contained in:
7
setup.py
7
setup.py
@@ -519,6 +519,11 @@ def knowledge_requires():
|
||||
"sentence-transformers",
|
||||
]
|
||||
|
||||
setup_spec.extras["graph_rag"] = setup_spec.extras["rag"] + [
|
||||
"neo4j",
|
||||
"dbgpt-tugraph-plugins>=0.1.0rc1",
|
||||
]
|
||||
|
||||
|
||||
def llama_cpp_requires():
|
||||
"""
|
||||
@@ -617,7 +622,6 @@ def all_datasource_requires():
|
||||
"pyhive",
|
||||
"thrift",
|
||||
"thrift_sasl",
|
||||
"neo4j",
|
||||
"vertica_python",
|
||||
]
|
||||
|
||||
@@ -691,6 +695,7 @@ def default_requires():
|
||||
]
|
||||
setup_spec.extras["default"] += setup_spec.extras["framework"]
|
||||
setup_spec.extras["default"] += setup_spec.extras["rag"]
|
||||
setup_spec.extras["default"] += setup_spec.extras["graph_rag"]
|
||||
setup_spec.extras["default"] += setup_spec.extras["datasource"]
|
||||
setup_spec.extras["default"] += setup_spec.extras["torch"]
|
||||
setup_spec.extras["default"] += setup_spec.extras["cache"]
|
||||
|
Reference in New Issue
Block a user