-
Notifications
You must be signed in to change notification settings - Fork 9
Tutorial: Knowledge Graph Extraction #167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new tutorial for knowledge graph extraction to the documentation. The tutorial teaches users how to build a Hypermode Agent that extracts product data from Product Hunt, enriches it with LinkedIn insights, and stores it as a knowledge graph in Neo4j.
- Adds a comprehensive tutorial covering knowledge graph extraction using Product Hunt and LinkedIn data
- Updates navigation to group tutorials together with standardized naming
- Removes "Tutorial:" prefix from sidebar titles for cleaner navigation
Reviewed Changes
Copilot reviewed 4 out of 18 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
agents/knowledge-graph-extraction.mdx | New 599-line tutorial explaining how to build a knowledge graph extraction agent |
docs.json | Updates navigation structure to group tutorials and adds reference to new tutorial |
semantic-search.mdx | Removes "Tutorial:" prefix from sidebar title for consistency |
first-hypermode-agent.mdx | Removes "Tutorial:" prefix from sidebar title for consistency |
Comming soon