You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/Installation.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -95,9 +95,9 @@ Example notebooks:
95
95
96
96
-#### retrievechat
97
97
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.
99
99
```bash
100
-
pip install "pyautogen[retrievechat]<0.2"
100
+
pip install "pyautogen[retrievechat]"
101
101
```
102
102
103
103
RetrieveChat can handle various types of documents. By default, it can process
0 commit comments