main_merge

This commit is contained in:
Roy
2025-03-08 20:34:29 +00:00
39 changed files with 1475 additions and 244 deletions

View File

@@ -206,7 +206,7 @@ class BaseGraphStorage(StorageNameSpace, ABC):
@abstractmethod
async def get_knowledge_graph(
self, node_label: str, max_depth: int = 5
self, node_label: str, max_depth: int = 3
) -> KnowledgeGraph:
"""Retrieve a subgraph of the knowledge graph starting from a given node."""