I have already created a vector index via Wrangler CLI, and my wrangler.toml also contains the corresponding configuration, and deployed in both preview and production.
@Walshy I still can’t see any items in dashboard, even though I’ve created another one via wrangler.
npx wrangler vectorize create text-index --metric=cosine --dimensions=768
🚧 Creating index: 'text-index'
✅ Successfully created a new Vectorize index: 'text-index'
📋 To start querying from a Worker, add the following binding configuration into 'wrangler.toml':
[[vectorize]]
binding = "VECTORIZE"
index_name = "text-index"