Skip to content

Graph memory example

Create local graph nodes and edges with @tekmemo/graph.

Source folder:

txt
examples/graph-memory/

Navigate to the example folder and run it:

bash
cd examples/graph-memory
npm install
npm run dev

Validate it:

bash
npm run typecheck

Released under the MIT License.