Commit Graph

33 Commits

Author SHA1 Message Date
Sarah Wooders
b568830978 chore: deprecate letta configure and remove config defaults (#1841)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-10-09 14:32:08 -07:00
Matthew Zhou
446b8f2154 feat: Add listing llm models and embedding models for Azure endpoint (#1846)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-10-08 15:14:55 -07:00
Matthew Zhou
1104438490 fix: Fix Azure provider and add complex e2e testing (#1842)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-10-07 17:59:06 -07:00
Matthew Zhou
c76cecb8cb test: Add complex e2e tests for anthropic opus-3 model (#1837)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-10-07 11:39:54 -07:00
Matt Zhou
ee46de19bd Delete azure configs 2024-10-03 10:07:04 -07:00
Matt Zhou
b698cb1981 Modify gitignore and add configs 2024-10-02 09:39:10 -07:00
Sarah Wooders
8ae1e64987 chore: migrate package name to letta (#1775)
Co-authored-by: Charles Packer <packercharles@gmail.com>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2024-09-23 09:15:18 -07:00
Sarah Wooders
da9bbeada0 fix: fix DB session management to avoid connection overflow error (#1758) 2024-09-18 13:14:19 -07:00
Sarah Wooders
8f34f3e5f1 fix: various fixes to patch anthropic integration (#1698) 2024-08-30 15:15:56 -07:00
Sarah Wooders
97ef8ba022 feat: Ollama embeddings api + Ollama tests (#1433)
Co-authored-by: Krishna Mandal <krishna@mandal.us>
2024-06-04 20:49:20 -07:00
Sarah Wooders
f56179050c feat: split up endpoint tests (#1432)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-06-04 19:03:38 -07:00
Sarah Wooders
486d1c55c0 fix: fix summarizer for tool_calls (#1350) 2024-05-06 22:18:12 -07:00
Charles Packer
789e9a9281 chore: bump version to 0.3.14 + strip version from server yaml (#1334) 2024-05-03 15:38:53 -07:00
Charles Packer
6ea161cf91 fix: hardcoded version in server_config.yaml (#1323) 2024-05-02 15:59:50 -07:00
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
Charles Packer
c59af308fe ci: update workflows (add autoflake and isort) (#1300) 2024-04-27 11:54:34 -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
416ed3fad9 feat: add workflow to build + test docker container (#1278) 2024-04-21 17:58:09 -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
Sarah Wooders
ef913a743b feat: move quickstart to use inference.memgpt.ai (#1190) 2024-03-27 17:09:11 -07:00
Charles Packer
4b5666ac64 fix: patch out-of-sync / missing tzinfo timestamps coming back from API server (#1182) 2024-03-26 20:37:44 -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
Sarah Wooders
5e754df9d7 fix: move to TokenTextSplitter for more reliable chunking (#1098) 2024-03-05 17:00:28 -08:00
Charles Packer
21c69debca correct context window for dolph mixtral (#778) 2024-01-03 15:06:47 -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
Charles Packer
34e36ad8ef moved configs for hosted to https, patched bug in embedding creation (#685) 2023-12-23 11:40:07 -08:00
Charles Packer
9dfb7f27c9 add config mirrors for people on old versions (#681) 2023-12-22 10:40:36 -08:00
Charles Packer
7053d1ff8e moved configs folder inside memgpt so that it gets included with the package, updated paths (#680) 2023-12-22 10:34:04 -08:00
Charles Packer
4f23934e04 feat: Add new wrapper defaults (#656) 2023-12-21 17:05:38 +04:00
Charles Packer
f532ffc41f feat: Add memgpt quickstart command (#641)
* Revert "Revert "nonfunctional 404 quickstart command w/ some other typo corrections""

This reverts commit 5dbdf31f1ce939843ff97e649554d8bc0556a834.

* Revert "Revert "added example config file""

This reverts commit 72a58f6de31f3ff71847bbaf083a91182469f9af.

* tested and working

* added and tested openai quickstart, added fallback if internet 404's to pull from local copy

* typo

* updated openai key input message to include html link

* renamed --type to --backend, added --latest flag which fetches from online default is to pull from local file

* fixed links
2023-12-20 00:00:40 -08:00
cpacker
fbde2b47d1 Revert "added example config file"
This reverts commit f8e0783b611f89ab62cd15fa4ec80bf9aa28b1f8.
2023-12-18 00:48:33 -08:00
cpacker
2bb34fb02d added example config file 2023-12-18 00:45:47 -08:00