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