docs: refine milvus server description (#30071)

Document refinement: optimize milvus server description. The description
of "milvus standalone", and "milvus server" is confusing, so I clarify
it with a detailed description.

Signed-off-by: ChengZi <chen.zhang@zilliz.com>
This commit is contained in:
Cheney Zhang 2025-03-04 22:39:54 +08:00 committed by GitHub
parent 8575d7491f
commit 7eb6dde720
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -115,13 +115,13 @@
"id": "df34e8f4", "id": "df34e8f4",
"metadata": {}, "metadata": {},
"source": [ "source": [
"### Milvus Standalone\n", "### Milvus Server\n",
"\n", "\n",
"If you have a large amount of data (e.g., more than a million vectors), we recommend setting up a more performant Milvus server on [Docker](https://milvus.io/docs/install_standalone-docker.md#Start-Milvus) or [Kubernetes](https://milvus.io/docs/install_cluster-milvusoperator.md).\n", "If you have a large amount of data (e.g., more than a million vectors), we recommend setting up a more performant Milvus server on [Docker](https://milvus.io/docs/install_standalone-docker.md#Start-Milvus) or [Kubernetes](https://milvus.io/docs/install_cluster-milvusoperator.md).\n",
"\n", "\n",
"Milvus Standalone also supports different [indexes](https://milvus.io/docs/index.md?tab=floating), if you want to improve retrieval functionality.\n", "The Milvus server offers support for a variety of [indexes](https://milvus.io/docs/index.md?tab=floating). Leveraging these different indexes can significantly enhance the retrieval capabilities and expedite the retrieval process, tailored to your specific requirements.\n",
"\n", "\n",
"To launch the Docker container, run:" "As an illustration, consider the case of Milvus Standalone. To initiate the Docker container, you can run the following command:"
] ]
}, },
{ {