How To Use Vector Search To Quickly Build A Content-Based Filtering Recommender System

___
Towards AI
Published in
5 min readFeb 6, 2023

--

Visualizing some results (all movie posters are from imdb)

Introduction

In this article, I will share how a vector search engine like weaviate can be used to quickly build a content-based filtering recommender system.

The code to reproduce the solution described in this article is in this repo.

Dataset

--

--