update agent example for the GenAIComps changes. (#1407)
Update build.yaml and compose_vllm.yaml because of refactoring of GenAIComps. Fix issue left by https://github.com/opea-project/GenAIExamples/pull/1353
This commit is contained in:
@@ -3,10 +3,10 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
worflowexec-agent:
|
worflowexec-agent:
|
||||||
image: ${REGISTRY:-opea}/agent-langchain:${TAG:-latest}
|
image: ${REGISTRY:-opea}/agent:${TAG:-latest}
|
||||||
container_name: workflowexec-agent-endpoint
|
container_name: workflowexec-agent-endpoint
|
||||||
volumes:
|
volumes:
|
||||||
- ${WORKDIR}/GenAIComps/comps/agent/langchain/:/home/user/comps/agent/langchain/
|
- ${WORKDIR}/GenAIComps/comps/agent/src/:/home/user/comps/agent/src/
|
||||||
- ${TOOLSET_PATH}:/home/user/tools/
|
- ${TOOLSET_PATH}:/home/user/tools/
|
||||||
ports:
|
ports:
|
||||||
- "9090:9090"
|
- "9090:9090"
|
||||||
|
|||||||
@@ -2,12 +2,12 @@
|
|||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
services:
|
services:
|
||||||
agent-langchain:
|
agent:
|
||||||
build:
|
build:
|
||||||
context: GenAIComps
|
context: GenAIComps
|
||||||
dockerfile: comps/agent/langchain/Dockerfile
|
dockerfile: comps/agent/src/Dockerfile
|
||||||
args:
|
args:
|
||||||
http_proxy: ${http_proxy}
|
http_proxy: ${http_proxy}
|
||||||
https_proxy: ${https_proxy}
|
https_proxy: ${https_proxy}
|
||||||
no_proxy: ${no_proxy}
|
no_proxy: ${no_proxy}
|
||||||
image: ${REGISTRY:-opea}/agent-langchain:${TAG:-latest}
|
image: ${REGISTRY:-opea}/agent:${TAG:-latest}
|
||||||
|
|||||||
Reference in New Issue
Block a user