Hello 🙂 Is there no UI option to create vector index? I am getting this screen. the UI comes for a
Hello 🙂
Is there no UI option to create vector index? I am getting this screen. the UI comes for a split second and goes away
4 Replies
ok. I can create via cli. please ignore my question. :blob_sweat:
Hi. I found this in the vectorize docs. I have 2 questions -
1. 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.
2. 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?
thanks @Leo ya I also thought so at the end
I have to offload the vector insert/query part to a worker, because I want to write the main backend in go ðŸ˜
Hi @Bob. Thank you for reaching out!
1. You can batch upto 5000 vectors in a single request to Vectorize if you would like to insert a large number of vectors quickly. And you will not be rate-limited as long as you stay within the limit of 1200 requests (each request can contain 5k vectors) per 5 minutes if you are using the HTTP API.
2. If you are concerned about the rate-limiting over HTTP API for Vectorize queries, and if you do not wish to use Vectorize bindings via Workers/Pages for your use case, could you please DM me and describe your requirements in greater detail. We will do our best to figure out a solution for you.