Skip to content

Commit d64d9f7

Browse files
committed
Oops added a space I shouldn't have
1 parent 3ce3521 commit d64d9f7

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

python-recipes/vector-search/02_hybrid_search.ipynb

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,24 @@
3030
"source": "### Install Packages"
3131
},
3232
{
33-
"metadata": {},
33+
"metadata": {
34+
"ExecuteTime": {
35+
"end_time": "2025-12-19T08:03:51.826314Z",
36+
"start_time": "2025-12-19T08:03:51.784443Z"
37+
}
38+
},
3439
"cell_type": "code",
35-
"outputs": [],
36-
"execution_count": null,
37-
"source": "% pip install \"redisvl>=0.13.0\" nltk pandas sentence-transformers"
40+
"source": "%pip install \"redisvl>=0.13.0\" nltk pandas sentence-transformers",
41+
"outputs": [
42+
{
43+
"name": "stderr",
44+
"output_type": "stream",
45+
"text": [
46+
"UsageError: Line magic function `%` not found.\n"
47+
]
48+
}
49+
],
50+
"execution_count": 20
3851
},
3952
{
4053
"metadata": {},

0 commit comments

Comments
 (0)