Is it possible to change the graph_storage from an existing working_dir? #1912
Unanswered
hungphongtrn
asked this question in
Q&A
Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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