Skip to content

Commit

Permalink
fix typo (#2504)
Browse files Browse the repository at this point in the history
  • Loading branch information
datelier committed May 21, 2024
1 parent 1752537 commit 8a36249
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/api/filter-gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -1477,6 +1477,17 @@ service Filter {
| id | string | | the vector ID |
| distance | float | | the distance between result vector and request vector |

### Status Code

| code | desc. |
| :--: | :---------------- |
| 0 | OK |
| 1 | CANCELLED |
| 3 | INVALID_ARGUMENT |
| 4 | DEADLINE_EXCEEDED |
| 5 | NOT_FOUND |
| 13 | INTERNAL |

## MultiSearch RPC

MultiSearch RPC is the method to search objects with multiple objects in **1** request.
Expand Down

0 comments on commit 8a36249

Please sign in to comment.