Hello. I am building a worker application which can create vectorizedb, insert/query the vectors, de

Hello. I am building a worker application which can create vectorizedb, insert/query the vectors, delete vectorizedb. Currently, we need to bind the vectorize db to the worker manually. How can I automate it so that new dbs can be created and vectors can be inserted without manual binding in wrangler.json?
Was this page helpful?