Skip to content

Commit 472a15d

Browse files
Milvus-doc-botMilvus-doc-bot
authored andcommitted
Generate en docs
1 parent 74f1e35 commit 472a15d

File tree

216 files changed

+1503
-1503
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

216 files changed

+1503
-1503
lines changed

localization/v2.6.x/site/en/about/comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,6 @@ summary: This article compares Milvus with other vector search solutions.
169169
</svg>
170170
</button></h2><ul>
171171
<li><p><strong>Trial</strong>: Experience Milvus firsthand by starting with the Milvus <a href="https://milvus.io/docs/quickstart.md">quickstart</a> or <a href="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 <a href="/docs/glossary.md">Terminology</a> and <a href="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 <a href="/docs/v2.6.x/glossary.md">Terminology</a> and <a href="https://milvus.io/docs/manage-collections.md">User Guides</a>.</p></li>
173173
<li><p><strong>Explore alternatives</strong>: For a broader comparison of vector database options, explore additional resources on <a href="https://zilliz.com/comparison">this page</a>.</p></li>
174174
</ul>

localization/v2.6.x/site/en/about/overview.md

Lines changed: 28 additions & 28 deletions
Large diffs are not rendered by default.

localization/v2.6.x/site/en/adminGuide/allocate.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ summary: Learn how to allocate resources to Milvus on Kubernetes.
1919
></path>
2020
</svg>
2121
</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 <a href="/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 <a href="/docs/v2.6.x/install_cluster-helm.md">deploying the cluster</a>.</p>
2323
<div class="alert note">
2424
<p>For information on how to allocate resources with Milvus Operator, refer to <a href="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>
2525
</div>
@@ -60,8 +60,8 @@ Using Helm to upgrade resources will cause the running pods to perform rolling u
6060
</div>
6161
<p>There are two ways to allocate resources:</p>
6262
<ul>
63-
<li><a href="/docs/allocate.md#Allocate-resources-with-commands">Use the commands</a></li>
64-
<li><a href="/docs/allocate.md#Allocate-resources-by-setting-configuration-file">Set the parameters in the <code translate="no">YAML</code> file</a></li>
63+
<li><a href="/docs/v2.6.x/allocate.md#Allocate-resources-with-commands">Use the commands</a></li>
64+
<li><a href="/docs/v2.6.x/allocate.md#Allocate-resources-by-setting-configuration-file">Set the parameters in the <code translate="no">YAML</code> file</a></li>
6565
</ul>
6666
<h3 id="Allocate-resources-with-commands" class="common-anchor-header">Allocate resources with commands<button data-href="#Allocate-resources-with-commands" class="anchor-icon" translate="no">
6767
<svg translate="no"
@@ -163,14 +163,14 @@ If <code translate="no">resources.limits</code> is not specified, the pods will
163163
</button></h2><ul>
164164
<li>You might also want to learn how to:
165165
<ul>
166-
<li><a href="/docs/scaleout.md">Scale a Milvus cluster</a></li>
167-
<li><a href="/docs/upgrade_milvus_cluster-operator.md">Upgrade Milvus Cluster</a></li>
168-
<li><a href="/docs/upgrade_milvus_standalone-operator.md">Upgrade Milvus Standalone</a></li>
166+
<li><a href="/docs/v2.6.x/scaleout.md">Scale a Milvus cluster</a></li>
167+
<li><a href="/docs/v2.6.x/upgrade_milvus_cluster-operator.md">Upgrade Milvus Cluster</a></li>
168+
<li><a href="/docs/v2.6.x/upgrade_milvus_standalone-operator.md">Upgrade Milvus Standalone</a></li>
169169
</ul></li>
170170
<li>If you are ready to deploy your cluster on clouds:
171171
<ul>
172-
<li>Learn how to <a href="/docs/eks.md">Deploy Milvus on Amazon EKS with Terraform</a></li>
173-
<li>Learn how to <a href="/docs/gcp.md">Deploy Milvus Cluster on GCP with Kubernetes</a></li>
174-
<li>Learn how to <a href="/docs/azure.md">Deploy Milvus on Microsoft Azure With Kubernetes</a></li>
172+
<li>Learn how to <a href="/docs/v2.6.x/eks.md">Deploy Milvus on Amazon EKS with Terraform</a></li>
173+
<li>Learn how to <a href="/docs/v2.6.x/gcp.md">Deploy Milvus Cluster on GCP with Kubernetes</a></li>
174+
<li>Learn how to <a href="/docs/v2.6.x/azure.md">Deploy Milvus on Microsoft Azure With Kubernetes</a></li>
175175
</ul></li>
176176
</ul>

localization/v2.6.x/site/en/adminGuide/authenticate.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ title: Authenticate User Access
2121
</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>
2222
<div class="alert note">
2323
<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 <a href="/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 <a href="/docs/v2.6.x/tls.md">Encryption in Transit</a>.</p></li>
2525
<li><p>The code snippets on this page use new <a href="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>
2626
</ul>
2727
</div>
@@ -273,12 +273,12 @@ client.list_users()
273273
</button></h2><ul>
274274
<li>You might also want to learn how to:
275275
<ul>
276-
<li><a href="/docs/scaleout.md">Scale a Milvus cluster</a></li>
276+
<li><a href="/docs/v2.6.x/scaleout.md">Scale a Milvus cluster</a></li>
277277
</ul></li>
278278
<li>If you are ready to deploy your cluster on clouds:
279279
<ul>
280-
<li>Learn how to <a href="/docs/eks.md">Deploy Milvus on Amazon EKS with Terraform</a></li>
281-
<li>Learn how to <a href="/docs/gcp.md">Deploy Milvus Cluster on GCP with Kubernetes</a></li>
282-
<li>Learn how to <a href="/docs/azure.md">Deploy Milvus on Microsoft Azure With Kubernetes</a></li>
280+
<li>Learn how to <a href="/docs/v2.6.x/eks.md">Deploy Milvus on Amazon EKS with Terraform</a></li>
281+
<li>Learn how to <a href="/docs/v2.6.x/gcp.md">Deploy Milvus Cluster on GCP with Kubernetes</a></li>
282+
<li>Learn how to <a href="/docs/v2.6.x/azure.md">Deploy Milvus on Microsoft Azure With Kubernetes</a></li>
283283
</ul></li>
284284
</ul>

localization/v2.6.x/site/en/adminGuide/chunk_cache.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ title: Configure Chunk Cache
5353
</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>
5454
<ul>
5555
<li><p>For Milvus instances installed using Helm Charts</p>
56-
<p>Add the configuration to the <code translate="no">values.yaml</code> file under the <code translate="no">config</code> section. For details, refer to <a href="/docs/configure-helm.md">Configure Milvus with Helm Charts</a>.</p></li>
56+
<p>Add the configuration to the <code translate="no">values.yaml</code> file under the <code translate="no">config</code> section. For details, refer to <a href="/docs/v2.6.x/configure-helm.md">Configure Milvus with Helm Charts</a>.</p></li>
5757
<li><p>For Milvus instances installed using Docker Compose</p>
58-
<p>Add the configuration to the <code translate="no">milvus.yaml</code> file you have used to start the Milvus instance. For details, refer to <a href="/docs/configure-docker.md">Configure Milvus with Docker Compose</a>.</p></li>
58+
<p>Add the configuration to the <code translate="no">milvus.yaml</code> file you have used to start the Milvus instance. For details, refer to <a href="/docs/v2.6.x/configure-docker.md">Configure Milvus with Docker Compose</a>.</p></li>
5959
<li><p>For Milvus instances installed using Operator</p>
60-
<p>Add the configuration to the <code translate="no">spec.components</code> section of the <code translate="no">Milvus</code> custom resource. For details, refer to <a href="/docs/configure_operator.md">Configure Milvus with Operator</a>.</p></li>
60+
<p>Add the configuration to the <code translate="no">spec.components</code> section of the <code translate="no">Milvus</code> custom resource. For details, refer to <a href="/docs/v2.6.x/configure_operator.md">Configure Milvus with Operator</a>.</p></li>
6161
</ul>
6262
<h3 id="Configuration-options" class="common-anchor-header">Configuration options<button data-href="#Configuration-options" class="anchor-icon" translate="no">
6363
<svg translate="no"

localization/v2.6.x/site/en/adminGuide/clouds/aws/aws.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ summary: Learn how to deploy a Milvus cluster on AWS EC2.
2121
</svg>
2222
</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>
2323
<div class="alert note">
24-
<p>This topic is outdated and will be removed soon. You are advised to refer to <a href="/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 <a href="/docs/v2.6.x/eks.md">Deploy a Milvus Cluster on EKS</a> instead.</p>
2525
</div>
2626
<h2 id="Provision-a-Milvus-cluster" class="common-anchor-header">Provision a Milvus cluster<button data-href="#Provision-a-Milvus-cluster" class="anchor-icon" translate="no">
2727
<svg translate="no"
@@ -668,7 +668,7 @@ dockernode03 : ok=4 changed=3 unreachable=0 failed=0 s
668668
</svg>
669669
</button></h2><p>If you want to learn how to deploy Milvus on other clouds:</p>
670670
<ul>
671-
<li><a href="/docs/eks.md">Deploy a Milvus Cluster on EKS</a></li>
672-
<li><a href="/docs/gcp.md">Deploy Milvus Cluster on GCP with Kubernetes</a></li>
673-
<li><a href="/docs/azure.md">Guide to Deploying Milvus on Microsoft Azure With Kubernetes</a></li>
671+
<li><a href="/docs/v2.6.x/eks.md">Deploy a Milvus Cluster on EKS</a></li>
672+
<li><a href="/docs/v2.6.x/gcp.md">Deploy Milvus Cluster on GCP with Kubernetes</a></li>
673+
<li><a href="/docs/v2.6.x/azure.md">Guide to Deploying Milvus on Microsoft Azure With Kubernetes</a></li>
674674
</ul>

