Skip to content

Commit 35b8fd5

Browse files
Add float16 conversion recipe (#52)
* float16 recipe * add boiler plate and update readme --------- Co-authored-by: Tyler Hutcherson <[email protected]>
1 parent 766be36 commit 35b8fd5

File tree

2 files changed

+684
-1
lines changed

2 files changed

+684
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ Need quickstarts to begin your Redis AI journey? **Start here.**
4545
| [/redis-intro/00_redis_intro.ipynb](/python-recipes/redis-intro/00_redis_intro.ipynb) | The place to start if brand new to Redis |
4646
| [/vector-search/00_redispy.ipynb](/python-recipes/vector-search/00_redispy.ipynb) | Vector search with Redis python client |
4747
| [/vector-search/01_redisvl.ipynb](/python-recipes/vector-search/01_redisvl.ipynb) | Vector search with Redis Vector Library |
48-
| [/vector-search/02_hybrid_search.ipynb](/python-recipes/vector-search/02_hybrid_search.ipynb) | Hybrid search techniques with Redis (BM25 + Vector)
48+
| [/vector-search/02_hybrid_search.ipynb](/python-recipes/vector-search/02_hybrid_search.ipynb) | Hybrid search techniques with Redis (BM25 + Vector) |
49+
| [/vector-search/03_float16_support.ipynb](/python-recipes/vector-search/03_float16_support.ipynb) | Shows how to convert a float32 index to use float16 |
4950

5051

5152
### Retrieval Augmented Generation (RAG)

0 commit comments

Comments
 (0)