Revert "Cleanup of code"
This commit is contained in:
@@ -670,6 +670,9 @@ 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:
|
||||
|
Reference in New Issue
Block a user