Test and documentation updates for image and audio data ingestion#56
Merged
Conversation
Signed-off-by: dmsuehir <dina.s.jones@intel.com>
Signed-off-by: dmsuehir <dina.s.jones@intel.com>
Signed-off-by: dmsuehir <dina.s.jones@intel.com>
…o dina/audio-captions
mhbuehler
reviewed
Feb 20, 2025
| export audio_fn="sample_audio.mp3" | ||
| export caption_fn="apple.txt" | ||
| export audio_fn="sample.mp3" | ||
| export caption_fn="sample.txt" |
Owner
There was a problem hiding this comment.
Are the naming conventions/requirements changing here, or is this just changing to improve consistency?
Collaborator
Author
There was a problem hiding this comment.
I can add a comment in the code, but these all need to have the same base name in order to use audio as a caption
Signed-off-by: dmsuehir <dina.s.jones@intel.com>
mhbuehler
approved these changes
Feb 20, 2025
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This PR has documentation and test updates for image and audio ingestion, which is being added in PR 25.
Issues
RFC: https://github.com/opea-project/docs/blob/main/community/rfcs/24-10-02-GenAIExamples-001-Image_and_Audio_Support_in_MultimodalQnA.md
Issue: opea-project#1549
Type of change
Test and documentation updates
Dependencies
None
Tests
Added tests for image + audio data prep ingestion.
Ran tests on CLX and Gaudi2 VM.