You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,7 @@ Need quickstarts to begin your Redis AI journey?
68
68
| 🔄 **Hybrid Search** - Hybrid search techniques with Redis (BM25 + Vector) |[](python-recipes/vector-search/02_hybrid_search.ipynb)|[](https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/vector-search/02_hybrid_search.ipynb)|
69
69
| 🔢 **Data Type Support** - Shows how to convert a float32 index to float16 or integer dataypes |[](python-recipes/vector-search/03_dtype_support.ipynb)|[](https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/vector-search/03_dtype_support.ipynb)|
70
70
| 📊 **Benchmarking Basics** - Overview of search benchmarking basics with RedisVL and Python multiprocessing |[](python-recipes/vector-search/04_redisvl_benchmarking_basics.ipynb)|[](https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/vector-search/04_redisvl_benchmarking_basics.ipynb)|
71
+
| 📊 **Multi Vector Search** - Overview of multi vector queries with RedisVL |[](python-recipes/vector-search/05_multivector_search.ipynb)|[](https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/vector-search/05_multivector_search.ipynb)|
0 commit comments