Commit Graph

169 Commits

Author SHA1 Message Date
Charles Packer
b35de11d96 chore: run autoflake + isort (#1279) 2024-04-20 11:40:22 -07:00
Charles Packer
d7d1bd1516 feat: add streaming support for OpenAI-compatible endpoints (#1262) 2024-04-17 23:40:52 -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
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
Charles Packer
703ea47d72 feat: add Google AI Gemini Pro support (#1209) 2024-04-10 19:43:44 -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
d4cf8bda2c feat: added groq support via local option w/ auth (#1203) 2024-04-01 15:31:05 -07:00
Sarah Wooders
ef913a743b feat: move quickstart to use inference.memgpt.ai (#1190) 2024-03-27 17:09:11 -07:00
Sarah Wooders
c8297f53e4 feat: create memgpt server with postgres DB with docker compose up (#1183) 2024-03-25 22:32:26 -07:00
Charles Packer
acbdd4c0e5 fix: patch vllm/local endpoint model GET bug (#1179) 2024-03-21 14:50:04 -07:00
Sarah Wooders
08fd722f13 feat: add description to source (#1175) 2024-03-21 13:02:50 -07:00
Peiran Yao
7ea83fa7f0 fix: fix azure credential configuration (#1152) 2024-03-17 17:04:04 -07:00
Charles Packer
76a2137d0d feat: during agent creation - create new presets in the DB if the preset had overrides (#1159) 2024-03-16 22:29:29 -07:00
Sarah Wooders
70a9e9b81c feat: implement remaining Admin routes in client and add tests (#1157) 2024-03-16 20:03:19 -07:00
Sarah Wooders
8368942376 fix: fix existing agent listing for CLI (#1146) 2024-03-12 15:12:09 -07:00
Charles Packer
1f192be107 feat: added persona/human_name fields to Preset (#1134) 2024-03-11 16:33:05 -07:00
Sarah Wooders
c508acb9dc fix: modify metadata presets functions (#1132) 2024-03-11 16:32:50 -07:00
Sarah Wooders
d17719f19b feat: enable adding presets via the CLI (#1131) 2024-03-11 15:01:56 -07:00
Charles Packer
c619b2c048 fix: patch bug where the contents of the persona/human files were not gett… (#1126) 2024-03-10 18:43:58 -07:00
Sarah Wooders
dc958bcd9e feat: Add data sources to REST API (#1118) 2024-03-10 14:34:35 -07:00
Sarah Wooders
7b8fcd3a42 fix: bug with storing embedding info in metadata store (#1101) 2024-03-05 22:11:12 -08:00
Sarah Wooders
5e754df9d7 fix: move to TokenTextSplitter for more reliable chunking (#1098) 2024-03-05 17:00:28 -08:00
Charles Packer
637cb9c2b4 feat: one time pass of autoflake + add autoflake to dev extras (#1097)
Co-authored-by: tombedor <tombedor@gmail.com>
2024-03-05 16:35:12 -08:00
Sarah Wooders
40b23987ed feat: Update REST API routes GET information for agents/humans/personas and store humans/personas in DB (#1074) 2024-03-02 13:07:24 -08:00
Sarah Wooders
cb7b4caeac fix: Pass empty list for functions==None (#983)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2024-03-01 23:23:26 -08:00
Charles Packer
894cfcb0c5 feat: tests and bug fixes AgentState.state (#1058) 2024-02-29 20:51:31 -08:00
Charles Packer
15b0aebf52 feat: add basic https support to memgpt server for development where https is needed (#1052) 2024-02-25 14:34:14 -08:00
Sarah Wooders
12a55831ca feat: Add data loading and attaching to server (#1051) 2024-02-24 19:34:32 -08:00
Sarah Wooders
3b99151711 feat: Create RESTClient and Admin client for interacting with server from python (#1033) 2024-02-22 11:16:01 -08:00
Charles Packer
fb85273a73 fix: patch /rewrite (#1034) 2024-02-21 23:52:53 -08:00
Charles Packer
d64178655d fix: removed superfluous create_agent calls (#1000) 2024-02-19 10:13:41 -08:00
Sarah Wooders
4cdd9ee01f feat: refactor loading and attaching data sources, and upgrade to llama-index==0.10.6 (#1016) 2024-02-18 16:57:01 -08:00
Charles Packer
dd209a3132 feat: Add API keys to memgpt server REST API (#1014) 2024-02-16 13:14:35 -08:00
tombedor
e6554b149c fix: decrease number of saves to MemGPTConfig (#943) 2024-02-15 19:08:52 -08:00
Sarah Wooders
10aa6097ad refactor: store presets in database via metadata store (#1013) 2024-02-15 18:49:16 -08:00
Sarah Wooders
a0139b5fdc fix: Chunk inserts into DB on CLI load (#994) 2024-02-12 14:37:44 -08:00
Charles Packer
2aa2e12502 fix: various patches for Azure support + strip Box (#982) 2024-02-09 15:01:57 -08:00
Sarah Wooders
da7ecbf103 fix: Remove document truncation and replace DB inserts with upserts (#973) 2024-02-08 20:46:21 -08:00
Sarah Wooders
d099c8c1f1 fix: Remove document truncation for memgpt load (#978) 2024-02-08 17:19:32 -08:00
黄绵秋
5b25d9e1f2 fix: Fix Misplaced Else Statement and Correct If Condition Handling in set_config_with_dict() (#965)
Co-authored-by: luther <272786742@qq.com>
2024-02-08 12:43:32 -08:00
Charles Packer
5112f5e161 fix: use utf-8 encodings for all text files (#918) 2024-01-30 11:59:58 -08:00
Charles Packer
d9c87a266f fix: misc updates to the migration code to improve migration UX (#941) 2024-01-29 17:42:41 -08:00
Charles Packer
82f339718c fix: resolve fatal attribute errors in pyright (#917) 2024-01-23 20:33:58 -08:00
Charles Packer
037cc16e32 refactor: fix typing errors (pyright) (#855) 2024-01-23 17:21:44 -08:00
Robin Goetz
cc6ce4f6dc fix: remove unexpected arguments for user (#910)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2024-01-23 11:32:33 -08:00
Sarah Wooders
35b48c5fc0 fix: add Annotated to CLI options (#906)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2024-01-23 11:27:24 -08:00
Sarah Wooders
888a69af85 fix: chroma bug with repeated loading of same source (#909) 2024-01-23 10:29:40 -08:00
tombedor
570dc2a893 fix: simplify user config (#904) 2024-01-22 19:25:03 -08:00