Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: memory-store Fails When Retrieving Large Number of Documents #813

Open
1 task done
HamadaSalhab opened this issue Nov 8, 2024 · 1 comment
Open
1 task done
Labels
bug Something isn't working

Comments

@HamadaSalhab
Copy link
Contributor

📜 Description

Tried retrieving around 10k docs at once with client.agents.docs.list(limit=10000) (not a good way to do that, but still someone might do it). As a result, the memory-store service was killed.

Logs:

image

👟 Reproduction steps

No response

👀 Have you spent some time to check if this bug has been raised before?

  • I checked and didn't find similar issue
@HamadaSalhab HamadaSalhab added the bug Something isn't working label Nov 8, 2024
@creatorrr
Copy link
Contributor

we should cap the limits but this seems like it ran out of memory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants