Is there any way to export Vectorize
Is there any way to export Vectorize data? I want to migrate to another provider
9 Replies
Hi, is that vectorize 1 or recently released V2 ?
the V2 I think
It's newly created
yeah must be 2 then
There's no full export of the index data in one go, but you can use the https://developers.cloudflare.com/vectorize/reference/client-api/#get-vectors-by-id endpoint to fetch all data for your vectors, providing their ID.
Cloudflare Docs
Vectorize API | Vectorize
This page covers the Vectorize API available within Cloudflare Workers, including usage examples.
I see, gotta write a script for this, thanks
if you're willing to share feedback about what motivates the decision to use another provider, that'd help us make things better where that matters to users, so please do 🙂
My feedback:
1. Wrangler Support for Vectorize, devs will be so much happy, currently what I do is basically hit the REST API version if I'm on development mode, if production use the binding version
2. Metadata Index creation Interface (dash.cloudflare), this would be make our live so much easier
3. Vector Item Listing Interface (dash.cloudflare), would be also make our live so much easier
4. 5.000.000 Vector Limit per database increase
5.
$in
Metadata filter support
6. Import Export support (but in ndjson?) like D1thank you! that's great feedback
on 2. you mean creating the metadata indexes, right ?
yes the metadata Index