You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Perform a load of MemGPT-whitepaper and name it MemGPT-Whitepaper: memgpt load directory --input-files ./MemGPT-WhitePaper.pdf --name MemGPT-Whitepaper
table name created during load: memgpt_memgpt_whitepaper it appears all "memgpt"s are stripped, including the name. as seen in agent1/config.json "data_sources": [ "whitepaper" ],
To Reproduce
Steps to reproduce the behavior:
On the CLI, execute memgpt load directory --input-files ./MemGPT-WhitePaper.pdf --name MemGPT-Whitepaper
Look in the Postgresql database for table name: memgpt_memgpt_whitepaper
On CLI, execute memgpt run --agent agent1
/attach it lists only whitepaper select it.
Look in agent1/config.json
See error: "data_sources": [ "whitepaper" ],
Expected behavior
It should use memgpt_whitepaper as this is a legitimate name, and the memgpt should not be stripped of the name.
I should only strip the first memgpt. the second one is an actual name starting with memgpt_whitepaper
How did you install MemGPT?
pip install -U pymemgpt
Your setup (please complete the following information)
Your OS: Linux
Where you're trying to run MemGPT from
Terminal
Your python version: Python 3.11.2
pymemgpt version: pymemgpt 0.2.4`
The text was updated successfully, but these errors were encountered:
Describe the bug
Perform a load of MemGPT-whitepaper and name it MemGPT-Whitepaper:
memgpt load directory --input-files ./MemGPT-WhitePaper.pdf --name MemGPT-Whitepaper
"data_sources": [ "whitepaper" ],
To Reproduce
Steps to reproduce the behavior:
memgpt load directory --input-files ./MemGPT-WhitePaper.pdf --name MemGPT-Whitepaper
memgpt run --agent agent1
"data_sources": [ "whitepaper" ],
Expected behavior
It should use memgpt_whitepaper as this is a legitimate name, and the memgpt should not be stripped of the name.
I should only strip the first memgpt. the second one is an actual name starting with memgpt_whitepaper
How did you install MemGPT?
pip install -U pymemgpt
Your setup (please complete the following information)
pymemgpt
version: pymemgpt 0.2.4`The text was updated successfully, but these errors were encountered: