trustgraph/trustgraph/model/prompt/template/__main__.py
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

7 lines
89 B
Python
Executable file

#!/usr/bin/env python3
from . service import run
if __name__ == '__main__':
run()