"Vector Database Guide" - Migrating vector database Milvus 1.x to Milvus 2.x

  • Kite 1.x -> Kite 2.x

1. Milvus 1.x data preparation  - (can be skipped, will be used for Milvus user migration on Zilliz Cloud)

In order to allow users to experience it quickly, 10,000 pieces of Milvus 1.x test data are placed in the testfiles directory of the project source code in the test1/ directory. The directory structure includes two parts: tables and meta.json. This test data is available for quick experience:

Normally, users need to export their own Milvus 1.x meta.json file. The export method can be through the command:

./milvus-migration export -m "user:password@tcp(adderss)/milvus?charset=utf8mb4&parseTime=True&loc=Local" -o outputDir

Among them, user/password/address is the mysql used by Milvus1.x; it will be exported to outputDir. The Milvus1.x server needs to be shut down or stop writing data before exporting. subsequently

Guess you like

Origin blog.csdn.net/qinglingye/article/details/133095395
Recommended