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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,8 +69,8 @@ Need quickstarts to begin your Redis AI journey?
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
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)|
72
-
| 🗜️ **HNSW to SVS-VAMANA Migration** - Showcase how to migrate HNSW indices to SVS-VAMANA and demonstrate 50-75% memory savings benefits |[](python-recipes/vector-search/06_hnsw_to_svs_vamana_migration.ipynb)|[](https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/vector-search/06_hnsw_to_svs_vamana_migration.ipynb)|
73
-
| 🗜️ **FLAT to SVS-VAMANA Migration** - Showcase how to migrate FLAT indices to SVS-VAMANA and demonstrate significant memory reduction benefits |[](python-recipes/vector-search/07_flat_to_svs_vamana_migration.ipynb)|[](https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/vector-search/07_flat_to_svs_vamana_migration.ipynb)|
72
+
| 🗜️ **HNSW to SVS-VAMANA Migration** - Showcase how to migrate HNSW indices to SVS-VAMANA |[](python-recipes/vector-search/06_hnsw_to_svs_vamana_migration.ipynb)|[](https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/vector-search/06_hnsw_to_svs_vamana_migration.ipynb)|
73
+
| 🗜️ **FLAT to SVS-VAMANA Migration** - Showcase how to migrate FLAT indices to SVS-VAMANA |[](python-recipes/vector-search/07_flat_to_svs_vamana_migration.ipynb)|[](https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/vector-search/07_flat_to_svs_vamana_migration.ipynb)|
0 commit comments