Remove version condition to fix issue #775 (#777)

This commit is contained in:
Li Jiang
2023-11-27 13:00:37 +08:00
committed by GitHub
parent 34b90e478c
commit 4edceab800

View File

@@ -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