Jim Lloyd
465f7af847
fix: Fix load bug ( #795 )
...
Co-authored-by: Charles Packer <packercharles@gmail.com >
2024-01-11 23:05:43 -08:00
Charles Packer
f118e01ad1
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
Sarah Wooders
9b2d794de6
reformat
2024-01-10 20:21:53 -08:00
Sarah Wooders
35aa6b46b4
cleanup source loading code
2024-01-09 19:19:18 -08:00
Sarah Wooders
7b25aa94b0
Add warning if user_id is not found for 'memgpt load'
2024-01-08 16:45:06 -08:00
Sarah Wooders
54fa07da7a
refactor!: Migrate users + agent information into storage connectors ( #785 )
...
Co-authored-by: cpacker <packercharles@gmail.com >
2024-01-08 15:59:49 -08:00
cpacker
e02a75d40c
clean up the error messages stemming from a badly configured endpoint (bad url, url is none, etc)
2024-01-02 13:28:06 -08:00
Charles Packer
b487366f21
Merge branch 'main' into cherry-pick-storage-refactor
2023-12-30 21:38:58 -08:00
Charles Packer
02a8a42cb0
fix: patch TEI error in load ( #725 )
...
* patch TEI error in load (now get different error)
* more hiding of MOCKLLM
* fix embedding dim
* refactored bandaid patches into custom embedding class return object patch
2023-12-27 22:09:29 -08:00
Sarah Wooders
11096b20a4
Set get_all limit to None by default and add postgres to archival memory tests
2023-12-26 17:07:54 +04:00
Sarah Wooders
b64f3aca4b
Support metadata table via storage connectors for data sources
2023-12-26 17:06:58 +04:00
Sarah Wooders
234a444090
Define refactored storage table types (archival, recall, documents,
...
users, agents)
2023-12-26 17:04:11 +04:00
Sarah Wooders
6a155dfc90
Chroma storage integration ( #285 )
2023-12-05 17:49:00 -08:00
Sarah Wooders
f781d4426a
Set service context for llama index in local.py ( #462 )
...
* mark depricated API section
* add readme
* add readme
* add readme
* add readme
* add readme
* add readme
* add readme
* add readme
* add readme
* CLI bug fixes for azure
* check azure before running
* Update README.md
* Update README.md
* bug fix with persona loading
* remove print
* make errors for cli flags more clear
* format
* fix imports
* fix imports
* add prints
* update lock
* remove asserts
* bump version
* set global context for llama index
2023-11-15 15:39:35 -08:00
Wes
2597ff2eb8
Add load and load_and_attach functions to memgpt autogen agent. ( #430 )
...
* Add load and load_and_attach functions to memgpt autogen agent.
* Only recompute files if dataset does not exist.
2023-11-14 22:51:21 -08:00
Sarah Wooders
8700158222
Specify model inference and embedding endpoint separately ( #286 )
2023-11-06 17:19:45 -08:00
Sarah Wooders
b9ce763fda
VectorDB support (pgvector) for archival memory ( #226 )
2023-11-03 16:19:15 -07:00
Vivian Fang
6f188cffc4
Allow loading in a directory non-recursively ( #246 )
2023-11-02 10:04:01 -07:00
Sarah Wooders
23f3d42fae
Refactoring CLI to use config file, connect to Llama Index data sources, and allow for multiple agents ( #154 )
...
* Migrate to `memgpt run` and `memgpt configure`
* Add Llama index data sources via `memgpt load`
* Save config files for defaults and agents
2023-10-30 16:47:54 -07:00