0.3.8
This release introduces initial support for running a MemGPT server with Docker Compose, and bugfixes for storing embeddings and message timestamps.
What's Changed
- fix: fix broken example after modifying client to return pydantic objects by @sarahwooders in #1174
- feat: migrate all calls to
datetime.now()
todatetime.now(UTC)
by @cpacker in #1176 - fix: additions to utc patch (#1176) by @cpacker in #1177
- feat: add description to source by @sarahwooders in #1175
- fix: patch vllm/local endpoint model GET bug by @cpacker in #1179
- fix: update print statement on server by @cpacker in #1180
- feat: return
num_passages
inSource.metadata_
from REST list sources endpoint by @sarahwooders in #1178 - feat: create docker-image.yml by @sarahwooders in #1181
- feat: create memgpt server with postgres DB with
docker compose up
by @sarahwooders in #1183 - feat: client tests for
docker compose
server by @sarahwooders in #1189 - fix: patch out-of-sync / missing tzinfo timestamps coming back from API server by @cpacker in #1182
- feat: move quickstart to use inference.memgpt.ai by @sarahwooders in #1190
- feat: Add nested KV and doc QA experiment scripts for paper by @sarahwooders in #990
- feat: only use OpenAI for
tests.yaml
if env variable is set by @sarahwooders in #1196 - fix: fix env variable for postgres in
compose.yaml
by @sarahwooders in #1204 - feat: added groq support via local option w/ auth by @cpacker in #1203
- fix: duplicate passage across/within files causing issues in insert_many with postgres by @nikhil-pandey in #1205
- fix: skip empty string passages returned by llama index parsing by @sarahwooders in #1208
- fix: Handle list[str] in function schema(continuation) by @palandovalex in #1110
- chore: Update policies by @cpacker in #686
- fix: Update memgpt_chat.txt and remove all spelling and grammar errors. by @Maximilian-Winter in #1210
- fix: patch tests.yml by @cpacker in #1213
- fix: Fixing the last issue with memgpt_chat.txt by @Maximilian-Winter in #1214
- fix: fallback to
MemGPTConfig
URI for postgres if no environment variables by @sarahwooders in #1216 - chore: bump version to 0.3.8 by @sarahwooders in #1217
New Contributors
- @nikhil-pandey made their first contribution in #1205
- @palandovalex made their first contribution in #1110
Full Changelog: 0.3.7...0.3.8