Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 452 Bytes

File metadata and controls

19 lines (13 loc) · 452 Bytes

Graph Admin Example

Demonstrates the advanced graph administration facade from @gsrag/core.

What It Demonstrates

  • createLightRAGGraphAdmin()
  • Creating entities and relations
  • Reading entity info and bounded graph neighborhoods
  • Renaming and merging entities
  • Deleting relations and entities

Run

bun examples/graph-admin/index.ts

This example does not require an LLM provider because it writes graph records directly.