Skip to content

Commit ee5876d

Browse files
infinityCuratorInfinity Curator
andauthored
Synchronize documentation. (#372)
Co-authored-by: Infinity Curator <infinitydocs.curator@users.noreply.github.com>
1 parent 72dda97 commit ee5876d

21 files changed

+8828
-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.9
298+
pip install infinity-sdk==0.6.10
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.9
320+
pip install infinity-sdk==0.6.10
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.9
345+
pip install infinity-sdk==0.6.10
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.9-x86_64.rpm
38+
sudo rpm -i infinity-0.6.10-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.9-x86_64.deb
49+
sudo dpkg -i infinity-0.6.10-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.9
62+
pip install infinity-sdk==0.6.10
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.9
62+
pip install infinity-sdk==0.6.10
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.9"
51+
version = "0.6.10"
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
@@ -2828,7 +2828,7 @@ The response includes a JSON object like the following:
28282828
"server_address":"0.0.0.0",
28292829
"temp_dir":"/var/infinity/tmp",
28302830
"time_zone":"UTC+8",
2831-
"version":"0.6.9",
2831+
"version":"0.6.10",
28322832
"wal_compact_threshold":"1073741824",
28332833
"wal_dir":"/var/infinity/wal",
28342834
"wal_flush":"FlushAtOnce"
@@ -2877,7 +2877,7 @@ The response includes a JSON object like the following:
28772877
```shell
28782878
{
28792879
"error_code": 0,
2880-
"version":"0.6.9"
2880+
"version":"0.6.10"
28812881
}
28822882
```
28832883
@@ -4128,7 +4128,7 @@ The response includes a JSON object like the following:
41284128
"server_address":"0.0.0.0",
41294129
"temp_dir":"/var/infinity/leader/tmp",
41304130
"time_zone":"UTC-8",
4131-
"version":"0.6.9",
4131+
"version":"0.6.10",
41324132
"wal_compact_threshold":"1073741824",
41334133
"wal_dir":"/var/infinity/leader/wal",
41344134
"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)