Hands-On Application: Movie Recommendation Service
Walk through a movie recommendation application that uses Redis as a vector database.
Let's learn how to use vector search in Redis to build a simple yet practical application. We will walk through how to implement a service that provides movie recommendations based on user-provided search criteria. This will be split into three important steps, which will be executed in order:
Create a search index.
Load the data into the index.
Use the movie recommendation service.
Get hands-on with 1400+ tech skills courses.