Add RetrieveChat (#1158)

* Add RetrieveChat notebook, RetrieveAssistantAgent and RetrieveUserProxyAgent

* Update according to comments

* Add output

* Add tests, merge main, address comments

* Fix tests

* Merge main

* Remove unnecessary code

* Update test

* Update notebook, some functions

* Fix print issue

* Update notebook

* Update notebook

* Update notebook

* Improve retrieve utils and update notebook

* Update vector db creation method

* Update notebook

* Update notebook

* Add terminate if no more context

* Update prompt and notebook, add example for update context

* Update results

* Update results

* Update results of update context

* Fix typo

* Add table of contents

* Update table of contents
This commit is contained in:
Li Jiang
2023-08-13 20:51:54 +08:00
committed by GitHub
parent 55d2ebb289
commit 700ff05874
9 changed files with 5718 additions and 6 deletions

3
.gitignore vendored
View File

@@ -162,3 +162,6 @@ test/nlp/testtmpfl.py
output/
flaml/tune/spark/mylearner.py
*.pkl
# local config files
*.config.local