diff --git a/bootcamp/tutorials/integration/rag_with_milvus_and_bentoml.ipynb b/bootcamp/tutorials/integration/rag_with_milvus_and_bentoml.ipynb index ba6f584c6..d28c7511e 100644 --- a/bootcamp/tutorials/integration/rag_with_milvus_and_bentoml.ipynb +++ b/bootcamp/tutorials/integration/rag_with_milvus_and_bentoml.ipynb @@ -31,7 +31,7 @@ "cell_type": "markdown", "source": [ "## Before you begin\n", - "Milvus Lite is available on PyPI. You can install it via pip for Python 3.7+:" + "Milvus Lite is available on PyPI. You can install it via pip for Python 3.8+:" ], "id": "b77f4482b49d7154" }, diff --git a/bootcamp/tutorials/quickstart/quickstart.ipynb b/bootcamp/tutorials/quickstart/quickstart.ipynb index 838d7ae18..1f35e43e7 100644 --- a/bootcamp/tutorials/quickstart/quickstart.ipynb +++ b/bootcamp/tutorials/quickstart/quickstart.ipynb @@ -49,7 +49,7 @@ "## Install Milvus\n", "In this guide we use Milvus Lite, a python library included in `pymilvus` that can be embedded into the client application. Milvus also supports deployment on [Docker](https://milvus.io/docs/install_standalone-docker.md) and [Kubernetes](https://milvus.io/docs/install_cluster-milvusoperator.md) for production use cases.\n", "\n", - "Before starting, make sure you have Python 3.7+ available in the local environment. Install `pymilvus` which contains both the python client library and Milvus Lite:" + "Before starting, make sure you have Python 3.8+ available in the local environment. Install `pymilvus` which contains both the python client library and Milvus Lite:" ] }, {