Closed mesgar closed 1 year ago
- [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.
I think it's not an issue with the VM's Spec, since the node's CPU usage is 12%.
Is there a workaround for this?
Fixed my problem by reducing to 10 parallel requests from 100 parallel requests. Its slow but working...
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.
I think it's not an issue with the VM's Spec, since the node's CPU usage is 12%.
Is there a workaround for this?