docs: analytics guide, installation extras, and use-case doc fixes#505
Conversation
…456 #455 #454 #453 #473 #503) - Add docs/guide/analytics-integration.md covering to_dicts/to_dataframe/ to_networkx/to_igraph/to_json/from_json with choosing-between table - Update docs/getting-started/installation.md with all optional extras (pandas, networkx, igraph, analytics, zstandard) and bump to v0.3.10 - Update examples/05_migration_from_networkx.py with working to_networkx() replacing the "future feature" placeholder - Update docs/use-cases/knowledge-graph-construction.md: add add_graph_documents() section, CREATE vs MERGE idempotency warning, fix shortestPath to raise NotImplementedError with BFS workaround - Update research docs to mark resolved: FP-1/FP-5/FP-6 in llm-workflows and network-analysis, FP-2/FP-4/FP-5/FP-6 in kg-construction, Engine Bug 1/2 in agent-grounding (PRs #494 #495); update pass/fail matrix for S4 and S10 (20 PASS / 5 PARTIAL / 4 FAIL) Closes #457, #456, #455, #454, #453, #473, #503 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (8)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #505 +/- ##
=======================================
Coverage 88.10% 88.10%
=======================================
Files 40 40
Lines 14730 14730
Branches 3481 3481
=======================================
Hits 12978 12978
Misses 1146 1146
Partials 606 606
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
Summary
docs/guide/analytics-integration.mdcoveringto_dicts,to_dataframe,to_networkx,to_igraph,to_json/from_json, schema introspection, and a method-selection tabledocs/getting-started/installation.md: adds all optional extras (pandas,networkx,igraph,analytics,zstandard) with descriptions; bumps version to 0.3.10examples/05_migration_from_networkx.py: replaces "future feature" placeholder with workingto_networkx()demodocs/use-cases/knowledge-graph-construction.md: addsadd_graph_documents()section, CREATE-vs-MERGE idempotency warning, and fixesshortestPathreference to showNotImplementedErrorwith BFS workaroundCloses #453
Closes #454
Closes #455
Closes #456
Closes #457
Closes #473
Closes #503
Test plan
make pre-pushpasses (✅ confirmed locally — 87.2% total coverage)docs/guide/analytics-integration.mdrenders correctly in mkdocs🤖 Generated with Claude Code