mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-08 12:30:14 +00:00
refactor: the document structure of GraphRAG (#2084)
This commit is contained in:
@@ -112,9 +112,10 @@ TUGRAPH_HOST=127.0.0.1
|
||||
TUGRAPH_PORT=7687
|
||||
TUGRAPH_USERNAME=admin
|
||||
TUGRAPH_PASSWORD=73@TuGraph
|
||||
ENABLE_GRAPH_COMMUNITY_SUMMARY=True # enable the graph community summary
|
||||
ENABLE_TRIPLET_GRAPH=True # enable the graph search for the triplets
|
||||
ENABLE_DOCUMENT_GRAPH=True # enable the graph search for documents and chunks
|
||||
GRAPH_COMMUNITY_SUMMARY_ENABLED=True # enable the graph community summary
|
||||
TRIPLET_GRAPH_ENABLED=True # enable the graph search for the triplets
|
||||
DOCUMENT_GRAPH_ENABLED=True # enable the graph search for documents and chunks
|
||||
KNOWLEDGE_GRAPH_CHUNK_SEARCH_TOP_SIZE=5 # the number of the searched triplets in a retrieval
|
||||
```
|
||||
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 195 KiB |
Reference in New Issue
Block a user