Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix documentaion typo disable_balanced_update #1978

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 36 additions & 36 deletions docs/api/filter-gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -485,12 +485,12 @@ service Filter {

- Update.Config

| field | type | label | required | desc. |
| :----------------------: | :------------ | :---- | :------: | :-------------------------------------------------------------------------------------------------- |
| skip_strict_exist_check | bool | | | check the same vector is already updated or not.<br>the ID should be unique if the value is `true`. |
| timestamp | int64 | | | the timestamp of the vector updated.<br>if it is N/A, the current time will be used. |
| filters | Filter.Config | | | configuration for filter |
| disabled_balanced_update | bool | | | A flag to disable balanced update (split remove -&gt; insert operation) during update operation. |
| field | type | label | required | desc. |
| :---------------------: | :------------ | :---- | :------: | :-------------------------------------------------------------------------------------------------- |
| skip_strict_exist_check | bool | | | check the same vector is already updated or not.<br>the ID should be unique if the value is `true`. |
| timestamp | int64 | | | the timestamp of the vector updated.<br>if it is N/A, the current time will be used. |
| filters | Filter.Config | | | configuration for filter |
| disable_balanced_update | bool | | | A flag to disable balanced update (split remove -&gt; insert operation) during update operation. |

- Filter.Target

Expand Down Expand Up @@ -607,12 +607,12 @@ service Filter {

- Update.Config

| field | type | label | required | desc. |
| :----------------------: | :------------ | :---- | :------: | :-------------------------------------------------------------------------------------------------- |
| skip_strict_exist_check | bool | | | check the same vector is already updated or not.<br>the ID should be unique if the value is `true`. |
| timestamp | int64 | | | the timestamp of the vector updated.<br>if it is N/A, the current time will be used. |
| filters | Filter.Config | | | configuration for filter |
| disabled_balanced_update | bool | | | A flag to disable balanced update (split remove -&gt; insert operation) during update operation. |
| field | type | label | required | desc. |
| :---------------------: | :------------ | :---- | :------: | :-------------------------------------------------------------------------------------------------- |
| skip_strict_exist_check | bool | | | check the same vector is already updated or not.<br>the ID should be unique if the value is `true`. |
| timestamp | int64 | | | the timestamp of the vector updated.<br>if it is N/A, the current time will be used. |
| filters | Filter.Config | | | configuration for filter |
| disable_balanced_update | bool | | | A flag to disable balanced update (split remove -&gt; insert operation) during update operation. |

- Filter.Target

Expand Down Expand Up @@ -768,12 +768,12 @@ service Filter {

- Update.Config

| field | type | label | required | desc. |
| :----------------------: | :------------ | :---- | :------: | :-------------------------------------------------------------------------------------------------- |
| skip_strict_exist_check | bool | | | check the same vector is already updated or not.<br>the ID should be unique if the value is `true`. |
| timestamp | int64 | | | the timestamp of the vector updated.<br>if it is N/A, the current time will be used. |
| filters | Filter.Config | | | configuration for filter |
| disabled_balanced_update | bool | | | A flag to disable balanced update (split remove -&gt; insert operation) during update operation. |
| field | type | label | required | desc. |
| :---------------------: | :------------ | :---- | :------: | :-------------------------------------------------------------------------------------------------- |
| skip_strict_exist_check | bool | | | check the same vector is already updated or not.<br>the ID should be unique if the value is `true`. |
| timestamp | int64 | | | the timestamp of the vector updated.<br>if it is N/A, the current time will be used. |
| filters | Filter.Config | | | configuration for filter |
| disable_balanced_update | bool | | | A flag to disable balanced update (split remove -&gt; insert operation) during update operation. |

- Filter.Target

Expand Down Expand Up @@ -900,12 +900,12 @@ service Filter {

- Update.Config

| field | type | label | required | desc. |
| :----------------------: | :------------ | :---- | :------: | :--------------------------------------------------------------------------------------------------- |
| skip_strict_exist_check | bool | | | check the same vector is already upserted or not.<br>the ID should be unique if the value is `true`. |
| timestamp | int64 | | | the timestamp of the vector upserted.<br>if it is N/A, the current time will be used. |
| filters | Filter.Config | | | configuration for filter |
| disabled_balanced_update | bool | | | A flag to disable balanced update (split remove -&gt; insert operation) during update operation. |
| field | type | label | required | desc. |
| :---------------------: | :------------ | :---- | :------: | :--------------------------------------------------------------------------------------------------- |
| skip_strict_exist_check | bool | | | check the same vector is already upserted or not.<br>the ID should be unique if the value is `true`. |
| timestamp | int64 | | | the timestamp of the vector upserted.<br>if it is N/A, the current time will be used. |
| filters | Filter.Config | | | configuration for filter |
| disable_balanced_update | bool | | | A flag to disable balanced update (split remove -&gt; insert operation) during update operation. |

- Filter.Target

Expand Down Expand Up @@ -1019,12 +1019,12 @@ service Filter {

- Update.Config

| field | type | label | required | desc. |
| :----------------------: | :------------ | :---- | :------: | :--------------------------------------------------------------------------------------------------- |
| skip_strict_exist_check | bool | | | check the same vector is already upserted or not.<br>the ID should be unique if the value is `true`. |
| timestamp | int64 | | | the timestamp of the vector upserted.<br>if it is N/A, the current time will be used. |
| filters | Filter.Config | | | configuration for filter |
| disabled_balanced_update | bool | | | A flag to disable balanced update (split remove -&gt; insert operation) during update operation. |
| field | type | label | required | desc. |
| :---------------------: | :------------ | :---- | :------: | :--------------------------------------------------------------------------------------------------- |
| skip_strict_exist_check | bool | | | check the same vector is already upserted or not.<br>the ID should be unique if the value is `true`. |
| timestamp | int64 | | | the timestamp of the vector upserted.<br>if it is N/A, the current time will be used. |
| filters | Filter.Config | | | configuration for filter |
| disable_balanced_update | bool | | | A flag to disable balanced update (split remove -&gt; insert operation) during update operation. |

- Filter.Target

Expand Down Expand Up @@ -1180,12 +1180,12 @@ service Filter {

- Update.Config

| field | type | label | required | desc. |
| :----------------------: | :------------ | :---- | :------: | :--------------------------------------------------------------------------------------------------- |
| skip_strict_exist_check | bool | | | check the same vector is already upserted or not.<br>the ID should be unique if the value is `true`. |
| timestamp | int64 | | | the timestamp of the vector upserted.<br>if it is N/A, the current time will be used. |
| filters | Filter.Config | | | configuration for filter |
| disabled_balanced_update | bool | | | A flag to disable balanced update (split remove -&gt; insert operation) during update operation. |
| field | type | label | required | desc. |
| :---------------------: | :------------ | :---- | :------: | :--------------------------------------------------------------------------------------------------- |
| skip_strict_exist_check | bool | | | check the same vector is already upserted or not.<br>the ID should be unique if the value is `true`. |
| timestamp | int64 | | | the timestamp of the vector upserted.<br>if it is N/A, the current time will be used. |
| filters | Filter.Config | | | configuration for filter |
| disable_balanced_update | bool | | | A flag to disable balanced update (split remove -&gt; insert operation) during update operation. |

- Filter.Target

Expand Down
36 changes: 18 additions & 18 deletions docs/api/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ Update RPC is the method to update a single vector.

- Update.Config

| field | type | label | required | desc. |
| :----------------------: | :------------ | :---- | :------: | :--------------------------------------------------------------------------------------------------- |
| skip_strict_exist_check | bool | | | check the same vector is already inserted or not.<br>the ID should be unique if the value is `true`. |
| timestamp | int64 | | | the timestamp of the vector updated.<br>if it is N/A, the current time will be used. |
| filters | Filter.Config | | | configuration for filter |
| disabled_balanced_update | bool | | | A flag to disable balanced update (split remove -&gt; insert operation) during update operation. |
| field | type | label | required | desc. |
| :---------------------: | :------------ | :---- | :------: | :--------------------------------------------------------------------------------------------------- |
| skip_strict_exist_check | bool | | | check the same vector is already inserted or not.<br>the ID should be unique if the value is `true`. |
| timestamp | int64 | | | the timestamp of the vector updated.<br>if it is N/A, the current time will be used. |
| filters | Filter.Config | | | configuration for filter |
| disable_balanced_update | bool | | | A flag to disable balanced update (split remove -&gt; insert operation) during update operation. |

- Object.Vector

Expand Down Expand Up @@ -142,12 +142,12 @@ It's the recommended method to update the large amount of vectors.

- Update.Config

| field | type | label | required | desc. |
| :----------------------: | :------------ | :---- | :------: | :--------------------------------------------------------------------------------------------------- |
| skip_strict_exist_check | bool | | | check the same vector is already inserted or not.<br>the ID should be unique if the value is `true`. |
| timestamp | int64 | | | the timestamp of the vector updated.<br>if it is N/A, the current time will be used. |
| filters | Filter.Config | | | configuration for filter |
| disabled_balanced_update | bool | | | A flag to disable balanced update (split remove -&gt; insert operation) during update operation. |
| field | type | label | required | desc. |
| :---------------------: | :------------ | :---- | :------: | :--------------------------------------------------------------------------------------------------- |
| skip_strict_exist_check | bool | | | check the same vector is already inserted or not.<br>the ID should be unique if the value is `true`. |
| timestamp | int64 | | | the timestamp of the vector updated.<br>if it is N/A, the current time will be used. |
| filters | Filter.Config | | | configuration for filter |
| disable_balanced_update | bool | | | A flag to disable balanced update (split remove -&gt; insert operation) during update operation. |

- Object.Vector

Expand Down Expand Up @@ -264,12 +264,12 @@ Please be careful that the size of the request exceed the limit.

- Update.Config

| field | type | label | required | desc. |
| :----------------------: | :------------ | :---- | :------: | :--------------------------------------------------------------------------------------------------- |
| skip_strict_exist_check | bool | | | check the same vector is already inserted or not.<br>the ID should be unique if the value is `true`. |
| timestamp | int64 | | | the timestamp of the vector updated.<br>if it is N/A, the current time will be used. |
| filters | Filter.Config | | | configuration for filter |
| disabled_balanced_update | bool | | | A flag to disable balanced update (split remove -&gt; insert operation) during update operation. |
| field | type | label | required | desc. |
| :---------------------: | :------------ | :---- | :------: | :--------------------------------------------------------------------------------------------------- |
| skip_strict_exist_check | bool | | | check the same vector is already inserted or not.<br>the ID should be unique if the value is `true`. |
| timestamp | int64 | | | the timestamp of the vector updated.<br>if it is N/A, the current time will be used. |
| filters | Filter.Config | | | configuration for filter |
| disable_balanced_update | bool | | | A flag to disable balanced update (split remove -&gt; insert operation) during update operation. |

- Object.Vector

Expand Down
Loading