-
Notifications
You must be signed in to change notification settings - Fork 25.3k
Implement support for weighted rrf #130658
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
Open
mridula-s109
wants to merge
45
commits into
elastic:main
Choose a base branch
from
mridula-s109:SEARCH-1026-implement-support-for-weighted-rrf
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+643
−69
Open
Changes from 32 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
8be20f0
RRFRetrieverComponent added:
mridula-s109 a8f6487
Modified parser, toXcontent and included component in the RetrieverBu…
mridula-s109 e07c38d
[CI] Auto commit changes from spotless
33d3da4
Resolved merge conflicts
mridula-s109 5fb5568
Merge branch 'main' into SEARCH-1026-implement-support-for-weighted-rrf
mridula-s109 3ba149c
Fixed compile issues in tests
mridula-s109 d5749f6
[CI] Auto commit changes from spotless
7614936
trying to resolve parse errros
mridula-s109 a5d9e34
wip
ioanatia 0640099
Modified builder
mridula-s109 cec23c2
[CI] Auto commit changes from spotless
6da9e15
Removed unnecessary code
mridula-s109 51b350e
Fixed import
mridula-s109 4050a3a
Merge branch 'main' into SEARCH-1026-implement-support-for-weighted-rrf
mridula-s109 ea664eb
Enhanced tests
mridula-s109 98e72be
Fixed the failing tests
mridula-s109 7de8c7a
Merge branch 'main' into SEARCH-1026-implement-support-for-weighted-rrf
mridula-s109 c778dd2
Yaml tests were added
mridula-s109 c7b331d
Added cluster features to it
mridula-s109 f543cbe
Fixed spotless
mridula-s109 75ab8d0
Merge branch 'main' into SEARCH-1026-implement-support-for-weighted-rrf
mridula-s109 f5086c1
Update docs/changelog/130658.yaml
mridula-s109 fafb50f
Fixed the relaxed constraints
mridula-s109 e535864
Resolving issues
mridula-s109 78f8641
Resolved PR comments
mridula-s109 02647b1
removed simplified rrf
mridula-s109 2010f3a
changed the test file back to its original state
mridula-s109 7433023
Resolved comments to have ahelper method and the test case to use it
mridula-s109 a2bf4de
made parsing robust
mridula-s109 eebf577
Merge branch 'main' into SEARCH-1026-implement-support-for-weighted-rrf
mridula-s109 0388abd
Merge branch 'main' into SEARCH-1026-implement-support-for-weighted-rrf
mridula-s109 74ed8db
IT test reverted
mridula-s109 6d7e8ff
Replaced the declareString array parser
mridula-s109 f1e14ce
Enforced weights as nonnull
mridula-s109 fd30387
Fixed the weights null
mridula-s109 3a82a28
Empty weight shouldnt be serialised
mridula-s109 77c14d3
[CI] Auto commit changes from spotless
45ca068
Merge branch 'main' into SEARCH-1026-implement-support-for-weighted-rrf
mridula-s109 2e121b0
removed the hard coding
mridula-s109 d66f5a6
Cleanup and optimised the code flow
mridula-s109 532e7df
Fixed the comments
mridula-s109 184330c
[CI] Auto commit changes from spotless
c43a075
optimised test
mridula-s109 e5f8079
Added additional test
mridula-s109 65cc528
Merge branch 'main' into SEARCH-1026-implement-support-for-weighted-rrf
mridula-s109 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 130658 | ||
summary: Implement support for weighted rrf | ||
area: Relevance | ||
type: enhancement | ||
issues: [] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.