Azure-Samples / qdrant-azure

Qdrant Vector Database on Azure Cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Too Many Request" errors during the parallel upload

mesgar opened this issue · comments

- [x] bug report -> please search issues before submitting
- [ ] feature request
- [x] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

I followed the walkthrough blog post:
https://devblogs.microsoft.com/semantic-kernel/the-power-of-persistent-memory-with-semantic-kernel-and-qdrant-vector-database/

but uploading documents in parallel causes too many "Too Many Request" Errors.
image

I think it's not an issue with the VM's Spec, since the node's CPU usage is 12%.
image

Is there a workaround for this?

Fixed my problem by reducing to 10 parallel requests from 100 parallel requests.
Its slow but working...