Enable MongoGraphStorage

This commit is contained in:
yangdx 2025-06-26 13:47:50 +08:00
parent d031cc7cdf
commit 6364d076aa

View file

@ -14,8 +14,8 @@ STORAGE_IMPLEMENTATIONS = {
"NetworkXStorage",
"Neo4JStorage",
"PGGraphStorage",
"MongoGraphStorage",
# "AGEStorage",
# "MongoGraphStorage",
# "TiDBGraphStorage",
# "GremlinStorage",
],