diff --git a/assets/wechat.jpg b/assets/wechat.jpg index 91a13bb5e..460827e45 100644 Binary files a/assets/wechat.jpg and b/assets/wechat.jpg differ diff --git a/dbgpt/storage/knowledge_graph/community_summary.py b/dbgpt/storage/knowledge_graph/community_summary.py index 6a1027012..806f9df54 100644 --- a/dbgpt/storage/knowledge_graph/community_summary.py +++ b/dbgpt/storage/knowledge_graph/community_summary.py @@ -186,7 +186,6 @@ class CommunitySummaryKnowledgeGraph(BuiltinKnowledgeGraph): async def aload_document(self, chunks: List[Chunk]) -> List[str]: """Extract and persist graph from the document file.""" - await self._aload_document_graph(chunks) await self._aload_triplet_graph(chunks) await self._community_store.build_communities( @@ -197,6 +196,7 @@ class CommunitySummaryKnowledgeGraph(BuiltinKnowledgeGraph): async def _aload_document_graph(self, chunks: List[Chunk]) -> None: """Load the knowledge graph from the chunks. + The chunks include the doc structure. """ if not self._document_graph_enabled: