trustgraph/scripts/prompt-template
cybermaggedon 6edc3f0ee1
Prompt templates (#33)
* Added prompt-template, allows definiton, relationships and kg query
to be specified in config / command-line.

* Bump version & add prompt-templates to YAMLs

* Apply to graph rag flow

* Break out different templates
2024-08-23 23:34:16 +01:00

6 lines
81 B
Python
Executable file

#!/usr/bin/env python3
from trustgraph.model.prompt.template import run
run()