From c0f5782efef9a6365cddb0ff8ea3710df9429ac0 Mon Sep 17 00:00:00 2001 From: Li Jiang Date: Mon, 23 Sep 2024 10:25:38 +0000 Subject: [PATCH] Fix docs --- website/blog/2023-10-18-RetrieveChat/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/blog/2023-10-18-RetrieveChat/index.mdx b/website/blog/2023-10-18-RetrieveChat/index.mdx index d5a205505a7..331afcd8ce6 100644 --- a/website/blog/2023-10-18-RetrieveChat/index.mdx +++ b/website/blog/2023-10-18-RetrieveChat/index.mdx @@ -56,7 +56,7 @@ Please install pyautogen with the [retrievechat] option before using RAG agents. ```bash pip install "pyautogen[retrievechat]" ``` -> _You'll need to install chromadb<=0.5.0 if you see issue like [#3551](https://github.com/microsoft/autogen/issues/3551)_ +> You'll need to install chromadb<=0.5.0 if you see issue like [#3551](https://github.com/microsoft/autogen/issues/3551). RetrieveChat can handle various types of documents. By default, it can process plain text and PDF files, including formats such as 'txt', 'json', 'csv', 'tsv',