Migration from Milvus to OpenSearch

Does OpenSearch have any tool to migrate data from Milvus to OpenSearch?

hi @gifisiby ,

I don’t think one simple connect and go tool exists, but if anyone knows of any they can update this post and share.

But I believe this would require you to script to achieve the desired end result, you could output all data in which you want to transfer and have script that would iterate through each entry. You could then log this to a file in json format and use one of the supported ingestion tools to ingest the data to Opensearch - Agents and ingestion tools - OpenSearch documentation .

Hopefully this helps,

Leeroy.

1 Like

hi,

I meet this problem about vector data from milvus to opensearch now…

I used Seatunnel and VTS, but neither of them worked well…

Have you ever tried these tools or any other tools?

Do you have some suggests about migration from Milvus to OpenSearch now ?