Add chatqna wrapper for multiple model selection (#1144)

Signed-off-by: lvliang-intel <liang1.lv@intel.com>
Co-authored-by: Ying Hu <ying.hu@intel.com>
Co-authored-by: chen, suyue <suyue.chen@intel.com>
This commit is contained in:
Liang Lv
2024-11-18 10:48:09 +08:00
committed by GitHub
parent b1bb6db52d
commit fb514bb8ba
6 changed files with 262 additions and 53 deletions

View File

@@ -11,6 +11,12 @@ services:
context: ../
dockerfile: ./Dockerfile
image: ${REGISTRY:-opea}/chatqna:${TAG:-latest}
chatqna-wrapper:
build:
context: ../
dockerfile: ./Dockerfile.wrapper
extends: chatqna
image: ${REGISTRY:-opea}/chatqna-wrapper:${TAG:-latest}
chatqna-guardrails:
build:
context: ../