This repository contains two GraphRAG workshops: Talent and Customers+Products. Each workshop provides notebooks, data, and resources for hands-on exercises.
-
Talent
Combine both structured and unstructured data about employees and their technical skills into a knowledge graph. Perform graph pattern matching, vector search, and graph analytics to find similar skill sets and cohorts/clusters. Use the knowledge graph to power a GraphRAG talent agent that can search and respond to inquiries about people, their skills, and their similarities. -
Customers & Products
Uses real-world customer and product data from a fashion, style, and beauty retailer. Learn how to use a knowledge graph to ground an LLM with GraphRAG, enabling AI to build tailored marketing content personalized to each customer based on their interests and shared purchase histories. Learn about retrieval strategies leveraging vector search, graph pattern matching, and graph machine learning.