From 4edceab800ccbf4ad63f0456bb84c63d745bb3f3 Mon Sep 17 00:00:00 2001 From: Li Jiang Date: Mon, 27 Nov 2023 13:00:37 +0800 Subject: [PATCH] Remove version condition to fix issue #775 (#777) --- website/docs/Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/Installation.md b/website/docs/Installation.md index 167ceba4c..4f32824e5 100644 --- a/website/docs/Installation.md +++ b/website/docs/Installation.md @@ -95,9 +95,9 @@ Example notebooks: - #### retrievechat -`pyautogen<0.2` supports retrieval-augmented generation tasks such as question answering and code generation with RAG agents. Please install with the [retrievechat] option to use it. +`pyautogen` supports retrieval-augmented generation tasks such as question answering and code generation with RAG agents. Please install with the [retrievechat] option to use it. ```bash -pip install "pyautogen[retrievechat]<0.2" +pip install "pyautogen[retrievechat]" ``` RetrieveChat can handle various types of documents. By default, it can process