mirror of https://github.com/microsoft/autogen.git
[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 <bnujli@gmail.com>
This commit is contained in:
parent
277e535b7a
commit
56979a1105
|
@ -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)"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue