Hi. I found this in the vectorize docs. I have 2 questions - 1. How long do I need to wait before s
Hi. I found this in the vectorize docs. I have 2 questions -
- How long do I need to wait before sending next 5000embeddings after 1st batch so that I don't get rate limited. I am trying to insert and later query via HTTP API.
- The global limit says 1200req/5min which is too low. It means, on avg only 4 queries can be done on the vectorize index per second right? This limit seems too low or I am not understanding it properly. If I query the index via worker, does this limit not apply in that case?



