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 22, 2024
1 parent 2a9d973 commit 32e46aa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 117 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
python-dotenv
azure-search-documents==11.6.0b1
azure-identity
llama-index
llama-index-vector-stores-azureaisearch
llama-index-embeddings-azure-openai
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 4,
"metadata": {},
"outputs": [
{
Expand All @@ -45,7 +45,7 @@
}
],
"source": [
"! pip install -r requirements.txt --quiet"
"! pip install -r azure-search-vector-python-llamaindex-sample-requirements.txt --quiet"
]
},
{
Expand All @@ -57,7 +57,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 5,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -92,7 +92,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 6,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -124,7 +124,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 7,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -161,14 +161,14 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 8,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"The Northwind Health Plus plan includes access to a Chronic Condition Management Program, which provides personalized care and support from an interdisciplinary team of healthcare professionals. This program is not typically included in standard health plans. Additionally, the plan offers a variety of resources and programs to help members manage their chronic conditions, which may not be available in standard plans.\n"
"The Northwind Health Plus plan includes coverage for emergency services, mental health and substance abuse treatment, and out-of-network services, which are not included in the Northwind Standard plan.\n"
]
}
],
Expand Down
110 changes: 0 additions & 110 deletions demo-python/code/requirements.txt

This file was deleted.

0 comments on commit 32e46aa

Please sign in to comment.