Skip to content

Commit 9df54a3

Browse files
Milvus-doc-botMilvus-doc-bot
Milvus-doc-bot
authored and
Milvus-doc-bot
committed
Generate en docs
1 parent 831a2fa commit 9df54a3

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"codeList":["# milvus-operator-certificate.yaml\napiVersion: cert-manager.io/v1\nkind: Certificate\nmetadata:\nname: milvus-operator-serving-cert\nnamespace: milvus-operator\nspec:\ndnsNames:\n- milvus-operator-webhook-service.milvus-operator.svc\n- milvus-operator-webhook-service.milvus-operator.svc.cluster.local\nissuerRef:\n kind: Issuer\n name: milvus-operator-selfsigned-issuer\nsecretName: milvus-operator-webhook-cert\n---\napiVersion: cert-manager.io/v1\nkind: Issuer\nmetadata:\nname: milvus-operator-selfsigned-issuer\nnamespace: milvus-operator\nspec:\nselfSigned: {}\n","kubectl apply -f milvus-operator-certificate.yaml\n","helm repo add milvus-operator https://zilliztech.github.io/milvus-operator/\nhelm repo update milvus-operator\n","helm -n milvus-operator upgrade --install --create-namespace milvus-operator milvus-operator/milvus-operator\n"],"headingContent":"Deploy a Milvus Cluster on OpenShift","anchorList":[{"label":"Deploy a Milvus Cluster on OpenShift","href":"Deploy-a-Milvus-Cluster-on-OpenShift","type":1,"isActive":false},{"label":"Prerequisites","href":"Prerequisites","type":2,"isActive":false},{"label":"Step 1: Install Cert Manager","href":"Step-1-Install-Cert-Manager","type":2,"isActive":false},{"label":"Step 2: Issue a Self-Signed Certificate for Milvus Operator","href":"Step-2-Issue-a-Self-Signed-Certificate-for-Milvus-Operator","type":2,"isActive":false},{"label":"Step 3: Install Milvus Operator","href":"Step-3-Install-Milvus-Operator","type":2,"isActive":false},{"label":"Step 4: Deploy Milvus","href":"Step-4-Deploy-Milvus","type":2,"isActive":false},{"label":"What's Next","href":"Whats-Next","type":2,"isActive":false}]}
1+
{"codeList":["# milvus-operator-certificate.yaml\napiVersion: cert-manager.io/v1\nkind: Certificate\nmetadata:\n name: milvus-operator-serving-cert\n namespace: milvus-operator\nspec:\n dnsNames:\n - milvus-operator-webhook-service.milvus-operator.svc\n - milvus-operator-webhook-service.milvus-operator.svc.cluster.local\n issuerRef:\n kind: Issuer\n name: milvus-operator-selfsigned-issuer\n secretName: milvus-operator-webhook-cert\n---\napiVersion: cert-manager.io/v1\nkind: Issuer\nmetadata:\n name: milvus-operator-selfsigned-issuer\n namespace: milvus-operator\nspec:\n selfSigned: {}\n","kubectl apply -f milvus-operator-certificate.yaml\n","helm repo add milvus-operator https://zilliztech.github.io/milvus-operator/\nhelm repo update milvus-operator\n","helm -n milvus-operator upgrade --install --create-namespace milvus-operator milvus-operator/milvus-operator\n"],"headingContent":"Deploy a Milvus Cluster on OpenShift","anchorList":[{"label":"Deploy a Milvus Cluster on OpenShift","href":"Deploy-a-Milvus-Cluster-on-OpenShift","type":1,"isActive":false},{"label":"Prerequisites","href":"Prerequisites","type":2,"isActive":false},{"label":"Step 1: Install Cert Manager","href":"Step-1-Install-Cert-Manager","type":2,"isActive":false},{"label":"Step 2: Issue a Self-Signed Certificate for Milvus Operator","href":"Step-2-Issue-a-Self-Signed-Certificate-for-Milvus-Operator","type":2,"isActive":false},{"label":"Step 3: Install Milvus Operator","href":"Step-3-Install-Milvus-Operator","type":2,"isActive":false},{"label":"Step 4: Deploy Milvus","href":"Step-4-Deploy-Milvus","type":2,"isActive":false},{"label":"What's Next","href":"Whats-Next","type":2,"isActive":false}]}

localization/v2.4.x/site/en/adminGuide/clouds/openshift/openshift.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -100,24 +100,24 @@ summary: Learn how to deploy a Milvus cluster on OpenShift.
100100
apiVersion: cert-manager.io/v1
101101
kind: Certificate
102102
metadata:
103-
name: milvus-operator-serving-cert
104-
namespace: milvus-operator
103+
name: milvus-operator-serving-cert
104+
namespace: milvus-operator
105105
spec:
106-
dnsNames:
107-
- milvus-operator-webhook-service.milvus-operator.svc
108-
- milvus-operator-webhook-service.milvus-operator.svc.cluster.local
109-
issuerRef:
106+
dnsNames:
107+
- milvus-operator-webhook-service.milvus-operator.svc
108+
- milvus-operator-webhook-service.milvus-operator.svc.cluster.local
109+
issuerRef:
110110
kind: Issuer
111111
name: milvus-operator-selfsigned-issuer
112-
secretName: milvus-operator-webhook-cert
112+
secretName: milvus-operator-webhook-cert
113113
---
114114
apiVersion: cert-manager.io/v1
115115
kind: Issuer
116116
metadata:
117-
name: milvus-operator-selfsigned-issuer
118-
namespace: milvus-operator
117+
name: milvus-operator-selfsigned-issuer
118+
namespace: milvus-operator
119119
spec:
120-
selfSigned: {}
120+
selfSigned: {}
121121
<button class="copy-code-btn"></button></code></pre></li>
122122
<li><p>Apply the file:</p>
123123
<pre><code translate="no" class="language-shell">kubectl apply -f milvus-<span class="hljs-keyword">operator</span>-certificate.yaml

localization/v2.4.x/site/en/userGuide/search-query-get/with-iterators.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ title: With Iterators
2121
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"
2222
></path>
2323
</svg>
24-
</button></h1><p>Milvus provides search and query iterators for iterating results with a large volume of entities. Since Milvus limits TopK to 16384, users can use iterators to return large numbers or even whole entities in a collection in batch mode.</p>
24+
</button></h1><p>Milvus provides search and query iterators for iterating through a large volume of entities. Since Milvus limits TopK to 16384, users can use iterators to return large numbers or even whole entities in a collection in batch mode.</p>
2525
<h2 id="Overview" class="common-anchor-header">Overview<button data-href="#Overview" class="anchor-icon" translate="no">
2626
<svg translate="no"
2727
aria-hidden="true"
@@ -37,7 +37,7 @@ title: With Iterators
3737
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"
3838
></path>
3939
</svg>
40-
</button></h2><p>Iterators are powerful tools that help you iterate through a large volume of or all data within a collection using primary key values and Boolean expressions. This can significantly improve the way you retrieve data. Unlike the traditional use of <strong>offset</strong> and <strong>limit</strong> parameters, which may become less efficient over time, iterators offer a more scalable solution.</p>
40+
</button></h2><p>Iterators are efficient tool for scanning a whole collection or iterating through a large volume of entities by specifying primary key values or a filter expression. Compared to a search or query call with <strong>offset</strong> and <strong>limit</strong> parameters, using iterators is more efficient and scalable.</p>
4141
<h3 id="Benefits-of-using-iterators" class="common-anchor-header">Benefits of using iterators</h3><ul>
4242
<li><p><strong>Simplicity</strong>: Eliminates the complex <strong>offset</strong> and <strong>limit</strong> settings.</p></li>
4343
<li><p><strong>Efficiency</strong>: Provides scalable data retrieval by fetching only the data in need.</p></li>
@@ -64,7 +64,7 @@ title: With Iterators
6464
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"
6565
></path>
6666
</svg>
67-
</button></h2><p>The following steps repurpose the code to connect to Milvus, quickly set up a collection, and insert over 10,000 randomly generated entities into the collection.</p>
67+
</button></h2><p>The following preparation step connects to Milvus and inserts randomly generated entities into a collection.</p>
6868
<h3 id="Step-1-Create-a-collection" class="common-anchor-header">Step 1: Create a collection</h3><div class="language-python">
6969
<p>Use <a href="https://milvus.io/api-reference/pymilvus/v2.4.x/MilvusClient/Client/MilvusClient.md"><code translate="no">MilvusClient</code></a> to connect to the Milvus server and <a href="https://milvus.io/api-reference/pymilvus/v2.4.x/MilvusClient/Collections/create_collection.md"><code translate="no">create_collection()</code></a> to create a collection.</p>
7070
</div>

0 commit comments

Comments
 (0)