Skip to content

Commit

Permalink
Add tqdm as explicit dep and rename app
Browse files Browse the repository at this point in the history
  • Loading branch information
jobergum committed Oct 1, 2024
1 parent 0539762 commit 951b4f3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
},
"outputs": [],
"source": [
"%pip install colpali-engine==0.3.1 pdf2image pypdf pyvespa vespacli requests numpy"
"%pip install colpali-engine==0.3.1 pdf2image pypdf pyvespa vespacli requests numpy tqdm"
]
},
{
Expand Down Expand Up @@ -715,7 +715,7 @@
"source": [
"from vespa.package import ApplicationPackage\n",
"\n",
"vespa_app_name = \"visionrag5\"\n",
"vespa_app_name = \"visionrag6\"\n",
"vespa_application_package = ApplicationPackage(\n",
" name=vespa_app_name, schema=[colpali_schema]\n",
")"
Expand Down

0 comments on commit 951b4f3

Please sign in to comment.