Skip to content

Commit 22b229d

Browse files
ragflow-keeperInfinity Curator
andauthored
Synchronize documentation. (#398)
Co-authored-by: Infinity Curator <infinitydocs.curator@users.noreply.github.com>
1 parent 3efa302 commit 22b229d

21 files changed

Lines changed: 9271 additions & 12 deletions

website/docs/getstarted/build_from_source.mdx

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

287287
2. Install Python sdk of infinity:
288288
```bash
289-
pip install infinity-sdk==0.7.2
289+
pip install infinity-sdk==0.7.3
290290
```
291291

292292
3. Run the functional tests:
@@ -308,7 +308,7 @@ cmake --build . -t test_main
308308

309309
2. Install Python sdk of infinity:
310310
```bash
311-
pip install infinity-sdk==0.7.2
311+
pip install infinity-sdk==0.7.3
312312
```
313313

314314
3. Run the functional tests:
@@ -333,7 +333,7 @@ cmake --build . -t test_main
333333

334334
2. Install Python sdk of infinity:
335335
```bash
336-
pip install infinity-sdk==0.7.2
336+
pip install infinity-sdk==0.7.3
337337
```
338338

339339
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.7.2-x86_64.rpm
38+
sudo rpm -i infinity-0.7.3-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.7.2-x86_64.deb
49+
sudo dpkg -i infinity-0.7.3-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.7.2
62+
pip install infinity-sdk==0.7.3
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.7.2
62+
pip install infinity-sdk==0.7.3
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.7.2"
51+
version = "0.7.3"
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.7.2",
3138+
"version":"0.7.3",
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.7.2"
3187+
"version":"0.7.3"
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.7.2",
4438+
"version":"0.7.3",
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)