Integrate docker images into compose yaml file to simplify the run instructions. fix ui ip issue and add web search tool support#1656
Merged
chensuyue merged 7 commits intoopea-project:mainfrom Mar 21, 2025
Conversation
Dependency Review✅ No vulnerabilities or license issues found.Scanned Files |
63809d1 to
f900025
Compare
alexsin368
reviewed
Mar 14, 2025
alexsin368
reviewed
Mar 14, 2025
minmin-intel
requested changes
Mar 14, 2025
minmin-intel
requested changes
Mar 18, 2025
7dd5026 to
add3b35
Compare
0dfd3b7 to
b7847b6
Compare
alexsin368
reviewed
Mar 19, 2025
alexsin368
reviewed
Mar 19, 2025
alexsin368
reviewed
Mar 19, 2025
alexsin368
reviewed
Mar 19, 2025
alexsin368
reviewed
Mar 19, 2025
alexsin368
reviewed
Mar 19, 2025
alexsin368
requested changes
Mar 19, 2025
Collaborator
alexsin368
left a comment
There was a problem hiding this comment.
reviewed with suggestions
4 tasks
alexsin368
reviewed
Mar 20, 2025
alexsin368
approved these changes
Mar 20, 2025
Collaborator
alexsin368
left a comment
There was a problem hiding this comment.
left 1 more comment on a file in the UI folder
louie-tsai
commented
Mar 20, 2025
3252b77 to
c7fa1cb
Compare
8db2b23 to
ab3b940
Compare
Signed-off-by: Tsai, Louie <louie.tsai@intel.com>
Signed-off-by: Tsai, Louie <louie.tsai@intel.com>
add mock-api docker instance Signed-off-by: Tsai, Louie <louie.tsai@intel.com>
Signed-off-by: Tsai, Louie <louie.tsai@intel.com>
Signed-off-by: alexsin368 <alex.sin@intel.com> Signed-off-by: Tsai, Louie <louie.tsai@intel.com>
Signed-off-by: Tsai, Louie <louie.tsai@intel.com>
Signed-off-by: Tsai, Louie <louie.tsai@intel.com>
ab3b940 to
0ff1085
Compare
Collaborator
|
The left CI issue is not related to this PR, so merge first. |
8 tasks
chyundunovDatamonsters
pushed a commit
to chyundunovDatamonsters/OPEA-GenAIExamples
that referenced
this pull request
Apr 1, 2025
…structions. fix ui ip issue and add web search tool support (opea-project#1656) Integrate docker images into compose yaml file to simplify the run instructions. fix ui ip issue and add web search tool support Signed-off-by: Tsai, Louie <louie.tsai@intel.com> Co-authored-by: alexsin368 <alex.sin@intel.com>
chyundunovDatamonsters
pushed a commit
to chyundunovDatamonsters/OPEA-GenAIExamples
that referenced
this pull request
Apr 1, 2025
…structions. fix ui ip issue and add web search tool support (opea-project#1656) Integrate docker images into compose yaml file to simplify the run instructions. fix ui ip issue and add web search tool support Signed-off-by: Tsai, Louie <louie.tsai@intel.com> Co-authored-by: alexsin368 <alex.sin@intel.com> Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
chyundunovDatamonsters
pushed a commit
to chyundunovDatamonsters/OPEA-GenAIExamples
that referenced
this pull request
May 16, 2025
…structions. fix ui ip issue and add web search tool support (opea-project#1656) Integrate docker images into compose yaml file to simplify the run instructions. fix ui ip issue and add web search tool support Signed-off-by: Tsai, Louie <louie.tsai@intel.com> Co-authored-by: alexsin368 <alex.sin@intel.com> Signed-off-by: Chingis Yundunov <c.yundunov@datamonsters.com>
cogniware-devops
pushed a commit
to Cogniware-Inc/GenAIExamples
that referenced
this pull request
Dec 19, 2025
…structions. fix ui ip issue and add web search tool support (opea-project#1656) Integrate docker images into compose yaml file to simplify the run instructions. fix ui ip issue and add web search tool support Signed-off-by: Tsai, Louie <louie.tsai@intel.com> Co-authored-by: alexsin368 <alex.sin@intel.com> Signed-off-by: cogniware-devops <ambarish.desai@cogniware.ai>
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
Integrate docker images into compose yaml file to simplify the run instructions
hope to bring up AgentQnA with less commands with retriever
docker compose -f $WORKDIR/GenAIExamples/DocIndexRetriever/docker_compose/intel/cpu/xeon/compose.yaml -f compose.yaml up -dalso fixed the ui ip issue and add a web search tool support .
docker compose -f $WORKDIR/GenAIExamples/DocIndexRetriever/docker_compose/intel/cpu/xeon/compose.yaml -f compose.yaml -f compose.webtool.yaml up -dweb search on UI
Issues
n/a.Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
NA
Tests
ITAC Gaudi2