Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
hugegraph
/
hugegraph-ai
Public
forked from
apache/hugegraph-ai
Notifications
You must be signed in to change notification settings
Fork
5
Star
6
Code
Issues
4
Pull requests
17
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[Issue #74] Add opt-in "enhanced" strategy for schema-based graph extraction
- #78
#78
Open
YanhaoLv
wants to merge 20 commits into
hugegraph:main
hugegraph/hugegraph-ai:main
from
YanhaoLv:issue74-schema-based-extraction
YanhaoLv/hugegraph-ai:issue74-schema-based-extraction
Copy head branch name to clipboard
Conversation
Commits
20
(20)
Checks
Files changed
Open
[Issue #74] Add opt-in "enhanced" strategy for schema-based graph extraction
#78
YanhaoLv
wants to merge 20 commits into
hugegraph:main
hugegraph/hugegraph-ai:main
from
YanhaoLv:issue74-schema-based-extraction
YanhaoLv/hugegraph-ai:issue74-schema-based-extraction
Copy head branch name to clipboard
Commits
Commits on Jul 7, 2026
feat(llm): add extract_strategy/include_debug plumbing (default baseline)
Show description for 948052b
YanhaoLv
committed
948052b
View commit details
Copy full SHA for 948052b
Browse repository at this point
feat(llm): introduce GraphSchemaIndex for enhanced extraction
Show description for 968ede7
YanhaoLv
committed
968ede7
View commit details
Copy full SHA for 968ede7
Browse repository at this point
feat(llm): add StructuredWarning registry for enhanced extraction
Show description for 946185c
YanhaoLv
committed
946185c
View commit details
Copy full SHA for 946185c
Browse repository at this point
feat(llm): add CandidateGraphParser for enhanced extraction
Show description for 2396ce3
YanhaoLv
committed
2396ce3
View commit details
Copy full SHA for 2396ce3
Browse repository at this point
feat(llm): add SchemaAwareNormalizer for chunk-level graph normalization
Show description for 9f07e7c
YanhaoLv
committed
9f07e7c
View commit details
Copy full SHA for 9f07e7c
Browse repository at this point
feat(llm): add DocumentGraphAssembler for cross-chunk graph assembly
Show description for dfbb9d3
YanhaoLv
committed
dfbb9d3
View commit details
Copy full SHA for dfbb9d3
Browse repository at this point
feat(llm): add GraphQualityGate metrics for enhanced extraction
Show description for eb71d62
YanhaoLv
committed
eb71d62
View commit details
Copy full SHA for eb71d62
Browse repository at this point
feat(llm): wire enhanced strategy into PropertyGraphExtract
Show description for 81f1dea
YanhaoLv
committed
81f1dea
View commit details
Copy full SHA for 81f1dea
Browse repository at this point
feat(llm): add GraphExtractionEvaluator + baseline-vs-enhanced benchmark
Show description for d26cbc6
YanhaoLv
committed
d26cbc6
View commit details
Copy full SHA for d26cbc6
Browse repository at this point
test(llm): expand benchmark to 14 scenarios + latency/call metrics; add usage doc
Show description for 6cfc898
YanhaoLv
committed
6cfc898
View commit details
Copy full SHA for 6cfc898
Browse repository at this point
feat(llm): add live DeepSeek benchmark driver + effect-report live section
Show description for 126d4ac
YanhaoLv
committed
126d4ac
View commit details
Copy full SHA for 126d4ac
Browse repository at this point
test(llm): add s15/s16 domain-limit scenarios; bake +5% design threshold
Show description for f304ac4
YanhaoLv
committed
f304ac4
View commit details
Copy full SHA for f304ac4
Browse repository at this point
feat(llm): add public actor-corpus builder (Wikipedia + Wikidata Entity API)
Show description for 10ee00a
YanhaoLv
committed
10ee00a
View commit details
Copy full SHA for 10ee00a
Browse repository at this point
test(llm): pin public actor corpus (8 actors, 65 vertices, 57 edges)
Show description for 6e4cd29
YanhaoLv
committed
6e4cd29
View commit details
Copy full SHA for 6e4cd29
Browse repository at this point
feat(llm): live benchmark supports --corpus and --runs with mean/std aggregation
Show description for ef985ed
YanhaoLv
committed
ef985ed
View commit details
Copy full SHA for ef985ed
Browse repository at this point
docs(llm): replace hand-authored live results with public-corpus benchmark
Show description for 2a4c3c7
YanhaoLv
committed
2a4c3c7
View commit details
Copy full SHA for 2a4c3c7
Browse repository at this point
scripts(llm): drop legacy hand-authored fallback from live benchmark driver
Show description for 8afc32c
YanhaoLv
committed
8afc32c
View commit details
Copy full SHA for 8afc32c
Browse repository at this point
docs(llm): commit raw live-benchmark archive for reviewer cross-checking
Show description for 336d6c0
YanhaoLv
committed
336d6c0
View commit details
Copy full SHA for 336d6c0
Browse repository at this point
docs(llm): expand effect report — how-to-reproduce section + +4.8% rationale
Show description for b601bca
YanhaoLv
committed
b601bca
View commit details
Copy full SHA for b601bca
Browse repository at this point
docs(llm): drop bundled live archive JSON (available on request)
Show description for c9b51b3
YanhaoLv
committed
c9b51b3
View commit details
Copy full SHA for c9b51b3
Browse repository at this point
You can’t perform that action at this time.