Skip to content

Commit 74fb186

Browse files
infinityCuratorInfinity Curator
andauthored
Synchronize documentation. (#376)
Co-authored-by: Infinity Curator <infinitydocs.curator@users.noreply.github.com>
1 parent 3ad0c29 commit 74fb186

21 files changed

+9280
-12
lines changed

website/docs/getstarted/build_from_source.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ cmake --build . -t test_main
295295

296296
2. Install Python sdk of infinity:
297297
```bash
298-
pip install infinity-sdk==0.6.11
298+
pip install infinity-sdk==0.6.12
299299
```
300300

301301
3. Run the functional tests:
@@ -317,7 +317,7 @@ cmake --build . -t test_main
317317

318318
2. Install Python sdk of infinity:
319319
```bash
320-
pip install infinity-sdk==0.6.11
320+
pip install infinity-sdk==0.6.12
321321
```
322322

323323
3. Run the functional tests:
@@ -342,7 +342,7 @@ cmake --build . -t test_main
342342

343343
2. Install Python sdk of infinity:
344344
```bash
345-
pip install infinity-sdk==0.6.11
345+
pip install infinity-sdk==0.6.12
346346
```
347347

348348
3. Run the functional tests:

website/docs/getstarted/deploy_infinity_server.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This section provides instructions on deploying Infinity using binary package on
3535

3636
Fedora/RHEL/CentOS/OpenSUSE
3737
```bash
38-
sudo rpm -i infinity-0.6.11-x86_64.rpm
38+
sudo rpm -i infinity-0.6.12-x86_64.rpm
3939
```
4040

4141
```bash
@@ -46,7 +46,7 @@ sudo systemctl start infinity
4646
<TabItem value="ubuntu">
4747

4848
```bash
49-
sudo dpkg -i infinity-0.6.11-x86_64.deb
49+
sudo dpkg -i infinity-0.6.12-x86_64.deb
5050
```
5151

5252
```bash
@@ -59,7 +59,7 @@ sudo systemctl start infinity
5959
## Install Infinity client
6060

6161
```
62-
pip install infinity-sdk==0.6.11
62+
pip install infinity-sdk==0.6.12
6363
```
6464

6565
## Run a vector search

website/docs/getstarted/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ If you are on Windows 10+, you must enable WSL or WSL2 to deploy Infinity using
5959
### Install Infinity client
6060

6161
```
62-
pip install infinity-sdk==0.6.11
62+
pip install infinity-sdk==0.6.12
6363
```
6464

6565
### Run a vector search

website/docs/references/configurations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If you start up Infinity from DEB or RPM, the configuration file will be in the
4848
```toml
4949
[general]
5050
# Infinity server version, the minor version of this parameter should match server minor version.
51-
version = "0.6.11"
51+
version = "0.6.12"
5252
# Timezone
5353
time_zone = "utc-8"
5454
# The number of worker threads. Defaults to the number of CPU cores.

website/docs/references/http_api_reference.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3135,7 +3135,7 @@ The response includes a JSON object like the following:
31353135
"server_address":"0.0.0.0",
31363136
"temp_dir":"/var/infinity/tmp",
31373137
"time_zone":"UTC+8",
3138-
"version":"0.6.11",
3138+
"version":"0.6.12",
31393139
"wal_compact_threshold":"1073741824",
31403140
"wal_dir":"/var/infinity/wal",
31413141
"wal_flush":"FlushAtOnce"
@@ -3184,7 +3184,7 @@ The response includes a JSON object like the following:
31843184
```shell
31853185
{
31863186
"error_code": 0,
3187-
"version":"0.6.11"
3187+
"version":"0.6.12"
31883188
}
31893189
```
31903190
@@ -4435,7 +4435,7 @@ The response includes a JSON object like the following:
44354435
"server_address":"0.0.0.0",
44364436
"temp_dir":"/var/infinity/leader/tmp",
44374437
"time_zone":"UTC-8",
4438-
"version":"0.6.11",
4438+
"version":"0.6.12",
44394439
"wal_compact_threshold":"1073741824",
44404440
"wal_dir":"/var/infinity/leader/wal",
44414441
"wal_flush":"FlushAtOnce"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Get started",
3+
"position": 0,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "quickstart and more"
7+
}
8+
}

0 commit comments

Comments
 (0)