-
Notifications
You must be signed in to change notification settings - Fork 77
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
Add index correction document #2217
Conversation
[CHATOPS:HELP] ChatOps commands.
|
Deploying with Cloudflare Pages
|
Co-authored-by: Hiroto Funakoshi <[email protected]>
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!
docs/user-guides/index-correction.md
Outdated
## Important Notes | ||
|
||
- Processing time | ||
Under conditions of 10 million vectors and agent replica \*10, it takes about 10~20 minutes. The process is O(MN) where M is the number of vector items and N is the number of agent replicas. |
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.
I think O(MN) is worst case.
It would be better to describe about Index Replica.
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
* Add index correction document * style: format code with Gofumpt and Prettier This commit fixes the style issues introduced in ffe071a according to the output from Gofumpt and Prettier. Details: #2217 * Update docs/user-guides/index-correction.md Co-authored-by: Hiroto Funakoshi <[email protected]> * Update notes on processing time --------- Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> Co-authored-by: Hiroto Funakoshi <[email protected]>
Description:
SSIA
Related Issue:
Versions:
Checklist:
Special notes for your reviewer: