How to migrate ES database data to Infinity database? #11108
Replies: 2 comments
-
|
RAGFlow doesn't provide a built-in one-click migration tool for moving data from Elasticsearch (ES) to Infinity. The recommended approach is to manually export your data from ES and then import it into Infinity. For ES, you can use the elasticdump tool to export your analyzer, mapping, and data. For Infinity, use the Python API's RemoteTable.export_data() and import_data() methods to handle table data as JSONL files. Make sure your knowledge base IDs, storage paths, and DB connection info match between environments. If you use custom scripts, update any IDs or references as needed. More details and community discussion can be found in this issue: RAGFlow migration steps and considerations. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
|
There does not exist such facilities,yet. The only way is to remove all and restart. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
After I switched Ragflow's document database from ES to Infinity, how can I migrate the existing ES data to Infinity?
Beta Was this translation helpful? Give feedback.
All reactions