localization/v2.6.x/site/en/adminGuide/clouds/aws/aws_layer7.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ summary: Learn how to deploy a Milvus cluster behind a Layer-7 load balancer on
3737
></path>
3838
</svg>
3939
</button></h3><ul>
40-
<li>You have <a href="/docs/eks.md">deployed a Milvus cluster behind a Layer-4 load balancer on AWS</a>.</li>
40+
<li>You have <a href="/docs/v2.6.x/eks.md">deployed a Milvus cluster behind a Layer-4 load balancer on AWS</a>.</li>
4141
</ul>
4242
<h3 id="Tweak-Milvus-configurations" class="common-anchor-header">Tweak Milvus configurations<button data-href="#Tweak-Milvus-configurations" class="anchor-icon" translate="no">
4343
<svg translate="no"
@@ -54,7 +54,7 @@ summary: Learn how to deploy a Milvus cluster behind a Layer-7 load balancer on
5454
d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"
5555
></path>
5656
</svg>
57-
</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>
5858
<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>
5959
<pre><code translate="no" class="language-bash">helm upgrade milvus-demo milvus/milvus -n milvus --<span class="hljs-built_in">set</span> service.type=ClusterIP
6060
<button class="copy-code-btn"></button></code></pre>

localization/v2.6.x/site/en/adminGuide/clouds/aws/eks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,6 @@ aws iam delete-policy --policy-arn &#x27;arn:aws:iam::12345678901:policy/MilvusS
561561
</svg>
562562
</button></h2><p>If you want to learn how to deploy Milvus on other clouds:</p>
563563
<ul>
564-
<li><a href="/docs/gcp.md">Deploy Milvus Cluster on GCP with Kubernetes</a></li>
565-
<li><a href="/docs/azure.md">Deploy Milvus Cluster on Azure With Kubernetes</a></li>
564+
<li><a href="/docs/v2.6.x/gcp.md">Deploy Milvus Cluster on GCP with Kubernetes</a></li>
565+
<li><a href="/docs/v2.6.x/azure.md">Deploy Milvus Cluster on Azure With Kubernetes</a></li>
566566
</ul>

localization/v2.6.x/site/en/adminGuide/clouds/aws/s3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ For more details, refer to <a href="https://docs.aws.amazon.com/eks/latest/userg
3939
</button></h2><ul>
4040
<li><p>Please enable OIDC when creating an EKS cluster using eksctl.
4141
For more details, refer to <a href="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 <a href="/docs/eks.md">deployed a Milvus Cluster on AWS with Kubernetes</a>.</p></li>
42+
<li><p>This guide assumes that you have already <a href="/docs/v2.6.x/eks.md">deployed a Milvus Cluster on AWS with Kubernetes</a>.</p></li>
4343
</ul>
4444
<h2 id="Associate-an-IAM-role-with-a-Kubernetes-service-account" class="common-anchor-header">Associate an IAM role with a Kubernetes service account<button data-href="#Associate-an-IAM-role-with-a-Kubernetes-service-account" class="anchor-icon" translate="no">
4545
<svg translate="no"

localization/v2.6.x/site/en/adminGuide/clouds/azure/azure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,6 @@ helm install -f values.yaml my-release milvus/milvus
295295
</svg>
296296
</button></h2><p>If you want to learn how to deploy Milvus on other clouds:</p>
297297
<ul>
298-
<li><a href="/docs/eks.md">Deploy Milvus Cluster on AWS with Kubernetes</a></li>
299-
<li><a href="/docs/gcp.md">Deploy Milvus Cluster on GCP with Kubernetes</a></li>
298+
<li><a href="/docs/v2.6.x/eks.md">Deploy Milvus Cluster on AWS with Kubernetes</a></li>
299+
<li><a href="/docs/v2.6.x/gcp.md">Deploy Milvus Cluster on GCP with Kubernetes</a></li>
300300
</ul>

0 commit comments

Comments
 (0)