From d28f976ae9c5723d2f818076058fa534d34ac04e Mon Sep 17 00:00:00 2001 From: Olaoluwa Salami Date: Mon, 16 Oct 2023 10:02:08 +0100 Subject: [PATCH 1/2] document retrieve chat --- website/docs/Installation.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/docs/Installation.md b/website/docs/Installation.md index 966ed40f1a9d..dae9c1cf2ebb 100644 --- a/website/docs/Installation.md +++ b/website/docs/Installation.md @@ -27,3 +27,8 @@ pip install docker ```bash pip install "pyautogen[blendsearch]" ``` + +* retrievechat +```bash +pip install "pyautogen[retrievechat]" +``` \ No newline at end of file From a5cb6116b898f066d2f4bb1b3f51bcc7ee27438e Mon Sep 17 00:00:00 2001 From: Olaoluwa Salami Date: Mon, 16 Oct 2023 13:51:01 +0100 Subject: [PATCH 2/2] Ran pre commit hook --- website/docs/Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/Installation.md b/website/docs/Installation.md index dae9c1cf2ebb..8310e5949341 100644 --- a/website/docs/Installation.md +++ b/website/docs/Installation.md @@ -31,4 +31,4 @@ pip install "pyautogen[blendsearch]" * retrievechat ```bash pip install "pyautogen[retrievechat]" -``` \ No newline at end of file +```