-
Notifications
You must be signed in to change notification settings - Fork 78
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
fix typo #2503
Conversation
WalkthroughWalkthroughThe recent updates involve modifying the section headings in the API documentation files. Specifically, the heading levels for input sections and RPC methods were adjusted to ensure consistency and clarity. This includes changing a heading from Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
[CHATOPS:HELP] ChatOps commands.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Outside diff range and nitpick comments (3)
docs/api/remove.md (3)
Line range hint
245-245
: Consider rephrasing to avoid repetition and enhance readability.- It's the recommended method to remove a large number of vectors. + It's the preferred method for removing numerous vectors.
Line range hint
446-446
: Consider rephrasing to avoid repetition and enhance readability.- The list of `Object.Location`. + The collection of `Object.Location` instances.
Line range hint
205-205
: Consider rephrasing to avoid repetition and enhance readability.- The list of `Object.Location`. + The collection of `Object.Location` instances.
Review Details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (2)
- docs/api/remove.md (1 hunks)
- docs/api/search.md (2 hunks)
Files skipped from review due to trivial changes (1)
- docs/api/search.md
Additional Context Used
LanguageTool (3)
docs/api/remove.md (3)
Near line 205: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...d(Array[Object.Location]) | The list ofObject.Location
. | - Object.Location | field |...
Near line 245: Specify a number, remove phrase, or simply use “many” or “numerous”
Context: .... It's the recommended method to remove a large number of vectors. ### Input - the scheme of `p...
Near line 446: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...d(Array[Object.Location]) | The list ofObject.Location
. | - Object.Location | field |...
Additional comments not posted (2)
docs/api/remove.md (2)
Line range hint
14-19
: LGTM! The description of the Remove RPC method is clear and well-structured.
372-372
: LGTM! The description of the RemoveByTimestamp RPC method is clear and well-structured.
* fix links (#2500) Signed-off-by: Kosuke Morimoto <ksk@vdaas.org> * fix indent and link (#2501) Signed-off-by: Kosuke Morimoto <ksk@vdaas.org> * fix link (#2502) Signed-off-by: Kosuke Morimoto <ksk@vdaas.org> * fix typo (#2503) * fix typo (#2504) * change fixed version to replace string (#2506) * change fixed version to replace string Signed-off-by: Kosuke Morimoto <ksk@vdaas.org> * Update docs/overview/component/agent.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Kosuke Morimoto <kou.morimoto@gmail.com> --------- Signed-off-by: Kosuke Morimoto <ksk@vdaas.org> Signed-off-by: Kosuke Morimoto <kou.morimoto@gmail.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Signed-off-by: Kosuke Morimoto <ksk@vdaas.org> Signed-off-by: Kosuke Morimoto <kou.morimoto@gmail.com> Co-authored-by: Kosuke Morimoto <ksk@vdaas.org> Co-authored-by: datelier <57349093+datelier@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Description
SSIA
Related Issue
Versions
Checklist
Special notes for your reviewer
Summary by CodeRabbit
## Input
to### Input
inremove.md
.### MultiSearchByID RPC
to## MultiSearchByID RPC
insearch.md
.### MultiLinearSearchByID RPC
to## MultiLinearSearchByID RPC
insearch.md
.