Skip to content

Commit

Permalink
isolating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Gotteiner committed Feb 21, 2024
1 parent fe97ce0 commit 5d60c6e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
python-dotenv
azure-search-documents==11.6.0b1
azure-identity
sentence-transformers
ipywidgets
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,21 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 5,
"metadata": {},
"outputs": [],
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"\n",
"[notice] A new release of pip is available: 23.2.1 -> 24.0\n",
"[notice] To update, run: python.exe -m pip install --upgrade pip\n"
]
}
],
"source": [
"! pip install -r requirements.txt --quiet"
"! pip install -r azure-search-vector-python-huggingface-model-sample-requirements.txt --quiet"
]
},
{
Expand All @@ -48,7 +58,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 6,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -76,7 +86,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 7,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -113,14 +123,14 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 8,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"huggingface-e5-index created\n"
"huggingface-test created\n"
]
}
],
Expand Down Expand Up @@ -199,7 +209,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 9,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -233,7 +243,7 @@
},
{
"cell_type": "code",
"execution_count": 18,
"execution_count": 10,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -284,7 +294,7 @@
},
{
"cell_type": "code",
"execution_count": 19,
"execution_count": 11,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -329,7 +339,7 @@
},
{
"cell_type": "code",
"execution_count": 20,
"execution_count": 12,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -376,7 +386,7 @@
},
{
"cell_type": "code",
"execution_count": 21,
"execution_count": 13,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -424,7 +434,7 @@
},
{
"cell_type": "code",
"execution_count": 22,
"execution_count": 14,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -470,7 +480,7 @@
},
{
"cell_type": "code",
"execution_count": 26,
"execution_count": 15,
"metadata": {},
"outputs": [
{
Expand Down

0 comments on commit 5d60c6e

Please sign in to comment.