DB-GPT/dbgpt/rag/transformer
M1n9X 759f7d99cc
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>
2024-08-30 21:59:44 +08:00
..
__init__.py feat: add GraphRAG framework and integrate TuGraph (#1506) 2024-05-16 15:39:50 +08:00
base.py feat(GraphRAG): enhance GraphRAG by graph community summary (#1801) 2024-08-30 21:59:44 +08:00
community_summarizer.py feat(GraphRAG): enhance GraphRAG by graph community summary (#1801) 2024-08-30 21:59:44 +08:00
graph_extractor.py feat(GraphRAG): enhance GraphRAG by graph community summary (#1801) 2024-08-30 21:59:44 +08:00
keyword_extractor.py feat: add GraphRAG framework and integrate TuGraph (#1506) 2024-05-16 15:39:50 +08:00
llm_extractor.py feat(GraphRAG): enhance GraphRAG by graph community summary (#1801) 2024-08-30 21:59:44 +08:00
llm_summarizer.py feat(GraphRAG): enhance GraphRAG by graph community summary (#1801) 2024-08-30 21:59:44 +08:00
text2cypher.py feat: add GraphRAG framework and integrate TuGraph (#1506) 2024-05-16 15:39:50 +08:00
text2gql.py feat: add GraphRAG framework and integrate TuGraph (#1506) 2024-05-16 15:39:50 +08:00
text2vector.py feat: add GraphRAG framework and integrate TuGraph (#1506) 2024-05-16 15:39:50 +08:00
triplet_extractor.py feat: add GraphRAG framework and integrate TuGraph (#1506) 2024-05-16 15:39:50 +08:00