Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.35 KB

File metadata and controls

32 lines (21 loc) · 1.35 KB

GraphRAG Documentation — Start Here

This page is the entry point for active GraphRAG documentation (v1.7.0).

v1.7.0 focus

  • SharpCoreDB.Graph.Advanced is the primary advanced graph analytics + GraphRAG package.
  • Pair it with SharpCoreDB.Graph for traversal/pathfinding and SharpCoreDB.VectorSearch for semantic retrieval.
  • Use ../FEATURE_MATRIX.md for package-level capability mapping across the full ecosystem.

Recommended reading order

  1. README.md - Current package and capability overview.
  2. GRAPH_RAG_SINGLE_SQL.md - Single-statement GraphRAG SQL workflow.
  3. LINQ_API_GUIDE.md - API-first usage for graph traversal and integration patterns.
  4. EF_CORE_COMPLETE_GUIDE.md - End-to-end EF Core integration guidance.
  5. CUSTOM_HEURISTICS_GUIDE.md - Heuristic extension patterns.
  6. METRICS_AND_OBSERVABILITY_GUIDE.md - Telemetry and operational visibility.
  7. QUERY_PLAN_CACHING.md - Query planning and caching behavior.

Validation and testing

  • EF_CORE_TEST_DOCUMENTATION.md
  • EF_CORE_DOCUMENTATION_INDEX.md

Archival technical background

Obsolete phase-design notes have been archived. Refer to the current implementation documentation above for feature details.

Notes

Historical kickoff, status, and duplicate progress notes have been removed during documentation maintenance to keep only the canonical reading path.