Sarah Wooders
|
e27a5eccdc
|
feat: add testing for LLM + embedding endpoints (#1308)
Co-authored-by: cpacker <packercharles@gmail.com>
|
2024-04-29 22:23:42 -07:00 |
|
Sarah Wooders
|
877dd89f3c
|
fix: refactor create(..) call to LLMs to not require AgentState (#1307)
Co-authored-by: cpacker <packercharles@gmail.com>
|
2024-04-28 15:21:20 -07:00 |
|
Charles Packer
|
ac06ef9e22
|
feat: update portal (#1306)
|
2024-04-27 22:28:08 -07:00 |
|
Charles Packer
|
17eb4d9279
|
fix: patch embedding_model null issue in tests (#1305)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
|
2024-04-27 21:33:00 -07:00 |
|
Charles Packer
|
367e4bebb1
|
fix: patch tests (#1304)
|
2024-04-27 16:26:39 -07:00 |
|
Charles Packer
|
c59af308fe
|
ci: update workflows (add autoflake and isort) (#1300)
|
2024-04-27 11:54:34 -07:00 |
|
Charles Packer
|
a61a67bc47
|
chore: better database errors (#1299)
|
2024-04-26 16:00:36 -07:00 |
|
Charles Packer
|
a80b7e8fec
|
feat: Add personal assistant demo code from meetup (#1294)
|
2024-04-24 16:58:15 -07:00 |
|
Sarah Wooders
|
de57f97ebc
|
fix: hardcode MemGPT version in config/server_config.yaml (#1292)
|
2024-04-23 18:43:19 -07:00 |
|
Sarah Wooders
|
06fd6005ce
|
chore: bump version to 0.3.12 (#1291)
|
2024-04-22 21:34:38 -07:00 |
|
Charles Packer
|
6c7d7cd136
|
fix: Update rdme-openapi.yml (#1290)
|
2024-04-22 21:34:25 -07:00 |
|
Charles Packer
|
bdd3aa4457
|
fix: hardcoded stop tokens to patch Groq API's new 4 stop token limit for /completions (#1288)
|
2024-04-22 20:20:17 -07:00 |
|
Sarah Wooders
|
416ed3fad9
|
feat: add workflow to build + test docker container (#1278)
|
2024-04-21 17:58:09 -07:00 |
|
Sarah Wooders
|
132c789ec5
|
feat: disallow creation of tools with the same name (#1285)
|
2024-04-21 17:57:58 -07:00 |
|
Charles Packer
|
b35de11d96
|
chore: run autoflake + isort (#1279)
|
2024-04-20 11:40:22 -07:00 |
|
Charles Packer
|
a3c19a70f5
|
fix: misc bugs (#1276)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
|
2024-04-20 10:24:51 -07:00 |
|
Sarah Wooders
|
922fd5b513
|
feat: use background tasks for processing uploaded files to REST API (#1263)
|
2024-04-19 18:15:30 -07:00 |
|
Charles Packer
|
aec971c1b2
|
feat: misc server updates (#1275)
|
2024-04-19 17:39:36 -07:00 |
|
Sarah Wooders
|
d8ffd6c4d6
|
fix: add DB prefill for default user, preset, humans, and persona for server (#1273)
|
2024-04-19 10:30:28 -07:00 |
|
Sarah Wooders
|
f3b5f5e7db
|
fix: Clean up and simplify docker entrypoint (#1235) (#1259)
Co-authored-by: Ethan Knox <norton120@gmail.com>
|
2024-04-18 22:39:11 -07:00 |
|
Charles Packer
|
d7d1bd1516
|
feat: add streaming support for OpenAI-compatible endpoints (#1262)
|
2024-04-17 23:40:52 -07:00 |
|
Sarah Wooders
|
fa68dab7e3
|
chore: bump version (#1269)
|
2024-04-17 19:18:33 -07:00 |
|
Sarah Wooders
|
be50e44301
|
fix: remove message UTC validation temporarily to fix dev portal + add -d flag to docker compose up for tests (#1268)
|
2024-04-17 19:18:13 -07:00 |
|
Sarah Wooders
|
ec7cf62d79
|
fix: push/pull container from memgpt/memgpt-server:latest (#1267)
|
2024-04-17 16:55:07 -07:00 |
|
Taddeus
|
163fddabac
|
fix: Fixed NameError: name 'attach' is not defined (#1255)
|
2024-04-15 21:35:33 -07:00 |
|
Sarah Wooders
|
e1063e3129
|
fix: update ChatCompletionResponse to make model field optional (#1258)
|
2024-04-15 14:21:34 -07:00 |
|
Sarah Wooders
|
518437fa02
|
fix: remove default persona/human from memgpt configure and add functionality for modifying humans/presets more clearly (#1253)
|
2024-04-15 12:25:49 -07:00 |
|
Sarah Wooders
|
22e52dc1bc
|
chore: bump version to 3.10 (#1252)
|
2024-04-12 22:31:03 -07:00 |
|
Sarah Wooders
|
2f0c6296c8
|
fix: convert Message objects to dicts for local LLMs (#1251)
|
2024-04-12 22:29:42 -07:00 |
|
Sarah Wooders
|
a3dfb15071
|
fix: errors on getting default config values on fresh install (#1249)
|
2024-04-12 20:50:47 -07:00 |
|
Charles Packer
|
5ece354e0e
|
feat: add Cohere API support (Command-R+) (#1246)
|
2024-04-12 20:25:23 -07:00 |
|
Charles Packer
|
fe4c3510c8
|
feat: Anthropic Claude API support (#1239)
|
2024-04-11 15:13:18 -07:00 |
|
Sarah Wooders
|
a2d9d5465e
|
chore: bump version to 0.3.9 (#1238)
|
2024-04-10 19:45:39 -07:00 |
|
Charles Packer
|
703ea47d72
|
feat: add Google AI Gemini Pro support (#1209)
|
2024-04-10 19:43:44 -07:00 |
|
Sarah Wooders
|
edcc143365
|
fix: remove tools tests (#1236)
|
2024-04-10 18:34:38 -07:00 |
|
Charles Packer
|
bca1f9ba8c
|
fix: patched pop (#1232)
|
2024-04-08 22:40:11 -07:00 |
|
Sarah Wooders
|
806a982b39
|
feat: REST API support for tool creation (#1219)
Co-authored-by: cpacker <packercharles@gmail.com>
|
2024-04-08 22:11:18 -07:00 |
|
Sarah Wooders
|
beb5813003
|
fix: delete mapping between sources and agents if agent is deleted (#1229)
|
2024-04-06 17:32:30 -07:00 |
|
Sarah Wooders
|
ff9b8e93dc
|
chore: upgrade dependencies and make package compatible with Python 3.12 (#1228)
|
2024-04-06 13:46:23 -07:00 |
|
Charles Packer
|
4e88c3e99d
|
fix: patch /rethink (#1227)
|
2024-04-06 13:34:26 -07:00 |
|
Sarah Wooders
|
cda66338a9
|
fix: upgrade llama-index-embeddings-huggingface package and fix bug with local embeddings (#1222)
|
2024-04-05 22:43:27 -07:00 |
|
Charles Packer
|
0f4d31080e
|
feat: add dev portal (#1191)
|
2024-04-03 18:59:43 -07:00 |
|
Charles Packer
|
a730a8dd7a
|
fix: Update test_server.py (#1218)
|
2024-04-03 17:59:06 -07:00 |
|
Sarah Wooders
|
6b2c1c7cf3
|
chore: bump version to 0.3.8 (#1217)
|
2024-04-03 13:07:14 -07:00 |
|
Sarah Wooders
|
5677edb2b7
|
fix: fallback to MemGPTConfig URI for postgres if no environment variables (#1216)
|
2024-04-03 13:06:44 -07:00 |
|
Maximilian Winter
|
01badfc782
|
fix: Fixing the last issue with memgpt_chat.txt (#1214)
|
2024-04-03 12:48:01 -07:00 |
|
Charles Packer
|
0d4ceaa3ce
|
fix: patch tests.yml (#1213)
|
2024-04-03 12:19:10 -07:00 |
|
Maximilian Winter
|
cdf2e8994b
|
fix: Update memgpt_chat.txt and remove all spelling and grammar errors. (#1210)
|
2024-04-03 11:52:52 -07:00 |
|
Charles Packer
|
1bab939c1e
|
chore: Update policies (#686)
|
2024-04-02 10:53:03 -07:00 |
|
palandovalex
|
474a4d0f21
|
fix: Handle list[str] in function schema(continuation) (#1110)
|
2024-04-02 10:50:16 -07:00 |
|