Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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.