AI Data Storage Engine
Building a Graph-based Recommendation System with Milvus, PinSage, DGL, and MovieLens Datasets

Building a Graph-based Recommendation System with Milvus, PinSage, DGL, and MovieLens Datasets

12/1/2020 · Shiyu Chen

What this post added

This post details the integration of Milvus as a vector database within a graph-based recommendation system. It outlines the process of using PinSage and DGL to generate movie embeddings from the MovieLens dataset, loading these embeddings into Milvus for storage and indexing, and then performing vector similarity searches to retrieve similar movie information. The post also touches upon data preprocessing and the general workflow of building such a system.

Read the original post ↗