Reinier van der Leer
|
bfbe613960
|
Vector memory revamp (part 1: refactoring) (#4208)
Additional changes:
* Improve typing
* Modularize message history memory & fix/refactor lots of things
* Fix summarization
* Move memory relevance calculation to MemoryItem & improve test
* Fix import warnings in web_selenium.py
* Remove `memory_add` ghost command
* Implement overlap in `split_text`
* Move memory tests into subdirectory
* Remove deprecated `get_ada_embedding()` and helpers
* Fix used token calculation in `chat_with_ai`
* Replace Message TypedDict by dataclass
* Fix AgentManager singleton issues in tests
---------
Co-authored-by: Auto-GPT-Bot <github-bot@agpt.co>
|
2023-05-25 20:31:11 +02:00 |
|
Konrad
|
57ea7b5216
|
Fixed #4229 (#4278)
Co-authored-by: k-boikov <64261260+k-boikov@users.noreply.github.com>
|
2023-05-21 02:45:27 +03:00 |
|
merwanehamadi
|
4143d212a5
|
Feature/basic proxy (#4164)
* basic proxy (#54)
* basic proxy (#55)
* basic proxy
* basic proxy
* basic proxy
* basic proxy
* add back double quotes
* add more specific files
* write file
* basic proxy
* Put back double quotes
|
2023-05-14 11:07:37 +12:00 |
|
James Collins
|
3b74d2150e
|
Organize all the llm stuff into a subpackage (#3436)
|
2023-04-28 12:00:54 -07:00 |
|