-
Notifications
You must be signed in to change notification settings - Fork 233
refactor: do not recompute every time num_docs #1729
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
Conversation
Signed-off-by: Joan Fontanals Martinez <[email protected]>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1729 +/- ##
==========================================
+ Coverage 83.21% 84.48% +1.27%
==========================================
Files 134 134
Lines 8793 8793
==========================================
+ Hits 7317 7429 +112
+ Misses 1476 1364 -112
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Signed-off-by: jupyterjazz <[email protected]>
…num-docs Signed-off-by: Joan Fontanals Martinez <[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.
value of k
should not be more than number of vectors, otherwise lgtm
📝 Docs are deployed on https://ft-fix-num-docs--jina-docs.netlify.app 🎉 |
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 wasn't aware of this issue. Let's add 1-2 sentences in the code to explain why we're doing this
No description provided.