-
Notifications
You must be signed in to change notification settings - Fork 58
[ChatQnA Core] Ollama Integration #890
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
Open
hteeyeoh
wants to merge
37
commits into
open-edge-platform:main
Choose a base branch
from
hteeyeoh:ollama
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 34 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
03bbea3
Fix: Permission issue for EMT helm
14pankaj 1628cb2
update: changed to opt
14pankaj 033e15f
[ChatQnA-Core] Ollama integration
hteeyeoh 3e69d76
[ChatQnA-Core] Helm Chart for Ollama integration
hteeyeoh 60dfe07
Merge branch 'open-edge-platform:main' into ollama
hteeyeoh 5be48af
[ChatQnA-Core] Unit test for both openvino and ollama
hteeyeoh 73b429e
[ChatQnA-Core]: Update documentation
hteeyeoh 30ab643
[ChatQnA-Core] Update ollama model endpoint
hteeyeoh 1cdbbfe
[ChatQnA-Core] Update ollama to latest version
hteeyeoh 7c5b689
[ChatQnA Core] Include trust-remote-code flag during conversion
hteeyeoh abd3e02
fix: ITEP-71084 updated nginx image for sample apps
14pankaj af7b358
Update: nginx alipne image for stability
14pankaj 74ac839
[chatqna-core] Update dependencies packages
hteeyeoh 9787324
[chatqna-core-ui] Update dependencies and fix unittest
hteeyeoh fd4da5b
[chatqna-core-ui] Update UI image tag
hteeyeoh 7b83a7c
Merge branch 'open-edge-platform:main' into ollama
hteeyeoh bd36f39
host path to OPT folder
14pankaj acf48ed
Feat: Upgraded OVMS and deployment step changes
14pankaj 88abdf8
fix:updated folder names
14pankaj de68af6
fea: Debian nginx images for sample apps
14pankaj e497e02
Merge branch 'open-edge-platform:main' into ollama
hteeyeoh d8abf0c
[chatqna-ui] Bump NGINX version to 1.29.1
hteeyeoh 63646b9
feat: nginx Image update
14pankaj 7a2edd1
fix: minor updates
14pankaj 3780832
fix: Updated helm with ovms image & script updates.
14pankaj d79d059
minor updates
14pankaj ddc0f0f
Merge branch 'ollama' into PenTestFxies
hteeyeoh 59aed07
Merge pull request #3 from 14pankaj/PenTestFxies
hteeyeoh 13c6016
Merge branch 'open-edge-platform:main' into ollama
hteeyeoh 23992cc
[chatqna-core] Rename config variable name and create validator class
hteeyeoh aa83c9b
updated ovms to latest 2025.3
14pankaj 2ff26e5
Merge remote-tracking branch 'origin/main' into ollama
hteeyeoh 4c5ffca
Merge branch 'main' into ollama
hteeyeoh 9011358
[chatqna-core]: Update helm deployment md
hteeyeoh 3efa9b0
Merge branch 'main' into ollama
hteeyeoh a829c59
Merge branch 'open-edge-platform:main' into ollama
hteeyeoh fb7ed12
Merge branch 'main' into ollama
hteeyeoh 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ coverage | |
*.lock | ||
!poetry.lock | ||
.vscode | ||
nginx_config/*.conf |
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.
Do we have any empirical number on the quality of retrieval with threshold vs. top-k strategy?
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.
both are finds and now i try to align with what modular does to keep the design same.