Skip to content

Commit 157b12b

Browse files
Milvus-doc-botMilvus-doc-bot
Milvus-doc-bot
authored and
Milvus-doc-bot
committed
Generate en docs
1 parent 38ce6ad commit 157b12b

File tree

1,405 files changed

+77569
-2795
lines changed

Some content is hidden

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

1,405 files changed

+77569
-2795
lines changed

localization/v2.4.x/site/ar/adminGuide/resource_group.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ title: إدارة مجموعات الموارد
7070
<p><code translate="no">.requests.nodeNum &lt; nodeNumOfResourceGroup &lt; .limits.nodeNum.</code></p>
7171
<p>باستثناء الحالات التالية:</p>
7272
<ul>
73-
<li>عندما يكون عدد عُقَد الاستعلام في مجموعة Milvus غير كافٍ، أي <code translate="no">NumOfQueryNode &lt; sum(.requests.nodeNum)</code> ، ستكون هناك دائمًا مجموعات موارد بدون عدد كافٍ من عُقَد الاستعلام.</li>
73+
<li>عندما يكون عدد عُقد الاستعلام في مجموعة Milvus غير كافٍ، أي <code translate="no">NumOfQueryNode &lt; sum(.requests.nodeNum)</code> ، ستكون هناك دائمًا مجموعات موارد بدون عدد كافٍ من عُقد الاستعلام.</li>
7474
<li>عندما يكون عدد عُقد الاستعلام في مجموعة Milvus زائدًا، أي <code translate="no">NumOfQueryNode &gt; sum(.limits.nodeNum)</code> ، سيتم دائمًا وضع عُقد الاستعلام الزائدة في <strong> مجموعة الموارد __المجموعة_الافتراضية_الموارد</strong> أولاً.</li>
7575
</ul>
7676
<p>وبالطبع، إذا تغير عدد عُقد الاستعلام في المجموعة، سيحاول الميلفوس باستمرار تعديلها لتلبية الشروط النهائية. لذلك، يمكنك أولًا تطبيق تغييرات تكوين مجموعة الموارد ثم إجراء تحجيم QueryNode.</p>
@@ -90,7 +90,7 @@ title: إدارة مجموعات الموارد
9090
></path>
9191
</svg>
9292
</button></h2><div class="alert note">
93-
<p>جميع نماذج التعليمات البرمجية في هذه الصفحة موجودة في PyMilvus 2.4.14. قم بترقية تثبيت PyMilvus قبل تشغيلها.</p>
93+
<p>جميع نماذج التعليمات البرمجية في هذه الصفحة موجودة في PyMilvus 2.4.15. قم بترقية تثبيت PyMilvus قبل تشغيلها.</p>
9494
</div>
9595
<ol>
9696
<li><p>إنشاء مجموعة موارد.</p>
@@ -212,7 +212,7 @@ num_replicas = <span class="hljs-number">1</span>
212212
<span class="hljs-built_in">print</span>(<span class="hljs-string">f&quot;Something went wrong while dropping <span class="hljs-subst">{source}</span>.&quot;</span>)
213213
<button class="copy-code-btn"></button></code></pre></li>
214214
</ol>
215-
<p>لمزيد من التفاصيل، يُرجى الرجوع إلى <a href="https://github.com/milvus-io/pymilvus/blob/v2.4.3/examples/resource_group_declarative_api.py">الأمثلة ذات الصلة في pymilvus</a></p>
215+
<p>لمزيد من التفاصيل، يرجى الرجوع إلى <a href="https://github.com/milvus-io/pymilvus/blob/v2.4.3/examples/resource_group_declarative_api.py">الأمثلة ذات الصلة في pymilvus</a></p>
216216
<h2 id="A-good-practice-to-manage-cluster-scaling" class="common-anchor-header">ممارسة جيدة لإدارة توسيع نطاق المجموعة<button data-href="#A-good-practice-to-manage-cluster-scaling" class="anchor-icon" translate="no">
217217
<svg translate="no"
218218
aria-hidden="true"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"codeList":["$ python3 -m pip install pymilvus==2.4.14\n","$ python3 -c \"from pymilvus import Collection\"\n"],"headingContent":"Install Milvus Python SDK","anchorList":[{"label":"تثبيت Milvus Python SDK","href":"Install-Milvus-Python-SDK","type":1,"isActive":false},{"label":"المتطلبات","href":"Requirements","type":2,"isActive":false},{"label":"قم بتثبيت PyMilvus عبر النقطة","href":"Install-PyMilvus-via-pip","type":2,"isActive":false},{"label":"تحقق من التثبيت","href":"Verify-installation","type":2,"isActive":false},{"label":"ما التالي","href":"Whats-next","type":2,"isActive":false}]}
1+
{"codeList":["$ python3 -m pip install pymilvus==2.4.15\n","$ python3 -c \"from pymilvus import Collection\"\n"],"headingContent":"Install Milvus Python SDK","anchorList":[{"label":"تثبيت Milvus Python SDK","href":"Install-Milvus-Python-SDK","type":1,"isActive":false},{"label":"المتطلبات","href":"Requirements","type":2,"isActive":false},{"label":"قم بتثبيت PyMilvus عبر النقطة","href":"Install-PyMilvus-via-pip","type":2,"isActive":false},{"label":"تحقق من التثبيت","href":"Verify-installation","type":2,"isActive":false},{"label":"ما التالي","href":"Whats-next","type":2,"isActive":false}]}

localization/v2.4.x/site/ar/getstarted/install_SDKs/install-pymilvus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ title: تثبيت Milvus Python SDK
4040
</button></h2><ul>
4141
<li>مطلوب بايثون 3.7 أو أحدث.</li>
4242
<li>تثبيت بروتوبوف جوجل. يمكنك تثبيته باستخدام الأمر <code translate="no">pip3 install protobuf==3.20.0</code>.</li>
43-
<li>تم تثبيت grpcio-tools. يمكنك تثبيته باستخدام الأمر <code translate="no">pip3 install grpcio-tools</code>.</li>
43+
<li>أدوات grpcio-tools مثبتة. يمكنك تثبيته باستخدام الأمر <code translate="no">pip3 install grpcio-tools</code>.</li>
4444
</ul>
4545
<h2 id="Install-PyMilvus-via-pip" class="common-anchor-header">قم بتثبيت PyMilvus عبر النقطة<button data-href="#Install-PyMilvus-via-pip" class="anchor-icon" translate="no">
4646
<svg translate="no"
@@ -60,7 +60,7 @@ title: تثبيت Milvus Python SDK
6060
</button></h2><p>يتوفر PyMilvus في <a href="https://pypi.org/project/pymilvus/">فهرس حزمة Python</a>.</p>
6161
<div class="alert note">
6262
يوصى بتثبيت إصدار PyMilvus الذي يطابق إصدار خادم Milvus الذي قمت بتثبيته. لمزيد من المعلومات، راجع <a href="/docs/ar/release_notes.md">ملاحظات الإصدار</a>.</div>
63-
<pre><code translate="no">$ python3 -m pip install pymilvus==2.4.14
63+
<pre><code translate="no">$ python3 -m pip install pymilvus==2.4.15
6464
<button class="copy-code-btn"></button></code></pre>
6565
<h2 id="Verify-installation" class="common-anchor-header">تحقق من التثبيت<button data-href="#Verify-installation" class="anchor-icon" translate="no">
6666
<svg translate="no"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"codeList":[],"headingContent":"","anchorList":[{"label":"البدء","href":"Get-Started","type":2,"isActive":false},{"label":"مقالات موصى بها","href":"Recommended-articles","type":2,"isActive":false},{"label":"الجديد في المستندات","href":"Whats-new-in-docs","type":2,"isActive":false}]}
Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
---
2+
id: home.md
3+
---
4+
<div class="doc-h1-wrapper">
5+
<p><h1 class="title">
6+
مرحبًا بك في مستندات ميلفوس!</h1></p>
7+
<p><h2 class="sub-title">
8+
ستتعرف هنا على ماهية Milvus، وكيفية تثبيت Milvus واستخدامه ونشره لإنشاء تطبيق وفقًا لاحتياجات عملك.</h2></p>
9+
</div>
10+
<div class="doc-home-promotion-wrapper">
11+
<div class="promotion-content">
12+
<h2 class="promotion-title">جرّب ميلفوس المُدار مجاناً!</h2>
13+
<p class="promotion-desc">جرّب زيليز كلاود مجاناً! أسهل طريقة لتجربة ميلفوس!</p>
14+
</div>
15+
<div class="cta-wrapper">
16+
<a class="cta-global" href="https://cloud.zilliz.com/signup?utm_source=partner&utm_medium=referral&utm_campaign=2025-02-24_doc_home_milvus.io">زيليز كلاود</a> <a class="cta-cn" href="https://cloud.zilliz.com.cn/signup?utm_source=partner&utm_medium=referral&utm_campaign=2025-02-24_doc_home_milvus.io">زيليز كلاود الصين</a></div>
17+
</div>
18+
<h2 id="Get-Started" class="common-anchor-header">البدء<button data-href="#Get-Started" class="anchor-icon" translate="no">
19+
<svg translate="no"
20+
aria-hidden="true"
21+
focusable="false"
22+
height="20"
23+
version="1.1"
24+
viewBox="0 0 16 16"
25+
width="16"
26+
>
27+
<path
28+
fill="#0092E4"
29+
fill-rule="evenodd"
30+
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"
31+
></path>
32+
</svg>
33+
</button></h2><div class="card-wrapper">
34+
<div class="start_card_container">
35+
36+
<a href="/docs/ar/install_standalone-docker.md"> <img translate="no" src="/docs/v2.4.x/assets/home_install.svg" alt="icon" />
37+
</a> <a href="/docs/ar/install_standalone-docker.md"> <p class="link-btn">تثبيت ميلفوس</p> </a><p>تعرف على كيفية تثبيت Milvus باستخدام إما Docker Compose أو على Kubernetes.</p>
38+
</div>
39+
<div class="start_card_container">
40+
41+
<a href="/docs/ar/quickstart.md"> <img translate="no" src="/docs/v2.4.x/assets/home_quick_start.svg" alt="icon" />
42+
</a> <a href="/docs/ar/quickstart.md"> <p class="link-btn">البدء السريع</p> </a><p>تعرف على كيفية تشغيل Milvus بسرعة باستخدام نموذج التعليمات البرمجية.</p>
43+
</div>
44+
<div class="start_card_container">
45+
46+
<a href="/bootcamp"> <img translate="no" src="/docs/v2.4.x/assets/home_bootcamp.svg" alt="icon" />
47+
</a> <a href="/bootcamp"> <p class="link-btn">المعسكر التدريبي</p> </a><p>
48+
تعلم كيفية إنشاء تطبيقات البحث عن التشابه المتجه باستخدام Milvus. </p>
49+
</div>
50+
</div>
51+
<h2 id="Recommended-articles" class="common-anchor-header">مقالات موصى بها<button data-href="#Recommended-articles" class="anchor-icon" translate="no">
52+
<svg translate="no"
53+
aria-hidden="true"
54+
focusable="false"
55+
height="20"
56+
version="1.1"
57+
viewBox="0 0 16 16"
58+
width="16"
59+
>
60+
<path
61+
fill="#0092E4"
62+
fill-rule="evenodd"
63+
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"
64+
></path>
65+
</svg>
66+
</button></h2><div class="doc-home-recommend-section">
67+
<div class="recomment-item">
68+
<p>استخدام</p>
69+
<ul>
70+
<li><a href="/docs/ar/manage-collections.md">إدارة المجموعات</a></li>
71+
<li><a href="/docs/ar/insert-update-delete.md">إدراج وإدراج وحذف وإدراج وحذف</a></li>
72+
<li><a href="/docs/ar/index-vector-fields.md">فهرسة الحقول المتجهة</a></li>
73+
<li><a href="/docs/ar/single-vector-search.md">البحث في متجه واحد</a></li>
74+
<li><a href="/docs/ar/get-and-scalar-query.md">استعلام الحصول على واستعلام قياسي</a></li>
75+
</ul>
76+
</div>
77+
<div class="recomment-item">
78+
<p>النشر</p>
79+
<ul>
80+
<li><a href="/docs/ar/configure-docker.md">تكوين ميلفوس</a></li>
81+
<li><a href="/docs/ar/deploy_s3.md">إدارة التبعيات</a></li>
82+
<li><a href="/docs/ar/eks.md">النشر على السحابة</a></li>
83+
<li><a href="/docs/ar/scaleout.md">توسيع نطاق مجموعة Milvus العنقودية</a></li>
84+
<li><a href="/docs/ar/monitor_overview.md">المراقبة والتنبيه</a></li>
85+
</ul>
86+
</div>
87+
<div class="recomment-item">
88+
<p>تعلم</p>
89+
<ul>
90+
<li><a href="/docs/ar/system_configuration.md">تكوين النظام</a></li>
91+
<li><a href="/docs/ar/architecture_overview.md">نظرة عامة على البنية</a></li>
92+
<li><a href="/docs/ar/index.md">فهرس المتجهات</a></li>
93+
<li><a href="/docs/ar/metric.md">مقاييس التشابه</a></li>
94+
<li><a href="/docs/ar/glossary.md">مسرد المصطلحات</a></li>
95+
</ul>
96+
</div>
97+
</div>
98+
<div class="doc-home-what-is-new">
99+
<h2 id="Whats-new-in-docs" class="common-anchor-header">الجديد في المستندات<button data-href="#Whats-new-in-docs" class="anchor-icon" translate="no">
100+
<svg translate="no"
101+
aria-hidden="true"
102+
focusable="false"
103+
height="20"
104+
version="1.1"
105+
viewBox="0 0 16 16"
106+
width="16"
107+
>
108+
<path
109+
fill="#0092E4"
110+
fill-rule="evenodd"
111+
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"
112+
></path>
113+
</svg>
114+
</button></h2><p><em>2024 مارس 2024 - إصدار Milvus 2.4.0</em></p>
115+
<ul>
116+
<li>تمت إضافة إرشادات حول كيفية <a href="/docs/ar/multi-vector-search.md">إجراء البحث المختلط</a>.</li>
117+
<li>تمت إضافة وصف <a href="/docs/ar/gpu_index.md">لفهرس GPU</a>.</li>
118+
<li>تمت إضافة إرشادات حول كيفية <a href="/docs/ar/embeddings.md">تضمين بياناتك باستخدام PyMilvus</a>.</li>
119+
<li>تمت إضافة أوصاف مضافة لـ <a href="/docs/ar/milvus-cdc-overview.md">Milvus CDC</a>.</li>
120+
</ul>
121+
</div>

localization/v2.4.x/site/ar/release_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ title: Release Notes
4040
<tr><th>Milvus version</th><th>Python SDK version</th><th>Java SDK version</th><th>Node.js SDK version</th></tr>
4141
</thead>
4242
<tbody>
43-
<tr><td>2.4.22</td><td>2.4.14</td><td>2.4.10</td><td>2.4.11</td></tr>
43+
<tr><td>2.4.22</td><td>2.4.15</td><td>2.4.10</td><td>2.4.11</td></tr>
4444
</tbody>
4545
</table>
4646
<p>We’re thrilled to announce the release of Milvus 2.4.22, focusing on enhanced performance, faster data loading and recovery, and improved stability. This update includes several feature improvements and bug fixes that streamline operations and optimize resource usage. We encourage you to upgrade or give it a try, and as always, we look forward to your feedback to help us continually improve Milvus!</p>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"codeList":["pip install --upgrade pymilvus\npip install \"pymilvus[model]\"\n","from pymilvus.model.reranker import BGERerankFunction\n\n# Define the rerank function\nbge_rf = BGERerankFunction(\n model_name=\"BAAI/bge-reranker-v2-m3\", # Specify the model name. Defaults to `BAAI/bge-reranker-v2-m3`.\n device=\"cpu\" # Specify the device to use, e.g., 'cpu' or 'cuda:0'\n)\n","query = \"What event in 1956 marked the official birth of artificial intelligence as a discipline?\"\n\ndocuments = [\n \"In 1950, Alan Turing published his seminal paper, 'Computing Machinery and Intelligence,' proposing the Turing Test as a criterion of intelligence, a foundational concept in the philosophy and development of artificial intelligence.\",\n \"The Dartmouth Conference in 1956 is considered the birthplace of artificial intelligence as a field; here, John McCarthy and others coined the term 'artificial intelligence' and laid out its basic goals.\",\n \"In 1951, British mathematician and computer scientist Alan Turing also developed the first program designed to play chess, demonstrating an early example of AI in game strategy.\",\n \"The invention of the Logic Theorist by Allen Newell, Herbert A. Simon, and Cliff Shaw in 1955 marked the creation of the first true AI program, which was capable of solving logic problems, akin to proving mathematical theorems.\"\n]\n\nresults = bge_rf(\n query=query,\n documents=documents,\n top_k=3,\n)\n\nfor result in results:\n print(f\"Index: {result.index}\")\n print(f\"Score: {result.score:.6f}\")\n print(f\"Text: {result.text}\\n\")\n","Index: 1\nScore: 0.991162\nText: The Dartmouth Conference in 1956 is considered the birthplace of artificial intelligence as a field; here, John McCarthy and others coined the term 'artificial intelligence' and laid out its basic goals.\n\nIndex: 0\nScore: 0.032697\nText: In 1950, Alan Turing published his seminal paper, 'Computing Machinery and Intelligence,' proposing the Turing Test as a criterion of intelligence, a foundational concept in the philosophy and development of artificial intelligence.\n\nIndex: 3\nScore: 0.006515\nText: The invention of the Logic Theorist by Allen Newell, Herbert A. Simon, and Cliff Shaw in 1955 marked the creation of the first true AI program, which was capable of solving logic problems, akin to proving mathematical theorems.\n"],"headingContent":"BGE","anchorList":[{"label":"BGE","href":"BGE","type":1,"isActive":false}]}

0 commit comments

Comments
 (0)