Skip to content

Commit 4a6a675

Browse files
ashahbachyundunovDatamonsters
authored andcommitted
Adding the two missing packages for ingest script (opea-project#1822)
Signed-off-by: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com> Signed-off-by: Chingis Yundunov <c.yundunov@datamonsters.com>
1 parent 7b0f89a commit 4a6a675

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

AgentQnA/retrieval_tool/run_ingest_data.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ port=6007
66
FILEDIR=${WORKDIR}/GenAIExamples/AgentQnA/example_data/
77
FILENAME=test_docs_music.jsonl
88

9+
# AgentQnA ingestion script requires following packages
10+
packages=("requests" "tqdm")
11+
912
# Check if packages are installed
1013
for package in "${packages[@]}"; do
1114
if pip freeze | grep -q "$package="; then

0 commit comments

Comments
 (0)