Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading