Refactor Retrievers related Examples (#1387)
Delete redundant retrievers docker image in docker_images_list.md. Refactor Retrievers related Examples READMEs. Change all of the comps/retrievers/xxx/xxx/Dockerfile path into comps/retrievers/src/Dockerfile. Fix the Examples CI issues of PR opea-project/GenAIComps#1138. Signed-off-by: letonghan <letong.han@intel.com>
This commit is contained in:
@@ -41,7 +41,7 @@ services:
|
||||
- /home/$USER/.cache/huggingface/hub:/home/user/.cache/huggingface/hub
|
||||
restart: unless-stopped
|
||||
retriever:
|
||||
image: ${REGISTRY:-opea}/retriever-vdms:${TAG:-latest}
|
||||
image: ${REGISTRY:-opea}/retriever:${TAG:-latest}
|
||||
container_name: retriever-vdms-server
|
||||
depends_on:
|
||||
- vdms-vector-db
|
||||
@@ -52,10 +52,12 @@ services:
|
||||
no_proxy: ${no_proxy}
|
||||
http_proxy: ${http_proxy}
|
||||
https_proxy: ${https_proxy}
|
||||
INDEX_NAME: ${INDEX_NAME}
|
||||
VDMS_INDEX_NAME: ${INDEX_NAME}
|
||||
VDMS_HOST: ${VDMS_HOST}
|
||||
VDMS_PORT: ${VDMS_PORT}
|
||||
USECLIP: ${USECLIP}
|
||||
VDMS_USE_CLIP: ${USECLIP}
|
||||
LOGFLAG: ${LOGFLAG}
|
||||
RETRIEVER_COMPONENT_NAME: "OPEA_RETRIEVER_VDMS"
|
||||
entrypoint: sh -c 'sleep 30 && python retriever_vdms.py'
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user