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

core_memory_append causes hang #324

Closed
sarahwooders opened this issue Nov 5, 2023 · 3 comments
Closed

core_memory_append causes hang #324

sarahwooders opened this issue Nov 5, 2023 · 3 comments
Assignees

Comments

@sarahwooders
Copy link
Collaborator

Describe the bug
I ran the command memgpt --agent agent_19 --persona memgpt_doc --debug, and after a couple back and forths it friend to append to its core memory, but was stuck thinking for at least 5 minutes.

image

How did you install MemGPT?

  • From source?
  • Git commit 7baf3e7ce4834c758eb58d114bd27c55d0d2f876

Your setup (please complete the following information)

  • MacOS
  • Terminal
  • Python version: 3.10
@sarahwooders
Copy link
Collaborator Author

May be the same issue as #322

@sarahwooders
Copy link
Collaborator Author

sarahwooders commented Nov 5, 2023

I've debuged this issue - it's due to the __len__ function of archival memory taking forever since it pulls everything from the database -- will be fixed by #325

@cpacker
Copy link
Collaborator

cpacker commented Nov 6, 2023

I've debuged this issue - it's due to the __len__ function of archival memory taking forever since it pulls everything from the database -- will be fixed by #325

Just ran into this issue too, let's try to merge into main asap

@cpacker cpacker closed this as completed Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants