Skip to content

Commit 21297c4

Browse files
Add hybrid search notebook (#35)
* init * update hybrid search notebook * fix colab link * extend hybrid search examples * another pass through * update with redispy release * slight tweak on aggregations * fix >= --------- Co-authored-by: Tyler Hutcherson <[email protected]>
1 parent bc10d2e commit 21297c4

File tree

2 files changed

+1237
-4
lines changed

2 files changed

+1237
-4
lines changed

python-recipes/vector-search/01_redisvl.ipynb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,6 @@
252252
"metadata": {},
253253
"outputs": [],
254254
"source": [
255-
"# from redis.commands.search.field import VectorField, TagField, NumericField, TextField\n",
256-
"# from redis.commands.search.indexDefinition import IndexDefinition, IndexType\n",
257-
"\n",
258255
"from redisvl.schema import IndexSchema\n",
259256
"from redisvl.index import SearchIndex\n",
260257
"\n",
@@ -1070,7 +1067,7 @@
10701067
],
10711068
"metadata": {
10721069
"kernelspec": {
1073-
"display_name": "Python 3 (ipykernel)",
1070+
"display_name": "Python 3",
10741071
"language": "python",
10751072
"name": "python3"
10761073
},

0 commit comments

Comments
 (0)