-
Notifications
You must be signed in to change notification settings - Fork 462
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
Feature - compute doc vectors on the fly #1984
Conversation
� Conflicts: � src/main/java/io/anserini/rerank/lib/Rm3Reranker.java � src/main/java/io/anserini/rerank/lib/RocchioReranker.java
hi @AileenLin - if you merge in main trunk, the scores should be updated and match? Also, can you compare speed with |
@@ -109,14 +111,14 @@ | |||
private final long seed; | |||
private final String originalIndexPath; | |||
private final String externalIndexPath; // Axiomatic reranking can opt to use | |||
// external sources for searching the expansion |
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.
Can you undo these edits? I don't think they're supposed to be part of the PR?
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.
It seems like you ran a linter... which is fine. We can fix these minor issues... but the comments alignment should be reverted.
Codecov ReportBase: 58.51% // Head: 58.83% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #1984 +/- ##
============================================
+ Coverage 58.51% 58.83% +0.32%
- Complexity 1092 1129 +37
============================================
Files 187 187
Lines 10217 10780 +563
Branches 1413 1479 +66
============================================
+ Hits 5978 6342 +364
- Misses 3760 3948 +188
- Partials 479 490 +11
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
…i#1984) This means that we can perform pseudo-relevance feedback on an index that does not have docvectors stored.
[RESOLVED]result consistent with stored vector version
todo: stored vector results need to be update: