Skip to content
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

feat!: Remove unused query parameter from MetaFieldRanker #6300

Merged
merged 2 commits into from
Nov 14, 2023

Conversation

awinml
Copy link
Contributor

@awinml awinml commented Nov 14, 2023

Related Issues

Proposed Changes:

Removes the query parameter from the run method of MetaFieldRanker.

How did you test it?

Updated existing Unit and Integration tests.

Checklist

@awinml awinml requested a review from a team as a code owner November 14, 2023 09:03
@awinml awinml requested review from julian-risch and removed request for a team November 14, 2023 09:03
@github-actions github-actions bot added topic:tests 2.x Related to Haystack v2.0 type:documentation Improvements on the docs labels Nov 14, 2023
Copy link
Member

@julian-risch julian-risch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@awinml Great pull request! 👍 I have no change requests. Thank you for adding the release note. I will just change the PR title to make more visible that this is actually a breaking change. Users who are using ranker.run(query="", documents=docs)will need to update their code after this PR, which was expected.

@julian-risch julian-risch changed the title refactor: Remove unused query parameter from MetaFieldRanker feat!: Remove unused query parameter from MetaFieldRanker Nov 14, 2023
@julian-risch julian-risch merged commit 4e4d5eb into deepset-ai:main Nov 14, 2023
23 checks passed
@awinml awinml deleted the remove_unused_query_param branch November 29, 2023 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.x Related to Haystack v2.0 breaking change topic:tests type:documentation Improvements on the docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove unused query parameter from MetaFieldRanker 2.0
2 participants