Migrate from one serverless index to another

Hello

My team and I have decided to change the way in which we’re partitioning our data (we’re also adding some more metadata). So we need to read all the data from each namespace, apply some simple changes and write them to our new namespaces.

We’re using serverless so it is possible to just list all the existing vectors (and access all the data we need) and I’ve implemented batching and backoff policies in my C# HTTP Client. We have a dev environment in which we can test things out.

Is there anything we should be aware of before we start this?

Hello @stephen ,

That is the correct approach using the list API.