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 typo #2503

Merged
merged 1 commit into from
May 21, 2024
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
2 changes: 1 addition & 1 deletion docs/api/remove.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ gRPC has a message size limitation.<br>
Please be careful that the size of the request exceeds the limit.
</div>

## Input
### Input

- the scheme of `payload.v1.Remove.MultiRequest`

Expand Down
4 changes: 2 additions & 2 deletions docs/api/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ Here are some common reasons and how to resolve each error.
| NOT_FOUND | Search result is empty or insufficient to request result length. | Send a request with another vector or set min_num to a smaller value. |
| INTERNAL | Target Vald cluster or network route has some critical error. | Check target Vald cluster first and check network route including ingress as second. |

### MultiSearchByID RPC
## MultiSearchByID RPC

MultiSearchByID RPC is the method to search vectors with multiple IDs in **1** request.

Expand Down Expand Up @@ -1485,7 +1485,7 @@ Here are some common reasons and how to resolve each error.
| NOT_FOUND | Search result is empty or insufficient to request result length. | Send a request with another vector or set min_num to a smaller value. |
| INTERNAL | Target Vald cluster or network route has some critical error. | Check target Vald cluster first and check network route including ingress as second. |

### MultiLinearSearchByID RPC
## MultiLinearSearchByID RPC

MultiLinearSearchByID RPC is the method to linear search vectors with multiple IDs in **1** request.

Expand Down
Loading