Skip to content

Commit

Permalink
Add hybrid search notebook (#35)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
rbs333 and tylerhutcherson authored Oct 24, 2024
1 parent bc10d2e commit 21297c4
Show file tree
Hide file tree
Showing 2 changed files with 1,237 additions and 4 deletions.
5 changes: 1 addition & 4 deletions python-recipes/vector-search/01_redisvl.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,6 @@
"metadata": {},
"outputs": [],
"source": [
"# from redis.commands.search.field import VectorField, TagField, NumericField, TextField\n",
"# from redis.commands.search.indexDefinition import IndexDefinition, IndexType\n",
"\n",
"from redisvl.schema import IndexSchema\n",
"from redisvl.index import SearchIndex\n",
"\n",
Expand Down Expand Up @@ -1070,7 +1067,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
Expand Down
Loading

0 comments on commit 21297c4

Please sign in to comment.