mirror of
https://github.com/microsoft/FLAML.git
synced 2026-02-09 02:09:16 +08:00
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:
8
setup.py
8
setup.py
@@ -141,6 +141,14 @@ setuptools.setup(
|
||||
"openai": ["openai==0.27.8", "diskcache"],
|
||||
"autogen": ["openai==0.27.8", "diskcache", "termcolor"],
|
||||
"mathchat": ["openai==0.27.8", "diskcache", "termcolor", "sympy", "pydantic==1.10.9", "wolframalpha"],
|
||||
"retrievechat": [
|
||||
"openai==0.27.8",
|
||||
"diskcache",
|
||||
"termcolor",
|
||||
"chromadb",
|
||||
"tiktoken",
|
||||
"sentence_transformers",
|
||||
],
|
||||
"synapse": [
|
||||
"joblibspark>=0.5.0",
|
||||
"optuna==2.8.0",
|
||||
|
||||
Reference in New Issue
Block a user