-
Notifications
You must be signed in to change notification settings - Fork 218
Bugfix for follow-up query with a .png image #900
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
Bugfix for follow-up query with a .png image #900
Conversation
Signed-off-by: Melanie Buehler <[email protected]>
dmsuehir
left a comment
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.
LGTM, I tried it out with the GenAIExamples MultimodalQnA megaservice UI and it fixed the error that I was seeing earlier. Thanks!
ashahba
left a comment
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.
LGTM!
aice-support
left a comment
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.
the title mentions png, but understand that it is for mp4 video file. good to put some explanations for only mp4 files supported.
I added comments inline. The |
* MultimodalQnA bugfix for follow-up query with a .png image Signed-off-by: Melanie Buehler <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: Melanie Buehler <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Abolfazl Shahbazi <[email protected]>
Description
Fixes a bug in the
dataprep-multimodal-redismicroservice where non-zero time metadata was being stored for .png images. This was resulting in an exceptionValueError: invalid literal for int()being thrown and displayed in the MultimodalQnA UI during follow-up queries.Issues
Related to the Image_and_Audio_Support_in_MultimodalQnA RFC
Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
N/A
Tests
N/A