insert part I can optimize but querying pattern can be unpredictable for my use case. I want to desi
insert part I can optimize but querying pattern can be unpredictable for my use case. I want to design the app with max possible throughput achievable. I am assuming that query via workers have much more throughput than http endpoints. So I will pre-create the indexes and assign them to my pipelines when needed so that I can bind the indexes in the worker before hand.
I hope there is no limit on number of vectorize bindings in a single worker unless I am reaching max worker size. I don't see any doc for that.
I hope there is no limit on number of vectorize bindings in a single worker unless I am reaching max worker size. I don't see any doc for that.



