forked from opea-project/GenAIComps
-
Notifications
You must be signed in to change notification settings - Fork 0
Add image query support to the backend microservices #12
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
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
51651aa
Backend enhancements for image query capabilities for MultimodalQnA
dmsuehir f83e2e1
Fix model name var
dmsuehir 1a61cb5
Merge branch 'mmqna-phase2' of github.com:mhbuehler/GenAIComps into d…
dmsuehir 1f0dfcd
Remove space at end of prompt
dmsuehir 107680d
Merge branch 'mmqna-phase2' of github.com:mhbuehler/GenAIComps into d…
dmsuehir 5b51771
Add env var for the max number of images sent to the LVM
dmsuehir 242ee6f
README update for the MAX_IMAGES env var
dmsuehir 8b21819
Merge branch 'dina/image_query' of github.com:mhbuehler/GenAIComps in…
dmsuehir 5b41724
Remove prints
dmsuehir ae5437a
Audio query functionality to multimodal backend (#8)
okhleif-10 f4a7199
Merge branch 'mmqna-phase2' of github.com:mhbuehler/GenAIComps into d…
dmsuehir e1e5fde
Merge branch 'main' into mmqna-audio-query
mhbuehler 70c54e1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 6a71843
fixed role bug where i never was > 0
okhleif-10 411bfdf
Fix after merge
dmsuehir 615459b
removed whitespace
okhleif-10 1753473
Merge pull request #13 from mhbuehler/omar/role-debug
mhbuehler dcafe8d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] e32bef4
Fix call to get role labels
dmsuehir 63c08fe
Merge branch 'mmqna-audio-query' of github.com:mhbuehler/GenAIComps i…
dmsuehir db22c47
Gateway test updates images within the conversation
dmsuehir fa47959
Adds unit test coverage for audio query
mhbuehler 02efc8a
Update test to check the returned b64 types
dmsuehir d74bb32
Update test since we don't expect images from the assistant
dmsuehir 37826be
Port number fix
mhbuehler 40d34db
Formatting
mhbuehler 6f2a753
Merge pull request #14 from mhbuehler/melanie/add_test_coverage
mhbuehler a665c3c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 4a5c8ea
Merge branch 'main' into mmqna-audio-query
ashahba d9ab567
Fixed place where port number is set
mhbuehler 75b135f
Merge pull request #15 from mhbuehler/melanie/port_placement
mhbuehler 9a077c5
Remove old comment and added more accurate description
dmsuehir b21e575
add comment in code about MAX_IMAGES
dmsuehir a3abd8a
Add Gaudi support for image query
dmsuehir b8dbabf
Merge branch 'mmqna-audio-query' of github.com:mhbuehler/GenAIComps i…
dmsuehir c87504c
Merge branch 'mmqna-image-query' of github.com:mhbuehler/GenAIComps i…
dmsuehir 723f0c3
Fix to pass the retrieved image last
dmsuehir b1205f4
Revert out gateway and gateway test code, due to its move to GenAIExa…
dmsuehir bac117a
Fix retriever test for checking for b64_img_str in the result
dmsuehir File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
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.
In this line, is
1being set manually? Or is it a default?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.
This means that if
MAX_IMAGESis unset, it will default to 1