Is it possible to change the graph_storage from an existing working_dir? #1912
Replies: 2 comments
-
|
It looks like your question is actually related to Problem #7 (storage mismatch between backends) — each graph_storage backend writes its own format, so you can’t just swap Neo4JStorage to NetworkXStorage or MemgraphStorage using the same working_dir. If you want, I can share a short guide (with link) that shows how to handle this case and what options you have to migrate cleanly. Just let me know. |
Beta Was this translation helpful? Give feedback.
-
|
No, you cannot directly switch the
The Migration options:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have already initialized a storage with "Neo4JStorage" using the following snippet:
Is it possible for me to use the existing data in LIGHTRAG_NEO4J_WORKING_DIR, and initialize a storage with other graph_storage options such as NetworkXStorage or MemgraphStorage? Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions