Skip to content

Commit

Permalink
Release new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Milvus-doc-bot authored and Milvus-doc-bot committed Aug 8, 2023
1 parent 10f82b9 commit 990e1c3
Show file tree
Hide file tree
Showing 17 changed files with 45 additions and 45 deletions.
6 changes: 3 additions & 3 deletions v2.0.x/Variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"milvus_release_tag": "2.0.2",
"milvus_deb_name": "milvus_2.0.2-1_amd64",
"milvus_rpm_name": "milvus-2.0.2-.el7.x86_64",
"milvus_python_sdk_version": "2.0.2",
"milvus_python_sdk_version": "2.0.x",
"milvus_node_sdk_version": "2.0.x",
"milvus_go_sdk_version": "2.0.0",
"milvus_java_sdk_version": "2.0.4",
"milvus_go_sdk_version": "2.0.x",
"milvus_java_sdk_version": "2.0.x",
"milvus_operator_version": "0.5.0"
}
4 changes: 2 additions & 2 deletions v2.0.x/site/en/getstarted/example_code.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ Through running the example code we provided, you will have a primary understand

## Download example code

[Download](https://raw.githubusercontent.com/milvus-io/pymilvus/v2.0.2/examples/hello_milvus.py) `hello_milvus.py` directly or with the following command.
[Download](https://raw.githubusercontent.com/milvus-io/pymilvus/v2.0.x/examples/hello_milvus.py) `hello_milvus.py` directly or with the following command.

```bash
$ wget https://raw.githubusercontent.com/milvus-io/pymilvus/v2.0.2/examples/hello_milvus.py
$ wget https://raw.githubusercontent.com/milvus-io/pymilvus/v2.0.x/examples/hello_milvus.py
```


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Dit onderwerp beschrijft hoe je Milvus kan uitvoeren met Python.
## 1. Installeer PyMilvus

```Python
pip3 install pymilvus==2.0.2
pip3 install pymilvus==2.0.x
```
<div class="alert note">
Python 3.6 of later is vereist. Zie <a href="https://wiki.python.org/moin/BeginnersGuide/Download">Python downloaden</a> voor meer informatie.
Expand All @@ -18,7 +18,7 @@ Python 3.6 of later is vereist. Zie <a href="https://wiki.python.org/moin/Beginn
## 2. Download voorbeeld code

```bash
$ wget https://raw.githubusercontent.com/milvus-io/pymilvus/v2.0.2/examples/hello_milvus.py
$ wget https://raw.githubusercontent.com/milvus-io/pymilvus/v2.0.x/examples/hello_milvus.py
```

## 3. Scan het voorbeeld
Expand Down Expand Up @@ -87,7 +87,7 @@ for raw_result in res:
distance = result.distance
print(id, distance)
```
Zie [API Reference](/api-reference/pymilvus/v2.0.2/results.html) voor meer informatie.
Zie [API Reference](/api-reference/pymilvus/v2.0.x/results.html) voor meer informatie.

- Voert hybride zoekopdracht uit:
<div class="alert note">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ id: example_code_bn.md
## 1. PyMilvus ইনস্টল করুন

```Python
pip3 install pymilvus==2.0.2
pip3 install pymilvus==2.0.x
```
<div class="alert note">
পাইথন 3.6 বা তার পরের ভার্সন প্রয়োজন। দেখুন <a href="https://wiki.python.org/moin/BeginnersGuide/Download">পাইথন ডাউনলোড করা হচ্ছে
Expand All @@ -19,7 +19,7 @@ pip3 install pymilvus==2.0.2
## 2. নমুনা কোড ডাউনলোড করুন

```bash
$ wget https://raw.githubusercontent.com/milvus-io/pymilvus/v2.0.2/examples/hello_milvus.py
$ wget https://raw.githubusercontent.com/milvus-io/pymilvus/v2.0.x/examples/hello_milvus.py
```

## 3. নমুনাটি স্ক্যান করুন
Expand Down Expand Up @@ -89,7 +89,7 @@ for raw_result in res:
distance = result.distance
print(id, distance)
```
আরও তথ্য পেতে [API Reference](/api-reference/pymilvus/v2.0.2/results.html) দেখুন।
আরও তথ্য পেতে [API Reference](/api-reference/pymilvus/v2.0.x/results.html) দেখুন।

- একটি হাইব্রিড অনুসন্ধান করে
<div class="alert note">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Dieser Abschnitt beschreibt, wie man Milvus mit Python ausführt.
## 1. PyMilvus installieren

```Python
pip3 install pymilvus==2.0.2
pip3 install pymilvus==2.0.x
```
<div class="alert note">
Python 3.6 oder höher ist erforderlich. Siehe <a href="https://wiki.python.org/moin/BeginnersGuide/Download">Downloading Python</a> für weitere Informationen.
Expand All @@ -18,7 +18,7 @@ Python 3.6 oder höher ist erforderlich. Siehe <a href="https://wiki.python.org/
## 2. Laden Sie den Beispielcode herunter

```bash
$ wget https://raw.githubusercontent.com/milvus-io/pymilvus/v2.0.2/examples/hello_milvus.py
$ wget https://raw.githubusercontent.com/milvus-io/pymilvus/v2.0.x/examples/hello_milvus.py
```

## 3. Scannen Sie die Probe
Expand Down Expand Up @@ -87,7 +87,7 @@ for raw_result in res:
distance = result.distance
print(id, distance)
```
Siehe [API Reference](/api-reference/pymilvus/v2.0.2/results.html) für weitere Informationen.
Siehe [API Reference](/api-reference/pymilvus/v2.0.x/results.html) für weitere Informationen.

- Führt eine hybride Suche durch:
<div class="alert note">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Este tema describe cómo ejecutar Milvus usando Python.
## 1. Instala PyMilvus

```Python
pip3 install pymilvus==2.0.2
pip3 install pymilvus==2.0.x
```
<div class="alert note">
Python 3.6 o más reciente es requerido. Lee <a href="https://wiki.python.org/moin/BeginnersGuide/Download">Descargando Python</a> para más información.
Expand All @@ -18,7 +18,7 @@ Python 3.6 o más reciente es requerido. Lee <a href="https://wiki.python.org/mo
## 2. Descarga el código muestra

```bash
$ wget https://raw.githubusercontent.com/milvus-io/pymilvus/v2.0.2/examples/hello_milvus.py
$ wget https://raw.githubusercontent.com/milvus-io/pymilvus/v2.0.x/examples/hello_milvus.py
```

## 3. Escanea la muestra
Expand Down Expand Up @@ -87,7 +87,7 @@ for raw_result in res:
distance = result.distance
print(id, distance)
```
Revisa la [documentación de API](/api-reference/pymilvus/v2.0.2/results.html) para más información.
Revisa la [documentación de API](/api-reference/pymilvus/v2.0.x/results.html) para más información.

- Ejecuta una búsqueda híbrida:
<div class="alert note">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Ce topic décrit comment exécuter Milvus avec Python.
## 1. Installer PyMilvus

```Python
pip3 install pymilvus==2.0.2
pip3 install pymilvus==2.0.x
```
<div class="alert note">
Il est nécessaire d'utiliser la version 3.6 ou une version plus récente de Python. Plus d'informations sont disponibles dans le <a href="https://wiki.python.org/moin/BeginnersGuide/Download">guide d'installation de Python</a>.
Expand All @@ -18,7 +18,7 @@ Il est nécessaire d'utiliser la version 3.6 ou une version plus récente de Pyt
## 2. Télécharger un exemple code source

```bash
$ wget https://raw.githubusercontent.com/milvus-io/pymilvus/v2.0.2/examples/hello_milvus.py
$ wget https://raw.githubusercontent.com/milvus-io/pymilvus/v2.0.x/examples/hello_milvus.py
```

## 3. Scanner le code source
Expand Down Expand Up @@ -87,7 +87,7 @@ for raw_result in res:
distance = result.distance
print(id, distance)
```
Se référer à [la documentation de l'API](/api-reference/pymilvus/v2.0.2/results.html) pour plus d'informations.
Se référer à [la documentation de l'API](/api-reference/pymilvus/v2.0.x/results.html) pour plus d'informations.

- Exécute une recherche hybride :
<div class="alert note">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Topik ini menjelaskan bagaimana cara menjalankan Milvus menggunkan Python.
## 1. Instal PyMilvus

```Python
pip3 install pymilvus==2.0.2
pip3 install pymilvus==2.0.x
```
<div class="alert note">
Python 3.6 atau yang lebih baru dibutuhkan. Lihat <a href="https://wiki.python.org/moin/BeginnersGuide/Download">Mengunduh Python</a> untuk informasi lebih lanjut.
Expand All @@ -18,7 +18,7 @@ Python 3.6 atau yang lebih baru dibutuhkan. Lihat <a href="https://wiki.python.o
## 2. Unduh kode sampel

```bash
$ wget https://raw.githubusercontent.com/milvus-io/pymilvus/v2.0.2/examples/hello_milvus.py
$ wget https://raw.githubusercontent.com/milvus-io/pymilvus/v2.0.x/examples/hello_milvus.py
```

## 3. Pindai sampel
Expand Down Expand Up @@ -87,7 +87,7 @@ for raw_result in res:
distance = result.distance
print(id, distance)
```
Baca [Referensi API](/api-reference/pymilvus/v2.0.2/results.html) untuk informasi lebih lanjut.
Baca [Referensi API](/api-reference/pymilvus/v2.0.x/results.html) untuk informasi lebih lanjut.

- Lakukan pencarian hibrid:
<div class="alert note">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Questa sezione descrive come eseguire Milvus usando Python.
## 1. Installa PyMilvus

```Python
pip3 install pymilvus==2.0.2
pip3 install pymilvus==2.0.x
```
<div class="alert note">
E' richiesto Python 3.6 o versioni successive. Vedi <a href="https://wiki.python.org/moin/BeginnersGuide/Download">Downloading Python</a> per maggiori informazioni.
Expand All @@ -18,7 +18,7 @@ E' richiesto Python 3.6 o versioni successive. Vedi <a href="https://wiki.python
## 2. Scarica il codice di esempio

```bash
$ wget https://raw.githubusercontent.com/milvus-io/pymilvus/v2.0.2/examples/hello_milvus.py
$ wget https://raw.githubusercontent.com/milvus-io/pymilvus/v2.0.x/examples/hello_milvus.py
```

## 3. Scannerizza il campione
Expand Down Expand Up @@ -87,7 +87,7 @@ for raw_result in res:
distance = result.distance
print(id, distance)
```
Vedi [API Reference](/api-reference/pymilvus/v2.0.2/results.html) per maggiori informazioni.
Vedi [API Reference](/api-reference/pymilvus/v2.0.x/results.html) per maggiori informazioni.

- Esegue una ricerca ibrida:
<div class="alert note">
Expand Down
6 changes: 3 additions & 3 deletions v2.0.x/site/en/getstarted/install_SDKs/install-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ Run the following command to install Milvus Java SDK.
<dependency>
<groupId>io.milvus</groupId>
<artifactId>milvus-sdk-java</artifactId>
<version>2.0.4</version>
<version>2.0.x</version>
</dependency>
```

- Gradle/Grails

```
compile 'io.milvus:milvus-sdk-java:2.0.4'
compile 'io.milvus:milvus-sdk-java:2.0.x'
```

## What's next
Expand All @@ -47,5 +47,5 @@ Having installed Milvus Java SDK, you can:
- [Insert data](insert_data.md)
- [Conduct a vector search](search.md)

- Explore [Milvus Java API reference](/api-reference/java/v2.0.4/About.md)
- Explore [Milvus Java API reference](/api-reference/java/v2.0.x/About.md)

4 changes: 2 additions & 2 deletions v2.0.x/site/en/getstarted/install_SDKs/install-pymilvus.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ It is recommended to install a PyMilvus version that matches the version of the
</div>

```
$ python3 -m pip install pymilvus==2.0.2
$ python3 -m pip install pymilvus==2.0.x
```

## Verify installation
Expand All @@ -49,4 +49,4 @@ Having installed PyMilvus, you can:
- [Insert data](insert_data.md)
- [Conduct a vector search](search.md)

- Explore [PyMilvus API reference](/api-reference/pymilvus/v2.0.2/About.md)
- Explore [PyMilvus API reference](/api-reference/pymilvus/v2.0.x/About.md)
2 changes: 1 addition & 1 deletion v2.0.x/site/en/reference/boolean.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ summary: Learn about boolean expression rules in Milvus.

## Overview

A predicate expression outputs a boolean value. Milvus conducts scalar filtering by searching with predicates. A predicate expression, when evaluated, returns either TRUE or FALSE. View [Python SDK API Reference](/api-reference/pymilvus/v2.0.2/Collection/query().md) for instruction on using predicate expressions.
A predicate expression outputs a boolean value. Milvus conducts scalar filtering by searching with predicates. A predicate expression, when evaluated, returns either TRUE or FALSE. View [Python SDK API Reference](/api-reference/pymilvus/v2.0.x/Collection/query().md) for instruction on using predicate expressions.

[EBNF](https://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_form) grammar rules describe boolean expressions rules:

Expand Down
6 changes: 3 additions & 3 deletions v2.0.x/site/en/userGuide/search/hybridsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,8 @@ System.out.println(wrapperSearch.getFieldData("book_id", 0));
- Try [Search with Time Travel](timetravel.md)

- Explore API references for Milvus SDKs:
- [PyMilvus API reference](/api-reference/pymilvus/v2.0.2/About.md)
- [PyMilvus API reference](/api-reference/pymilvus/v2.0.x/About.md)
- [Node.js API reference](/api-reference/node/v2.0.x/About.md)
- [Go API reference](/api-reference/go/v2.0.0/About.md)
- [Java API reference](/api-reference/java/v2.0.4/About.md)
- [Go API reference](/api-reference/go/v2.0.x/About.md)
- [Java API reference](/api-reference/java/v2.0.x/About.md)

6 changes: 3 additions & 3 deletions v2.0.x/site/en/userGuide/search/query.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,8 @@ System.out.println(wrapperQuery.getFieldWrapper("word_count").getFieldData());
- [Search with Time Travel](timetravel.md)
- Explore API references for Milvus SDKs:
- [PyMilvus API reference](/api-reference/pymilvus/v2.0.2/About.md)
- [PyMilvus API reference](/api-reference/pymilvus/v2.0.x/About.md)
- [Node.js API reference](/api-reference/node/v2.0.x/About.md)
- [Go API reference](/api-reference/go/v2.0.0/About.md)
- [Java API reference](/api-reference/java/v2.0.4/About.md)
- [Go API reference](/api-reference/go/v2.0.x/About.md)
- [Java API reference](/api-reference/java/v2.0.x/About.md)
6 changes: 3 additions & 3 deletions v2.0.x/site/en/userGuide/search/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -619,8 +619,8 @@ release -c book
- [Search with Time Travel](timetravel.md)

- Explore API references for Milvus SDKs:
- [PyMilvus API reference](/api-reference/pymilvus/v2.0.2/About.md)
- [PyMilvus API reference](/api-reference/pymilvus/v2.0.x/About.md)
- [Node.js API reference](/api-reference/node/v2.0.x/About.md)
- [Go API reference](/api-reference/go/v2.0.0/About.md)
- [Java API reference](/api-reference/java/v2.0.4/About.md)
- [Go API reference](/api-reference/go/v2.0.x/About.md)
- [Java API reference](/api-reference/java/v2.0.x/About.md)

6 changes: 3 additions & 3 deletions v2.0.x/site/en/userGuide/search/timetravel.md
Original file line number Diff line number Diff line change
Expand Up @@ -682,8 +682,8 @@ No.1:
- [Conduct a hybrid search](hybridsearch.md)
- Explore API references for Milvus SDKs:
- [PyMilvus API reference](/api-reference/pymilvus/v2.0.2/About.md)
- [PyMilvus API reference](/api-reference/pymilvus/v2.0.x/About.md)
- [Node.js API reference](/api-reference/node/v2.0.x/About.md)
- [Go API reference](/api-reference/go/v2.0.0/About.md)
- [Java API reference](/api-reference/java/v2.0.4/About.md)
- [Go API reference](/api-reference/go/v2.0.x/About.md)
- [Java API reference](/api-reference/java/v2.0.x/About.md)
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "v2.1.x",
"version": "v2.0.x",
"released": "yes"
}

0 comments on commit 990e1c3

Please sign in to comment.