You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: localization/v2.6.x/site/en/about/comparison.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,6 +169,6 @@ summary: This article compares Milvus with other vector search solutions.
169
169
</svg>
170
170
</button></h2><ul>
171
171
<li><p><strong>Trial</strong>: Experience Milvus firsthand by starting with the Milvus <ahref="https://milvus.io/docs/quickstart.md">quickstart</a> or <ahref="https://docs.zilliz.com/docs/register-with-zilliz-cloud">signing up for Zilliz Cloud</a>.</p></li>
172
-
<li><p><strong>Learn more</strong>: Dive deeper into Milvus’s features through our comprehensive <ahref="/docs/glossary.md">Terminology</a> and <ahref="https://milvus.io/docs/manage-collections.md">User Guides</a>.</p></li>
172
+
<li><p><strong>Learn more</strong>: Dive deeper into Milvus’s features through our comprehensive <ahref="/docs/v2.6.x/glossary.md">Terminology</a> and <ahref="https://milvus.io/docs/manage-collections.md">User Guides</a>.</p></li>
173
173
<li><p><strong>Explore alternatives</strong>: For a broader comparison of vector database options, explore additional resources on <ahref="https://zilliz.com/comparison">this page</a>.</p></li>
Copy file name to clipboardExpand all lines: localization/v2.6.x/site/en/adminGuide/allocate.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ summary: Learn how to allocate resources to Milvus on Kubernetes.
19
19
></path>
20
20
</svg>
21
21
</button></h1><p>This topic describes how to allocate resources to a Milvus cluster on Kubernetes.</p>
22
-
<p>Generally, the resources you allocate to a Milvus cluster in production should be proportionate to the machine workload. You should also consider the machine type when allocating resources. Although you can update the configurations when the cluster is running, we recommend setting the values before <ahref="/docs/install_cluster-helm.md">deploying the cluster</a>.</p>
22
+
<p>Generally, the resources you allocate to a Milvus cluster in production should be proportionate to the machine workload. You should also consider the machine type when allocating resources. Although you can update the configurations when the cluster is running, we recommend setting the values before <ahref="/docs/v2.6.x/install_cluster-helm.md">deploying the cluster</a>.</p>
23
23
<divclass="alert note">
24
24
<p>For information on how to allocate resources with Milvus Operator, refer to <ahref="https://github.com/zilliztech/milvus-operator/blob/main/docs/administration/allocate-resources.md#allocate-resources-with-milvus-operator">Allocate Resources with Milvus Operator</a>.</p>
25
25
</div>
@@ -60,8 +60,8 @@ Using Helm to upgrade resources will cause the running pods to perform rolling u
60
60
</div>
61
61
<p>There are two ways to allocate resources:</p>
62
62
<ul>
63
-
<li><ahref="/docs/allocate.md#Allocate-resources-with-commands">Use the commands</a></li>
64
-
<li><ahref="/docs/allocate.md#Allocate-resources-by-setting-configuration-file">Set the parameters in the <codetranslate="no">YAML</code> file</a></li>
63
+
<li><ahref="/docs/v2.6.x/allocate.md#Allocate-resources-with-commands">Use the commands</a></li>
64
+
<li><ahref="/docs/v2.6.x/allocate.md#Allocate-resources-by-setting-configuration-file">Set the parameters in the <codetranslate="no">YAML</code> file</a></li>
65
65
</ul>
66
66
<h3id="Allocate-resources-with-commands"class="common-anchor-header">Allocate resources with commands<buttondata-href="#Allocate-resources-with-commands"class="anchor-icon"translate="no">
67
67
<svg translate="no"
@@ -163,14 +163,14 @@ If <code translate="no">resources.limits</code> is not specified, the pods will
163
163
</button></h2><ul>
164
164
<li>You might also want to learn how to:
165
165
<ul>
166
-
<li><ahref="/docs/scaleout.md">Scale a Milvus cluster</a></li>
Copy file name to clipboardExpand all lines: localization/v2.6.x/site/en/adminGuide/authenticate.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ title: Authenticate User Access
21
21
</button></h1><p>This guide explains how to manage user authentication in Milvus, including enabling authentication, connecting as a user, and modifying user credentials.</p>
22
22
<divclass="alert note">
23
23
<ul>
24
-
<li><p>TLS and user authentication are two distinct security approaches. If you have enabled both user authentication and TLS in your Milvus system, you must provide a username, password, and certificate file paths. For information on how to enable TLS, refer to <ahref="/docs/tls.md">Encryption in Transit</a>.</p></li>
24
+
<li><p>TLS and user authentication are two distinct security approaches. If you have enabled both user authentication and TLS in your Milvus system, you must provide a username, password, and certificate file paths. For information on how to enable TLS, refer to <ahref="/docs/v2.6.x/tls.md">Encryption in Transit</a>.</p></li>
25
25
<li><p>The code snippets on this page use new <ahref="https://milvus.io/api-reference/pymilvus/v2.4.x/About.md">MilvusClient</a> (Python) to interact with Milvus. New MilvusClient SDKs for other languages will be released in future updates.</p></li>
26
26
</ul>
27
27
</div>
@@ -273,12 +273,12 @@ client.list_users()
273
273
</button></h2><ul>
274
274
<li>You might also want to learn how to:
275
275
<ul>
276
-
<li><ahref="/docs/scaleout.md">Scale a Milvus cluster</a></li>
276
+
<li><ahref="/docs/v2.6.x/scaleout.md">Scale a Milvus cluster</a></li>
277
277
</ul></li>
278
278
<li>If you are ready to deploy your cluster on clouds:
279
279
<ul>
280
-
<li>Learn how to <ahref="/docs/eks.md">Deploy Milvus on Amazon EKS with Terraform</a></li>
281
-
<li>Learn how to <ahref="/docs/gcp.md">Deploy Milvus Cluster on GCP with Kubernetes</a></li>
282
-
<li>Learn how to <ahref="/docs/azure.md">Deploy Milvus on Microsoft Azure With Kubernetes</a></li>
280
+
<li>Learn how to <ahref="/docs/v2.6.x/eks.md">Deploy Milvus on Amazon EKS with Terraform</a></li>
281
+
<li>Learn how to <ahref="/docs/v2.6.x/gcp.md">Deploy Milvus Cluster on GCP with Kubernetes</a></li>
282
+
<li>Learn how to <ahref="/docs/v2.6.x/azure.md">Deploy Milvus on Microsoft Azure With Kubernetes</a></li>
Copy file name to clipboardExpand all lines: localization/v2.6.x/site/en/adminGuide/chunk_cache.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,11 +53,11 @@ title: Configure Chunk Cache
53
53
</button></h2><p>This guide provides instructions on how to configure the chunk cache mechanism for a Milvus instance. Configuration varies with the way you install the Milvus instance.</p>
54
54
<ul>
55
55
<li><p>For Milvus instances installed using Helm Charts</p>
56
-
<p>Add the configuration to the <codetranslate="no">values.yaml</code> file under the <codetranslate="no">config</code> section. For details, refer to <ahref="/docs/configure-helm.md">Configure Milvus with Helm Charts</a>.</p></li>
56
+
<p>Add the configuration to the <codetranslate="no">values.yaml</code> file under the <codetranslate="no">config</code> section. For details, refer to <ahref="/docs/v2.6.x/configure-helm.md">Configure Milvus with Helm Charts</a>.</p></li>
57
57
<li><p>For Milvus instances installed using Docker Compose</p>
58
-
<p>Add the configuration to the <codetranslate="no">milvus.yaml</code> file you have used to start the Milvus instance. For details, refer to <ahref="/docs/configure-docker.md">Configure Milvus with Docker Compose</a>.</p></li>
58
+
<p>Add the configuration to the <codetranslate="no">milvus.yaml</code> file you have used to start the Milvus instance. For details, refer to <ahref="/docs/v2.6.x/configure-docker.md">Configure Milvus with Docker Compose</a>.</p></li>
59
59
<li><p>For Milvus instances installed using Operator</p>
60
-
<p>Add the configuration to the <codetranslate="no">spec.components</code> section of the <codetranslate="no">Milvus</code> custom resource. For details, refer to <ahref="/docs/configure_operator.md">Configure Milvus with Operator</a>.</p></li>
60
+
<p>Add the configuration to the <codetranslate="no">spec.components</code> section of the <codetranslate="no">Milvus</code> custom resource. For details, refer to <ahref="/docs/v2.6.x/configure_operator.md">Configure Milvus with Operator</a>.</p></li>
Copy file name to clipboardExpand all lines: localization/v2.6.x/site/en/adminGuide/clouds/aws/aws.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ summary: Learn how to deploy a Milvus cluster on AWS EC2.
21
21
</svg>
22
22
</button></h1><p>This topic describes how to deploy a Milvus cluster on <a href="https://docs.aws.amazon.com/ec2/">Amazon EC2</a> with Terraform and Ansible.</p>
23
23
<divclass="alert note">
24
-
<p>This topic is outdated and will be removed soon. You are advised to refer to <ahref="/docs/eks.md">Deploy a Milvus Cluster on EKS</a> instead.</p>
24
+
<p>This topic is outdated and will be removed soon. You are advised to refer to <ahref="/docs/v2.6.x/eks.md">Deploy a Milvus Cluster on EKS</a> instead.</p>
25
25
</div>
26
26
<h2id="Provision-a-Milvus-cluster"class="common-anchor-header">Provision a Milvus cluster<buttondata-href="#Provision-a-Milvus-cluster"class="anchor-icon"translate="no">
</button></h3><p>This guide assumes that you have already <a href="/docs/eks.md">deployed a Milvus cluster behind a Layer-4 load balancer on AWS</a>.</p>
57
+
</button></h3><p>This guide assumes that you have already <a href="/docs/v2.6.x/eks.md">deployed a Milvus cluster behind a Layer-4 load balancer on AWS</a>.</p>
58
58
<p>Before setting up a Layer-7 load balancer for this Milvus cluster, run the following command to remove the Layer-4 load balancer.</p>
Copy file name to clipboardExpand all lines: localization/v2.6.x/site/en/adminGuide/clouds/aws/s3.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ For more details, refer to <a href="https://docs.aws.amazon.com/eks/latest/userg
39
39
</button></h2><ul>
40
40
<li><p>Please enable OIDC when creating an EKS cluster using eksctl.
41
41
For more details, refer to <ahref="https://docs.aws.amazon.com/eks/latest/userguide/enable-iam-roles-for-service-accounts.html">IAM OIDC</a>.</p></li>
42
-
<li><p>This guide assumes that you have already <ahref="/docs/eks.md">deployed a Milvus Cluster on AWS with Kubernetes</a>.</p></li>
42
+
<li><p>This guide assumes that you have already <ahref="/docs/v2.6.x/eks.md">deployed a Milvus Cluster on AWS with Kubernetes</a>.</p></li>
43
43
</ul>
44
44
<h2id="Associate-an-IAM-role-with-a-Kubernetes-service-account"class="common-anchor-header">Associate an IAM role with a Kubernetes service account<buttondata-href="#Associate-an-IAM-role-with-a-Kubernetes-service-account"class="anchor-icon"translate="no">
0 commit comments