We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce3521 commit d64d9f7Copy full SHA for d64d9f7
python-recipes/vector-search/02_hybrid_search.ipynb
@@ -30,11 +30,24 @@
30
"source": "### Install Packages"
31
},
32
{
33
- "metadata": {},
+ "metadata": {
34
+ "ExecuteTime": {
35
+ "end_time": "2025-12-19T08:03:51.826314Z",
36
+ "start_time": "2025-12-19T08:03:51.784443Z"
37
+ }
38
+ },
39
"cell_type": "code",
- "outputs": [],
- "execution_count": null,
- "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
51
52
53
"metadata": {},
0 commit comments