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
@@ -105,8 +105,8 @@ For further insights on enhancing RAG applications with dense content representa
105
105
106
106
| Recipe | Description |
107
107
| --- | --- |
108
-
|[/recommendation-systems/content_filtering.ipynb](python-recipes/recommendation-systems/content_filtering.ipynb)| Intro content filtering example with redisvl |
109
-
|[/recommendation-systems/collaborative_filtering.ipynb](python-recipes/recommendation-systems/collaborative_filtering.ipynb)| Intro collaborative filtering example with redisvl |
108
+
|[/recommendation-systems/content_filtering.ipynb](python-recipes/recommendation-systems/00_content_filtering.ipynb)| Intro content filtering example with redisvl |
109
+
|[/recommendation-systems/collaborative_filtering.ipynb](python-recipes/recommendation-systems/01_collaborative_filtering.ipynb)| Intro collaborative filtering example with redisvl |
110
110
111
111
### See also
112
112
An exciting example of how Redis can power production-ready systems is highlighted in our collaboration with [NVIDIA](https://developer.nvidia.com/blog/offline-to-online-feature-storage-for-real-time-recommendation-systems-with-nvidia-merlin/) to construct a state-of-the-art recommendation system.
0 commit comments