Replies: 3 comments 2 replies
-
If you load from a previous conversation JSON, then it should be exactly as if though you're continuing the conversation from that point and have all the same memories. If you're not seeing this, could you please post an issue that includes the version you are running, the command you ran, and screenshots of the problematic outputs? |
Beta Was this translation helpful? Give feedback.
-
As @sarahwooders mentioned, if you can provide an example (eg screenshots) of starting a conversation, saving it, then loading it (or failing to load it), that would help us out a ton! Also letting us know how you installed MemGPT and what the version is if you installed via pip ( |
Beta Was this translation helpful? Give feedback.
-
@sarahwooders @cpacker After I updated the memgpt (through pip install pymemgpt and by git cloning it), I couldn't do run it anymore. Before it was working perfectly fine except the /load. Since /load had been remove this is the problems I've been getting. I posted the issue #248 as an update as I think tackling this is more important as it handles the basic running of MemGPT using LM Studio. I tried running the main.py from the git cloned repo but all I got is this error. On the issue of #248 Here's what I got: |
Beta Was this translation helpful? Give feedback.
-
I know that it stores memories into two different types (the context and the archive).
After playing around with MemGPT, I noticed that in loading previous discussion, it needs to use the lastest saved json file. So based from that, it only loads the previous discussion and it's contents accessible are only what's inside the json file.
And if I wanted to ask a question to MemGPT with the answer coming from another json load file, I would have to load a json file that contains that answer. (Correct me if I'm wrong but this is what I learned from chatting with it.)
Also, there is also a bug that it crashes whenever I try to load a save file so I never get to tests how it access through it's archive memories.
From a single run with long conversation, it does it job well as it can even recall memories from the beginning of the conversation. But if I closed the discussion and reopened the program, then ask what happened. All I get is that MemGPT couldn't load the previous discussion and say ran out of input. And if does load, can I ask some questions that the information is another json load file?
Beta Was this translation helpful? Give feedback.
All reactions