Vivian Fang
e5c0e1276b
Remove AsyncAgent and async from cli ( #400 )
...
* Remove AsyncAgent and async from cli
Refactor agent.py memory.py
Refactor interface.py
Refactor main.py
Refactor openai_tools.py
Refactor cli/cli.py
stray asyncs
save
make legacy embeddings not use async
Refactor presets
Remove deleted function from import
* remove stray prints
* typo
* another stray print
* patch test
---------
Co-authored-by: cpacker <packercharles@gmail.com>
2023-11-09 14:51:12 -08:00
Sarah Wooders
069780bc05
Use ~/.memgpt/config
to set questionary defaults in memgpt configure
+ update tests to use specific config path ( #389 )
2023-11-09 14:01:11 -08:00
Sarah Wooders
e9a2f8e762
Replace memgpt run
flags error with warning + remove custom embedding endpoint option + add agent create time ( #364 )
2023-11-09 09:10:17 -08:00
Charles Packer
aa94ce9515
add gpt-4-turbo ( #349 )
...
* add gpt-4-turbo
* add in another place
* change to 3.5 16k
2023-11-06 21:53:49 -08:00
Sarah Wooders
4d1cb31b97
Fix config tests ( #343 )
...
Co-authored-by: Vivian Fang <hi@vivi.sh>
2023-11-06 18:43:23 -08:00
Sarah Wooders
e2a685acba
Specify model inference and embedding endpoint separately ( #286 )
2023-11-06 17:19:45 -08:00
Dividor
e0a653d395
Aligned code with README that environment variable for Azure embeddings should be AZURE_OPENAI_EMBEDDINGS_DEPLOYMENT ( #308 )
2023-11-05 10:01:02 -08:00
Sarah Wooders
2492db6b59
VectorDB support (pgvector) for archival memory ( #226 )
2023-11-03 16:19:15 -07:00
Sarah Wooders
de6f6e857f
Cli bug fixes (loading human/persona text, azure setup, local setup) ( #222 )
...
* 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
* revert readme
* remove print
2023-10-31 13:51:20 -07:00
Sarah Wooders
b7f9560bef
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