Adding DBQnA example in GenAIExamples (#894)
Signed-off-by: supriya-krishnamurthi <supriya.krishnamurthi@intel.com> Signed-off-by: Yogesh <yogeshpandey@intel.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: lvliang-intel <liang1.lv@intel.com> Co-authored-by: Yogesh <yogeshpandey@intel.com> Co-authored-by: Hoong Tee, Yeoh <hoong.tee.yeoh@intel.com> Co-authored-by: Yogesh Pandey <yogesh.pandey@intel.com>
This commit is contained in:
committed by
GitHub
parent
088ab98f31
commit
c0643b71e8
23
DBQnA/docker_image_build/build.yaml
Normal file
23
DBQnA/docker_image_build/build.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright (C) 2024 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
services:
|
||||
texttosql-service:
|
||||
build:
|
||||
context: GenAIComps
|
||||
dockerfile: comps/texttosql/langchain/Dockerfile
|
||||
args:
|
||||
http_proxy: ${http_proxy}
|
||||
https_proxy: ${https_proxy}
|
||||
no_proxy: ${no_proxy}
|
||||
image: ${REGISTRY:-opea}/texttosql:${TAG:-latest}
|
||||
|
||||
dbqna-xeon-react-ui:
|
||||
build:
|
||||
context: GenAIExamples/DBQnA/ui/docker
|
||||
dockerfile: Dockerfile.react
|
||||
args:
|
||||
http_proxy: ${http_proxy}
|
||||
https_proxy: ${https_proxy}
|
||||
no_proxy: ${no_proxy}
|
||||
image: ${REGISTRY:-opea}/texttosql-react-ui:${TAG:-latest}
|
||||
Reference in New Issue
Block a user