Here’s what I have 🙂 ```toml vectorize = [ { binding = "embeddings-development", index_name="embe

Here’s what I have 🙂
vectorize = [
  { binding = "embeddings-development", index_name="embeddings-development" },
  { binding = "embeddings-staging", index_name="embeddings-staging" },
  { binding = "embeddings-production", index_name="embeddings-production" }
]

(I think that’s what you mean?)
Was this page helpful?