Deleted node2vec implementation

This commit is contained in:
yangdx
2025-04-11 18:41:45 +08:00
parent 83353ab9a6
commit 745301ea13
6 changed files with 0 additions and 59 deletions

View File

@@ -58,10 +58,6 @@ class NetworkXStorage(BaseGraphStorage):
logger.info("Created new empty graph")
self._graph = preloaded_graph or nx.Graph()
self._node_embed_algorithms = {
"node2vec": self._node2vec_embed,
}
async def initialize(self):
"""Initialize storage data"""
# Get the update flag for cross-process update notification