This commit is contained in:
Yannick Stephan
2025-02-19 22:52:49 +01:00
parent 9277fe8c29
commit eb3306f34c
12 changed files with 7 additions and 84 deletions

View File

@@ -676,9 +676,6 @@ class OracleGraphStorage(BaseGraphStorage):
async def delete_node(self, node_id: str) -> None:
raise NotImplementedError
async def get_all_labels(self) -> list[str]:
raise NotImplementedError
async def get_knowledge_graph(
self, node_label: str, max_depth: int = 5
) -> KnowledgeGraph: