-
Notifications
You must be signed in to change notification settings - Fork 309
Integrate docker images into compose yaml file to simplify the run instructions. fix ui ip issue and add web search tool support #1656
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
Conversation
Dependency Review✅ No vulnerabilities or license issues found.Scanned Files |
63809d1
to
f900025
Compare
7dd5026
to
add3b35
Compare
0dfd3b7
to
b7847b6
Compare
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.
reviewed with suggestions
updated READMEs. please review them |
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.
left 1 more comment on a file in the UI folder
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
The left CI issue is not related to this PR, so merge first. |
…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>
…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>
…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>
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 -d
also 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 -d
web 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