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

remove embedding_model from kwargs for passage filter module #1043

Merged
merged 6 commits into from
Dec 12, 2024

Conversation

rjwharry
Copy link
Contributor

@rjwharry rjwharry commented Dec 8, 2024

close #1042

Unable to shallow copy the kwargs with destruction.
So I delete embedding_model key from kwargs for passage filter module.
If you have more elegant way, please let me know

@vkehfdl1 vkehfdl1 self-requested a review December 12, 2024 05:14
@vkehfdl1
Copy link
Contributor

@rjwharry Thank you for the PR and letting us know the error!
I tested and fixed the error using pop_params
Thank you very much :)

Copy link
Contributor

@vkehfdl1 vkehfdl1 left a comment

Choose a reason for hiding this comment

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

LGTM

@vkehfdl1 vkehfdl1 enabled auto-merge (squash) December 12, 2024 05:15
@vkehfdl1 vkehfdl1 merged commit 94f51d7 into Marker-Inc-Korea:main Dec 12, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Unexpected keyword argument 'embedding_model' for passage filter module
3 participants