Hello, is it possible to use Vectorize locally? For some reason vectorize binding is undefined even
Hello, is it possible to use Vectorize locally? For some reason vectorize binding is undefined even though I declared it in wrangler.toml
vector object in each result object. This also doesn't match what's in the docs: https://developers.cloudflare.com/vectorize/reference/metadata-filtering/

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.{
"count": 1,
"matches": [
{
"vectorId": "145",
"score": 0.582596078,
"vector": {
"id": "145",
"values": [],
"metadata": {
"content": "foo"
}
}
}
]
}vectorvectorize.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"}]}