Skip to content

Commit

Permalink
[Typo] Update MongoDB Notebook to acknlowedge >=M10 support (#3220)
Browse files Browse the repository at this point in the history
* [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 <[email protected]>
  • Loading branch information
Jibola and thinkall authored Jul 29, 2024
1 parent 277e535 commit 56979a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebook/agentchat_RetrieveChat_mongodb.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
]
},
{
Expand Down

0 comments on commit 56979a1

Please sign in to comment.