feat: Knowledge QA support SQLite

This commit is contained in:
FangYin Cheng
2023-08-11 18:23:57 +08:00
parent 0859f36a89
commit 8cea0b9a9f
25 changed files with 318 additions and 55 deletions

View File

@@ -4,6 +4,6 @@ SCRIPT_LOCATION=$0
cd "$(dirname "$SCRIPT_LOCATION")"
WORK_DIR=$(pwd)
IMAGE_NAME="db-gpt-allinone"
IMAGE_NAME="eosphorosai/dbgpt-allinone"
docker build -f Dockerfile -t $IMAGE_NAME $WORK_DIR/../../