Sarah Wooders
6bd19e15ad
feat: Migrating CLI to run on MemGPT Client for memgpt [list/add/delete]
( #1428 ) ( #1449 )
...
Co-authored-by: Krishna Mandal <43015249+KrishnaM251@users.noreply.github.com>
2024-06-13 16:02:59 -07:00
Anush
19480ec5fa
feat: Qdrant storage connector ( #1023 )
2024-06-04 23:24:25 -07:00
Sarah Wooders
8260e27ba5
feat: Ollama embeddings api + Ollama tests ( #1433 )
...
Co-authored-by: Krishna Mandal <krishna@mandal.us>
2024-06-04 20:49:20 -07:00
Bear Huang
6f77e66c98
fix: Append encoding='utf-8' to open ( #1423 )
2024-05-31 10:47:06 -07:00
Sarah Wooders
8d7ac83c0f
feat: Milvus storage connector ( #1198 ) ( #1400 )
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com>
Co-authored-by: ChengZi <chen.zhang@zilliz.com>
2024-05-25 21:36:46 -07:00
Charles Packer
a86374b464
ci: update workflows (add autoflake
and isort
) ( #1300 )
2024-04-27 11:54:34 -07:00
Charles Packer
eaed123af8
chore: run autoflake + isort ( #1279 )
2024-04-20 11:40:22 -07:00
Sarah Wooders
78b0a8ea08
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
edee03c756
fix: errors on getting default config values on fresh install ( #1249 )
2024-04-12 20:50:47 -07:00
Charles Packer
7c7b55f335
feat: add Cohere API support (Command-R+) ( #1246 )
2024-04-12 20:25:23 -07:00
Charles Packer
327acf1d1b
feat: Anthropic Claude API support ( #1239 )
2024-04-11 15:13:18 -07:00
Charles Packer
bdf7aeb247
feat: add Google AI Gemini Pro support ( #1209 )
2024-04-10 19:43:44 -07:00
Sarah Wooders
669cdee410
fix: upgrade llama-index-embeddings-huggingface
package and fix bug with local embeddings ( #1222 )
2024-04-05 22:43:27 -07:00
Charles Packer
d6e44fd954
feat: added groq support via local option w/ auth ( #1203 )
2024-04-01 15:31:05 -07:00
Charles Packer
b1995737a2
fix: patch vllm/local endpoint model GET bug ( #1179 )
2024-03-21 14:50:04 -07:00
Sarah Wooders
9c85919e65
feat: add description to source ( #1175 )
2024-03-21 13:02:50 -07:00
Peiran Yao
78abd3cf24
fix: fix azure credential configuration ( #1152 )
2024-03-17 17:04:04 -07:00
Sarah Wooders
c73aee3048
feat: enable adding presets via the CLI ( #1131 )
2024-03-11 15:01:56 -07:00
Charles Packer
dcf746cd91
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
15dbe34dfe
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
04c6d210d3
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
c816280d52
feat: Add API keys to memgpt server
REST API ( #1014 )
2024-02-16 13:14:35 -08:00
tombedor
a456d82542
fix: decrease number of saves to MemGPTConfig ( #943 )
2024-02-15 19:08:52 -08:00
Sarah Wooders
c7fbc03e68
refactor: store presets in database via metadata store ( #1013 )
2024-02-15 18:49:16 -08:00
Charles Packer
3546f9df36
fix: various patches for Azure support + strip Box
( #982 )
2024-02-09 15:01:57 -08:00
Charles Packer
6edffe036e
fix: use utf-8
encodings for all text files ( #918 )
2024-01-30 11:59:58 -08:00
Charles Packer
7ec216d1f8
refactor: fix typing errors (pyright) ( #855 )
2024-01-23 17:21:44 -08:00
Robin Goetz
988808e4b6
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
46675f4d41
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
cca9b38294
feat: Store embeddings padded to size 4096
to allow DB storage of varying size embeddings ( #852 )
...
Co-authored-by: cpacker <packercharles@gmail.com>
2024-01-19 16:03:13 -08:00
Charles Packer
7c99fbd009
feat: local auth config ( #854 )
2024-01-18 16:43:41 -08:00
Charles Packer
e4fab1653e
refactor: remove User LLM/embed. defaults, add credentials file, add authentication option for custom LLM backends ( #835 )
2024-01-18 16:11:35 -08:00
Charles Packer
d1b1548ba0
refactor: Use Message
types inside Agent state (agent.messages
), enabling immediate tracking of Message
objects ( #836 )
...
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-01-17 17:02:56 -08:00
tombedor
302e699c11
fix: store opeani key ( #806 )
2024-01-11 20:25:24 -08:00
Charles Packer
75467c2fb8
feat: Migration command for importing old agents into new DB backend ( #802 )
...
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-01-11 14:57:21 -08:00
Max Blackmer
6710f18c07
Merge branch 'main' into feature/global-logging
...
# Conflicts:
# memgpt/config.py
2024-01-11 11:12:03 -05:00
Sarah Wooders
2129212d0a
Fix CLI formatting
2024-01-08 16:58:59 -08:00
Sarah Wooders
8952e07279
Clear out archival and recall memory stores on agent deletion
2024-01-08 16:55:00 -08:00
Sarah Wooders
ca82b33ba7
Add support for deleting sources
2024-01-08 16:49:04 -08:00
Sarah Wooders
8c06cc4bf7
refactor!: Migrate users + agent information into storage connectors ( #785 )
...
Co-authored-by: cpacker <packercharles@gmail.com>
2024-01-08 15:59:49 -08:00
Max Blackmer
2343851cae
Merge branch 'feature/global-logging' of github.com:agiletechnologist/MemGPT into feature/global-logging
...
Removed Logging from configurations and migrated to constants.py
Modified log.py to configure using constants to configure logging
Conflicts:
memgpt/config.py resolved
2024-01-05 18:11:17 -05:00
cpacker
69849ba8e5
added success and fail messages to memgpt source delete
2024-01-02 13:39:26 -08:00
cpacker
bad6abc2f4
don't allow bad endpoint addresses during memgpt configure
2024-01-02 13:27:19 -08:00
cpacker
cdef0729b8
Merge branch 'main' into cherry-pick-storage-refactor
2024-01-02 12:21:56 -08:00
Jim Lloyd
3e5320c87e
feat: enum choices for list command argument (issue #732 ) ( #746 )
...
* enum choices for list command argument
* fixup! enum choices for list command argument
2023-12-31 13:27:10 -08:00
Sarah Wooders
d6aa519202
Update memgpt configure to reflect current storage connector options
2023-12-26 19:28:13 +04:00
Sarah Wooders
83c930e9ce
Deprecate list_loaded_data for listing sources, and use metadata DB instead
2023-12-26 18:47:16 +04:00
Sarah Wooders
887d9e4946
Support data source deletion with 'memgpt delete source <name>'
2023-12-26 18:28:53 +04:00
Max Blackmer
42c73137c9
[cpacker#319] Refactor memgptlog.py to log.py and move a function to log.py
2023-12-26 08:52:24 -05:00
Sarah Wooders
7a304c4df3
Support 'memgpt list sources' for storage refactor
2023-12-26 17:07:18 +04:00