Skip to content

Commit 6d24c1c

Browse files
authored
Merge FaqGen into ChatQnA (#1654)
1. Delete FaqGen 2. Refactor FaqGen into ChatQnA, serve as a LLM selection. 3. Combine all ChatQnA related Dockerfile into one Signed-off-by: Xinyao Wang <[email protected]>
1 parent 5a50ae0 commit 6d24c1c

File tree

139 files changed

+2544
-4930
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+2544
-4930
lines changed

.github/workflows/manual-docker-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
type: string
1313
examples:
1414
default: ""
15-
description: 'List of examples to publish "AgentQnA,AudioQnA,ChatQnA,CodeGen,CodeTrans,DocIndexRetriever,DocSum,FaqGen,InstructionTuning,MultimodalQnA,ProductivitySuite,RerankFinetuning,SearchQnA,Translation,VideoQnA,VisualQnA"'
15+
description: 'List of examples to publish "AgentQnA,AudioQnA,ChatQnA,CodeGen,CodeTrans,DocIndexRetriever,DocSum,InstructionTuning,MultimodalQnA,ProductivitySuite,RerankFinetuning,SearchQnA,Translation,VideoQnA,VisualQnA"'
1616
required: false
1717
type: string
1818
images:

ChatQnA/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ ARG BASE_TAG=latest
55
FROM opea/comps-base:$BASE_TAG
66

77
COPY ./chatqna.py $HOME/chatqna.py
8+
COPY ./entrypoint.sh $HOME/entrypoint.sh
89

9-
ENTRYPOINT ["python", "chatqna.py"]
10+
ENTRYPOINT ["bash", "entrypoint.sh"]

ChatQnA/Dockerfile.guardrails

Lines changed: 0 additions & 9 deletions
This file was deleted.

ChatQnA/Dockerfile.without_rerank

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)