-
Notifications
You must be signed in to change notification settings - Fork 0
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
Image ingestion improvements #2
Image ingestion improvements #2
Conversation
Signed-off-by: Melanie Buehler <[email protected]>
Signed-off-by: Melanie Buehler <[email protected]>
Signed-off-by: Melanie Buehler <[email protected]>
Signed-off-by: Melanie Buehler <[email protected]>
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, the only changes that I would be unsure of are the proxy changes in the test file, because it looks like the tests are run with GHA (for example here), and the docker builds and tests seem to be successful, so it's hard to know if the proxy changes would break anything from GHA runs.
exit 1 | ||
else | ||
echo "[ $SERVICE_NAME ] Content is as expected." | ||
fi |
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.
Sorry, one comment that I have after reviewing Omar's PR - in the test for get_videos
(which he's renaming to get_files
) it's currently checking RESPONSE_BODY
for the video name, but can you add to make it also check for the image name?
Signed-off-by: Melanie Buehler <[email protected]>
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, thanks
Signed-off-by: Melanie Buehler <[email protected]>
…hbuehler/GenAIComps into melanie/combined_image_video_ingestion
Description
Improves previous image ingestion implementation by reusing the existing
/generate_captions
endpoint instead of creating a new one, reducing code. I also updated READMEs and tests in both repos. Goes with this PR in GenAIExamples.Issues
RFC
Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
No new dependencies
Tests