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
fix: update cypher-rs to support claims via graph relationships (#76)
- Update cypher-rs to latest version with unified JSON-to-graph conversion
- Fix API call: from_json_auto_as_root_with_label → from_json_with_label
- Update SKILL.md to document relationship-based claims access
With the new cypher-rs, array fields (claims, description_paragraphs)
are converted to graph relationships rather than properties. Users must
now access claims via: MATCH (p:Patent)-[:claims]->(c) RETURN c.number, c.text
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments