From 356f6e599ffa6efb5bc6822733650d76778b12cd Mon Sep 17 00:00:00 2001 From: Olaoluwa Ademola Salami Date: Mon, 16 Oct 2023 17:41:51 +0100 Subject: [PATCH] document retrieve chat (#258) * document retrieve chat * Ran pre commit hook --- website/docs/Installation.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/docs/Installation.md b/website/docs/Installation.md index 966ed40f1..8310e5949 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]" +```