We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71fe886 commit a7ef833Copy full SHA for a7ef833
AgentQnA/retrieval_tool/run_ingest_data.sh
@@ -6,6 +6,9 @@ port=6007
6
FILEDIR=${WORKDIR}/GenAIExamples/AgentQnA/example_data/
7
FILENAME=test_docs_music.jsonl
8
9
+# AgentQnA ingestion script requires following packages
10
+packages=("requests" "tqdm")
11
+
12
# Check if packages are installed
13
for package in "${packages[@]}"; do
14
if pip freeze | grep -q "$package="; then
0 commit comments