Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.17 KB

File metadata and controls

27 lines (15 loc) · 1.17 KB

Use Case Demo: Build a content recommendation system using vector search

This repository contains code for an example content recommendation system using vector search in Tinybird.

Vector search is a great way to approach content matching and recommendations. You can calculate embeddings based on multi-modal analysis of text, images, and other media, then calculate vector distances between embeddings to recommend matching content.

Read more about vector search use cases here.

Deploy it yourself

This repository mirrors work that Tinybird has done to recommend related blog posts on the official Tinybird Blog.

Read the guide to deploy this demo application yourself.

License

This code is available under the MIT license. See the LICENSE file for more details.

Need help?

Authors