mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-15 14:11:14 +00:00
feat: add document structure into GraphRAG (#2033)
Co-authored-by: Appointat <kuda.czk@antgroup.com> Co-authored-by: tpoisonooo <khj.application@aliyun.com> Co-authored-by: vritser <vritser@163.com>
This commit is contained in:
@@ -213,8 +213,8 @@ class Config(metaclass=Singleton):
|
||||
|
||||
# Vector Store Configuration
|
||||
self.VECTOR_STORE_TYPE = os.getenv("VECTOR_STORE_TYPE", "Chroma")
|
||||
self.GRAPH_COMMUNITY_SUMMARY_ENABLED = (
|
||||
os.getenv("GRAPH_COMMUNITY_SUMMARY_ENABLED", "").lower() == "true"
|
||||
self.ENABLE_GRAPH_COMMUNITY_SUMMARY = (
|
||||
os.getenv("ENABLE_GRAPH_COMMUNITY_SUMMARY", "").lower() == "true"
|
||||
)
|
||||
self.MILVUS_URL = os.getenv("MILVUS_URL", "127.0.0.1")
|
||||
self.MILVUS_PORT = os.getenv("MILVUS_PORT", "19530")
|
||||
|
Reference in New Issue
Block a user