madgrizzle

Results 27 issues of madgrizzle

Followed instructions with only one change: FileSystem = L:FastFileSystem Rebooted, issued: mount sd0: format drive sd0: name "sdcard" quick Computer returns with "Initializing disk..." followed by a "Format Failure: seek...

**Is your feature request related to a problem? Please describe.** The prompt message that gets sent to the LLM contains a lot of superfluous "handshaking" that isn't relevant to the...

**Describe the bug** It appears that the text_search function here: https://github.com/cpacker/MemGPT/blob/eaed123af8584d139879e56a23e5bc6237bdfcde/memgpt/agent_store/db.py#L404 performs a query on the "text" field stored in the SQL database. From what I can tell, the "text"...

**Describe the bug** When using a local LLM, conversation_search fails with 'timestamp' error. 'timestamp' is missing from the search returns and therefore fails with an exception when the following line...

Not sure if the best way to do it, but this resolved the issue with locating the static files to resolve. **Please describe the purpose of this pull request.** Fix...

https://github.com/cpacker/MemGPT/blob/0a4adcb774988e6861dc01cf392664200755f7bb/memgpt/server/rest_api/static_files.py#L20 I install memgpt using `pip install -U pymemgpt` into a virtual environment. This places memgpt and associated static files in the site-packages of the virtual environment. When you start...

**Describe the bug** When performing a converstation_search_date, a query_date using PostgreSQL (and maybe others), fails with the following error: `operator does not exist: timestamp with time zone >= character varying`...

**Describe the bug** https://github.com/cpacker/MemGPT/blob/f1f912da2cab9357b243e830ba1ed2b05c208910/memgpt/memory.py#L329 First: The functions that call query_text and query_date send the equivalent of "limit" and "offset" in different order and therefore they are mismatched. In `BaseRecallMemory`, query_text...

**Please describe the purpose of this pull request.** This is a series of fixes to allow local LLMs to work properly. _edit: I realized while driving into work how to...

Adds a note to remind people to update the port in the connection string if using the docker. I had missed that step.