cpacker / MemGPT

Create LLM agents with long-term memory and custom tools 📚🦙
https://memgpt.readme.io
Apache License 2.0
10.71k stars 1.15k forks source link

sqlalchemy error after upgrade to 0.3.18 from 0.3.17 #1485

Closed MisileLab closed 13 hours ago

MisileLab commented 3 days ago

Describe the bug Error when use memgpt server

Please describe your setup

Additional context log

MemGPT Config https://bpa.st/UXYQ

sarahwooders commented 1 day ago

If you don't mind losing data, you can do rm ~/.memgpt/sqlite.db to reset your database. Otherwise we can post a migration script sometime this weekend. Sorry for the breaking changes!

MisileLab commented 1 day ago

If you don't mind losing data, you can do rm ~/.memgpt/sqlite.db to reset your database. Otherwise we can post a migration script sometime this weekend. Sorry for the breaking changes!

Ok, thank you! I'll wait for migration script.

sarahwooders commented 18 hours ago

I added a script in this PR: https://github.com/cpacker/MemGPT/pull/1489

Note that if you added custom tools, you will need to re-add them since this resets the tool database.

MisileLab commented 13 hours ago

I'll close this issue, use migration script if error