From 56979a1105788493df466efd777622c22d6dc440 Mon Sep 17 00:00:00 2001 From: Jib Date: Mon, 29 Jul 2024 04:20:41 -0400 Subject: [PATCH] [Typo] Update MongoDB Notebook to acknlowedge >=M10 support (#3220) * [Typo] Update MongoDB Notebook to acknlowedge >=M10 support The notebook instructions state we support only >=M30 clusters for AutoGen. This is slightly misleading. We support >=M10 clusters or any cluster that allows for index creation from client code. This support is continually updating so this PR updates the language to reflect that. * Add link! --------- Co-authored-by: Li Jiang --- notebook/agentchat_RetrieveChat_mongodb.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/agentchat_RetrieveChat_mongodb.ipynb b/notebook/agentchat_RetrieveChat_mongodb.ipynb index 18494e2840..0f24cf1657 100644 --- a/notebook/agentchat_RetrieveChat_mongodb.ipynb +++ b/notebook/agentchat_RetrieveChat_mongodb.ipynb @@ -29,7 +29,7 @@ ":::\n", "````\n", "\n", - "Ensure you have a MongoDB Atlas instance with Cluster Tier >= M30." + "Ensure you have a MongoDB Atlas instance with Cluster Tier >= M10. Read more on Cluster support [here](https://www.mongodb.com/docs/atlas/atlas-search/manage-indexes/#create-and-manage-fts-indexes)" ] }, {