From 603a3aa19edb08e1bb01d6ea29be3d47cc4b5cc1 Mon Sep 17 00:00:00 2001 From: AG2AI-Admin Date: Fri, 18 Jul 2025 17:58:16 -0400 Subject: [PATCH] Migrate from pyautogen to ag2 library --- ag2/agentchat_RetrieveChat_couchbase.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ag2/agentchat_RetrieveChat_couchbase.ipynb b/ag2/agentchat_RetrieveChat_couchbase.ipynb index 1b43a38..122097d 100644 --- a/ag2/agentchat_RetrieveChat_couchbase.ipynb +++ b/ag2/agentchat_RetrieveChat_couchbase.ipynb @@ -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", "# For more information, please refer to the [installation guide](/docs/installation/)." ] },