Skip to content

Commit

Permalink
style: format code with Gofumpt and Prettier
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in fa4ba75 according to the output
from Gofumpt and Prettier.

Details: #2742
  • Loading branch information
deepsource-autofix[bot] authored Nov 27, 2024
1 parent fa4ba75 commit 0b05cbd
Show file tree
Hide file tree
Showing 9 changed files with 1,437 additions and 1,521 deletions.
782 changes: 386 additions & 396 deletions apis/docs/v1/filter.md

Large diffs are not rendered by default.

16 changes: 7 additions & 9 deletions apis/docs/v1/flush.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ Flush RPC is the method to remove all vectors.
}

```
- Flush.Request
empty
### Output
- the scheme of `payload.v1.Info.Index.Count`
Expand All @@ -45,15 +45,14 @@ Flush RPC is the method to remove all vectors.
```


- Info.Index.Count

| field | type | label | description |
| :---: | :--- | :---- | :---------- |
| stored | uint32 | | The stored index count. |
| uncommitted | uint32 | | The uncommitted index count. |
| indexing | bool | | The indexing index count. |
| saving | bool | | The saving index count. |
| field | type | label | description |
| :---------: | :----- | :---- | :--------------------------- |
| stored | uint32 | | The stored index count. |
| uncommitted | uint32 | | The uncommitted index count. |
| indexing | bool | | The indexing index count. |
| saving | bool | | The saving index count. |

### Status Code

Expand All @@ -67,4 +66,3 @@ Flush RPC is the method to remove all vectors.
| 13 | INTERNAL |

Please refer to [Response Status Code](../status.md) for more details.

Loading

0 comments on commit 0b05cbd

Please sign in to comment.