Skip to content

Commit a3d100c

Browse files
committed
update redisvl pins
1 parent ed1a648 commit a3d100c

File tree

3 files changed

+4
-56
lines changed

3 files changed

+4
-56
lines changed

python-recipes/semantic-cache/02_semantic_cache_optimization.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
"metadata": {},
2727
"outputs": [],
2828
"source": [
29-
"# install from branch since scheduled for 0.5.0\n",
30-
"%pip install git+https://github.com/redis/[email protected]"
29+
"%pip install \"redisvl>=0.6.0\""
3130
]
3231
},
3332
{

python-recipes/semantic-router/00_semantic_routing.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
{
3131
"cell_type": "code",
32-
"execution_count": 1,
32+
"execution_count": null,
3333
"id": "c620286e",
3434
"metadata": {},
3535
"outputs": [
@@ -42,7 +42,7 @@
4242
}
4343
],
4444
"source": [
45-
"%pip install -q \"redisvl>=0.4.1\" sentence-transformers"
45+
"%pip install -q \"redisvl>=0.6.0\" sentence-transformers"
4646
]
4747
},
4848
{

python-recipes/semantic-router/01_routing_optimization.ipynb

Lines changed: 1 addition & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -44,58 +44,7 @@
4444
}
4545
],
4646
"source": [
47-
"%pip install -q sentence-transformers ranx"
48-
]
49-
},
50-
{
51-
"cell_type": "code",
52-
"execution_count": null,
53-
"id": "717284f0",
54-
"metadata": {},
55-
"outputs": [
56-
{
57-
"name": "stdout",
58-
"output_type": "stream",
59-
"text": [
60-
"Collecting git+https://github.com/redis/[email protected]\n",
61-
" Cloning https://github.com/redis/redis-vl-python.git (to revision 0.5.0) to /private/var/folders/_g/rr4lnxxx1_z7m78lz89dhvsm0000gp/T/pip-req-build-54zjmrpr\n",
62-
" Running command git clone --filter=blob:none --quiet https://github.com/redis/redis-vl-python.git /private/var/folders/_g/rr4lnxxx1_z7m78lz89dhvsm0000gp/T/pip-req-build-54zjmrpr\n",
63-
" Running command git checkout -b 0.5.0 --track origin/0.5.0\n",
64-
" Switched to a new branch '0.5.0'\n",
65-
" branch '0.5.0' set up to track 'origin/0.5.0'.\n",
66-
" Resolved https://github.com/redis/redis-vl-python.git to commit 3ca4c97baa9640d24feedd3bb3791cf95859367d\n",
67-
" Installing build dependencies ... \u001b[?25ldone\n",
68-
"\u001b[?25h Getting requirements to build wheel ... \u001b[?25ldone\n",
69-
"\u001b[?25h Preparing metadata (pyproject.toml) ... \u001b[?25ldone\n",
70-
"\u001b[?25hRequirement already satisfied: coloredlogs<16.0,>=15.0 in /Users/robert.shelton/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from redisvl==0.4.1) (15.0.1)\n",
71-
"Requirement already satisfied: ml-dtypes<0.5.0,>=0.4.0 in /Users/robert.shelton/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from redisvl==0.4.1) (0.4.1)\n",
72-
"Requirement already satisfied: numpy<2,>=1 in /Users/robert.shelton/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from redisvl==0.4.1) (1.26.4)\n",
73-
"Requirement already satisfied: pydantic<3,>=2 in /Users/robert.shelton/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from redisvl==0.4.1) (2.7.4)\n",
74-
"Requirement already satisfied: python-ulid<4.0.0,>=3.0.0 in /Users/robert.shelton/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from redisvl==0.4.1) (3.0.0)\n",
75-
"Requirement already satisfied: pyyaml<7.0,>=5.4 in /Users/robert.shelton/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from redisvl==0.4.1) (6.0.1)\n",
76-
"Requirement already satisfied: redis<6.0,>=5.0 in /Users/robert.shelton/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from redisvl==0.4.1) (5.0.5)\n",
77-
"Requirement already satisfied: tabulate<0.10.0,>=0.9.0 in /Users/robert.shelton/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from redisvl==0.4.1) (0.9.0)\n",
78-
"Requirement already satisfied: tenacity>=8.2.2 in /Users/robert.shelton/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from redisvl==0.4.1) (8.3.0)\n",
79-
"Requirement already satisfied: humanfriendly>=9.1 in /Users/robert.shelton/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from coloredlogs<16.0,>=15.0->redisvl==0.4.1) (10.0)\n",
80-
"Requirement already satisfied: annotated-types>=0.4.0 in /Users/robert.shelton/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pydantic<3,>=2->redisvl==0.4.1) (0.7.0)\n",
81-
"Requirement already satisfied: pydantic-core==2.18.4 in /Users/robert.shelton/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pydantic<3,>=2->redisvl==0.4.1) (2.18.4)\n",
82-
"Requirement already satisfied: typing-extensions>=4.6.1 in /Users/robert.shelton/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pydantic<3,>=2->redisvl==0.4.1) (4.12.2)\n",
83-
"Building wheels for collected packages: redisvl\n",
84-
" Building wheel for redisvl (pyproject.toml) ... \u001b[?25ldone\n",
85-
"\u001b[?25h Created wheel for redisvl: filename=redisvl-0.4.1-py3-none-any.whl size=113401 sha256=973e3b34a10bf10547873947798f4c37f681a87bd1f53c7cf938f2b4bccd71a6\n",
86-
" Stored in directory: /private/var/folders/_g/rr4lnxxx1_z7m78lz89dhvsm0000gp/T/pip-ephem-wheel-cache-wt36bttp/wheels/95/dc/1e/d8dc251e38989044675dae0b596a2dee10cbfdecac5c62ccdf\n",
87-
"Successfully built redisvl\n",
88-
"Installing collected packages: redisvl\n",
89-
"Successfully installed redisvl-0.4.1\n",
90-
"\n",
91-
"\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m A new release of pip is available: \u001b[0m\u001b[31;49m24.0\u001b[0m\u001b[39;49m -> \u001b[0m\u001b[32;49m25.0.1\u001b[0m\n",
92-
"\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m To update, run: \u001b[0m\u001b[32;49mpip install --upgrade pip\u001b[0m\n",
93-
"Note: you may need to restart the kernel to use updated packages.\n"
94-
]
95-
}
96-
],
97-
"source": [
98-
"%pip install git+https://github.com/redis/[email protected]"
47+
"%pip install -q sentence-transformers ranx \"redisvl>=0.6.0\""
9948
]
10049
},
10150
{

0 commit comments

Comments
 (0)