You're using tokens correct? Not global API key?
You're using tokens correct? Not global API key?
$ 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.$ wrangler vectorize list-metadata-index <index-name>500M vectors256 dimensionsMaximum vectors per index= 5Mwrangler vectorize list"metadata": "all"npx wrangler vectorize create-metadata-index <MYINDEX> --property-name='userId' --type='string'