-
Notifications
You must be signed in to change notification settings - Fork 62
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
✨ Helm Chart for VideoQnA Application #497
Open
krish918
wants to merge
33
commits into
opea-project:main
Choose a base branch
from
krish918:helm/videoqna
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
131861f
Optimize path and link validity check. (#462)
ZePan110 7cd488a
🚨 linter and pre-commit check fixes
krish918 1f121e9
✅ Added helm tests for all services | linting fixes
krish918 418edb7
✏ typo fix
krish918 24b4e3f
🛂 running vdms as root to fix errors
krish918 880e406
✅ updated tests for vdms-vector-db | typo fix
krish918 0110b85
⚡Updated and fixed several tests, values during integration
krish918 56afc63
🔥 removed hardcoded extraArgs for some comps
krish918 1a5f762
🔥 removed hardcoded extraArgs for some comps
krish918 5fbfe85
Merge branch 'main' into helm/videoqna
krish918 3bb015d
🩹 fixes for request going to nginx instead of videoqna
krish918 a29691b
🔨 passed nginx proxy endpoints to UI using templates
krish918 e8f58bb
🔨 passed nginx proxy endpoints to UI using templates
krish918 a8cbdbf
💚 added symbolic links to values files for CI
krish918 63bf7f6
💚 added symbolic links to values files for CI
krish918 cf4360f
📝 Added readme files for videoqna charts and subcharts
krish918 2d02cf9
💚 Added missing symbolic links for some values files
krish918 d03a52f
Merge branch 'main' into helm/videoqna
krish918 1e5eea1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 6e832ea
💚 added variant prefix to all videoqna values file
krish918 fc17e30
💚 Added several CI fixes
krish918 5ee3dc0
updated videoqna-ui vars and configmap
krish918 ea180a5
Merge branch 'main' into helm/videoqna
krish918 ef695c8
🩹 Fixes in reranking values for enabling data-prep
krish918 7be67a1
🩹 fixes in chart.yaml | updates in UI configmap
krish918 3cf4f29
updated videoqna-ui values filename
krish918 0e37189
Merge branch 'main' into helm/videoqna
krish918 d13bdcb
🔥 Updates based on lvm-uservice from visualqna
krish918 c932c31
Merge branch 'main' into helm/videoqna
krish918 a993f1a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 773922e
🩹 fix videoqna new dependency values for lvm-uservice
krish918 4bd8b04
lvm-serving rename | replaced cachedir with modeldir
krish918 91f96ec
reverted to INDEX_NAME key
krish918 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
Merge branch 'main' into helm/videoqna
- Loading branch information
commit c932c31eb30b6ec64ee6edf9dab637e48e47f637
There are no files selected for viewing
This file contains 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ | |
|
||
# Default values for lvm-uservice. | ||
|
||
lvm-serving: | ||
tgi: | ||
enabled: true |
This file contains 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 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 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 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 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
You are viewing a condensed version of this merge commit. You can view the full changes here.
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.
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 is fixed now. This also came in from VisualQnA PR merge.