Skip to content

docs: analytics guide, installation extras, and use-case doc fixes#505

Merged
DecisionNerd merged 1 commit into
mainfrom
docs/454-457-analytics-docs
May 6, 2026
Merged

docs: analytics guide, installation extras, and use-case doc fixes#505
DecisionNerd merged 1 commit into
mainfrom
docs/454-457-analytics-docs

Conversation

@DecisionNerd
Copy link
Copy Markdown
Owner

@DecisionNerd DecisionNerd commented May 6, 2026

Summary

Closes #453
Closes #454
Closes #455
Closes #456
Closes #457
Closes #473
Closes #503

Test plan

  • make pre-push passes (✅ confirmed locally — 87.2% total coverage)
  • Verify docs/guide/analytics-integration.md renders correctly in mkdocs
  • Verify code snippets in new guide match shipped API signatures

🤖 Generated with Claude Code

…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>
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 6, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (8)
  • docs/getting-started/installation.md is excluded by !**/*.md, !**/docs/**
  • docs/guide/analytics-integration.md is excluded by !**/*.md, !**/docs/**
  • docs/research/agent-grounding.md is excluded by !**/*.md, !**/docs/**
  • docs/research/kg-construction.md is excluded by !**/*.md, !**/docs/**
  • docs/research/llm-workflows.md is excluded by !**/*.md, !**/docs/**
  • docs/research/network-analysis.md is excluded by !**/*.md, !**/docs/**
  • docs/use-cases/knowledge-graph-construction.md is excluded by !**/*.md, !**/docs/**
  • examples/05_migration_from_networkx.py is excluded by !**/examples/**

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: f1efc45e-d834-4fcb-8c17-2d9a52e49e4b

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/454-457-analytics-docs

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.10%. Comparing base (938c148) to head (8250f13).
✅ All tests successful. No failed tests found.

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           
Flag Coverage Δ
full-coverage 88.10% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
parser 95.49% <ø> (ø)
planner 83.07% <ø> (ø)
executor 83.63% <ø> (ø)
storage 91.25% <ø> (ø)
ast 98.22% <ø> (ø)
types 94.75% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 938c148...8250f13. Read the comment docs.

@DecisionNerd DecisionNerd merged commit b110fb4 into main May 6, 2026
36 checks passed
@DecisionNerd DecisionNerd deleted the docs/454-457-analytics-docs branch May 6, 2026 02:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment