Skip to content

Commit 4edceab

Browse files
authored
Remove version condition to fix issue #775 (#777)
1 parent 34b90e4 commit 4edceab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/Installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ Example notebooks:
9595

9696
- #### retrievechat
9797

98-
`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.
98+
`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.
9999
```bash
100-
pip install "pyautogen[retrievechat]<0.2"
100+
pip install "pyautogen[retrievechat]"
101101
```
102102

103103
RetrieveChat can handle various types of documents. By default, it can process

0 commit comments

Comments
 (0)