Skip to content

Commit b3cd090

Browse files
Update run_ingest_data.sh
Signed-off-by: Mahathi Vatsal <mahathi.vatsal.salopanthula@intel.com>
1 parent a581766 commit b3cd090

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AgentQnA/retrieval_tool/run_ingest_data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
FILEDIR=${WORKDIR}/GenAIExamples/AgentQnA/example_data/
55
FILENAME=test_docs_music.jsonl
66

7-
python3 index_data.py --filedir ${FILEDIR} --filename ${FILENAME} --host_ip $host_ip
87
python -m pip install requests tqdm
8+
python3 index_data.py --filedir ${FILEDIR} --filename ${FILENAME} --host_ip $host_ip

0 commit comments

Comments
 (0)