add Oracle support

This commit is contained in:
jin
2024-11-12 09:59:12 +08:00
7 changed files with 126 additions and 10 deletions

View File

@@ -118,7 +118,7 @@ class BaseGraphStorage(StorageNameSpace):
):
raise NotImplementedError
async def clustering(self, algorithm: str):
async def delete_node(self, node_id: str):
raise NotImplementedError
async def embed_nodes(self, algorithm: str) -> tuple[np.ndarray, list[str]]: