I’m 90% sure i filled out the form when you posted it, and never got an email. I just filled it out
I’m 90% sure i filled out the form when you posted it, and never got an email. I just filled it out again.
vectorize.operation_forbidden [code: 1011] when trying to create a V2 index. I've installed the required Wrangler prerelease version.✘ [ERROR] A request to the Cloudflare API (/accounts/***/vectorize/v2/indexes) failed.$ wrangler vectorize list-metadata-index <index-name>500M vectors, each with 256 dimensions. I've recently seen the changelog about Vectorize v2 being in public beta, which mentions support for up to 5 million vector dimensions per index but there is not vector dimension limit mentioned on limits page? I'd like some clarification and advice on how to best use this with my dataset.Maximum vectors per index= 5MContent-Type: application/json [code: 40026]wrangler vectorize list to see your v2 indexes"metadata": "all" option.vectorize.operation_forbidden [code: 1011]✘ [ERROR] A request to the Cloudflare API (/accounts/***/vectorize/v2/indexes) failed. curl --request DELETE \
--url https://api.cloudflare.com/client/v4/accounts/c9XXXXXXXXXX/vectorize/v2/indexes/vector-index \
--header 'Authorization: Bearer h1IXXXXXXXXX' \
--header 'Content-Type: application/json'{"success":false,"errors":[{"code":10000,"message":"Authentication error"}]}$ wrangler vectorize list-metadata-index <index-name>500M vectors256 dimensionsMaximum vectors per index= 5MContent-Type: application/jsonwrangler vectorize list"metadata": "all"npx wrangler vectorize create-metadata-index <MYINDEX> --property-name='userId' --type='string'