Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ag2/agentchat_RetrieveChat_couchbase.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"outputs": [],
"source": [
"%pip install \"pyautogen[openai,retrievechat-couchbase]==0.8.7\" \"flaml[automl]==2.3.4\" couchbase==4.3.3\n",
"%pip install \"ag2[openai,retrievechat-couchbase]==0.8.7\" \"flaml[automl]==2.3.4\" couchbase==4.3.3\n",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The PR description states that this update is to "ensure the project stays compatible with the latest tools and can benefit from all the improvements in the ag2 ecosystem." While version 0.8.7 is recent, newer versions of ag2 are available (up to 0.8.11 at the time of this review). Using a more recent version would better align with the stated goal of the PR.

        "%pip install \"ag2[openai,retrievechat-couchbase]==0.8.11\" \"flaml[automl]==2.3.4\" couchbase==4.3.3\n",

"# For more information, please refer to the [installation guide](/docs/installation/)."
]
},
Expand Down