This guide will walk you through the process of building a Graph-Vector RAG in Python to recommend professors based on their research areas.
name
, title
, page
, bio
area
and description
name
name
name
, research_focus
areas_and_descriptions
WHERE
in HelixQL. And we can utilize the vector embeddings to find professors that are most similar to a given query e.g “Which professors have worked in a startup before?”.