i am trying to test my api using curl command Invoke-RestMethod -Uri "http://localhost:5000/embed-and-store" -Method Post -Headers @{"Content-Type"="application/json"} -Body '{"url":"https://www.forbes.com/sites/jodiecook/2024/01/02/5-chatgpt-prompts-to-land-a-higher-paying-job-in-2024/?sh=5b527622170fe"}' and i am getting 429 error.
During the public preview period, requests are limited to 1000 read units/second, 50,000 write units/second, and 2.5 fetch and describe_index_stats operations/second.strong text
Based on what you’re trying to do, does that limitation make sense? If not, can you provide the name of your index?
@vinayakgavariya123, @pream, you can have a max of 20 serverless indexes in a single project. I wonder if this is what you’re running into. Can you please check the number of serverless indexes in the projects where you are trying to create new serverless indexes?