Skip to content

Commit

Permalink
Add float16 conversion recipe (#52)
Browse files Browse the repository at this point in the history
* float16 recipe
* add boiler plate and update readme

---------

Co-authored-by: Tyler Hutcherson <[email protected]>
  • Loading branch information
rbs333 and tylerhutcherson authored Dec 19, 2024
1 parent 766be36 commit 35b8fd5
Show file tree
Hide file tree
Showing 2 changed files with 684 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ Need quickstarts to begin your Redis AI journey? **Start here.**
| [/redis-intro/00_redis_intro.ipynb](/python-recipes/redis-intro/00_redis_intro.ipynb) | The place to start if brand new to Redis |
| [/vector-search/00_redispy.ipynb](/python-recipes/vector-search/00_redispy.ipynb) | Vector search with Redis python client |
| [/vector-search/01_redisvl.ipynb](/python-recipes/vector-search/01_redisvl.ipynb) | Vector search with Redis Vector Library |
| [/vector-search/02_hybrid_search.ipynb](/python-recipes/vector-search/02_hybrid_search.ipynb) | Hybrid search techniques with Redis (BM25 + Vector)
| [/vector-search/02_hybrid_search.ipynb](/python-recipes/vector-search/02_hybrid_search.ipynb) | Hybrid search techniques with Redis (BM25 + Vector) |
| [/vector-search/03_float16_support.ipynb](/python-recipes/vector-search/03_float16_support.ipynb) | Shows how to convert a float32 index to use float16 |


### Retrieval Augmented Generation (RAG)
Expand Down
Loading

0 comments on commit 35b8fd5

Please sign in to comment.