yangdx
commited on
Commit
·
4435ee9
1
Parent(s):
50ce541
Remove some graph storage support: MongoDB, TiDB and Oracle
Browse files- lightrag/kg/__init__.py +3 -3
lightrag/kg/__init__.py
CHANGED
@@ -14,12 +14,12 @@ STORAGE_IMPLEMENTATIONS = {
|
|
14 |
"implementations": [
|
15 |
"NetworkXStorage",
|
16 |
"Neo4JStorage",
|
17 |
-
"MongoGraphStorage",
|
18 |
-
"TiDBGraphStorage",
|
19 |
"AGEStorage",
|
20 |
"GremlinStorage",
|
21 |
"PGGraphStorage",
|
22 |
-
"OracleGraphStorage",
|
23 |
],
|
24 |
"required_methods": ["upsert_node", "upsert_edge"],
|
25 |
},
|
|
|
14 |
"implementations": [
|
15 |
"NetworkXStorage",
|
16 |
"Neo4JStorage",
|
17 |
+
# "MongoGraphStorage",
|
18 |
+
# "TiDBGraphStorage",
|
19 |
"AGEStorage",
|
20 |
"GremlinStorage",
|
21 |
"PGGraphStorage",
|
22 |
+
# "OracleGraphStorage",
|
23 |
],
|
24 |
"required_methods": ["upsert_node", "upsert_edge"],
|
25 |
},
|