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
This commit is contained in:
cybermaggedon 2024-08-23 23:34:16 +01:00 committed by GitHub
parent e1ecf9f356
commit 6edc3f0ee1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
37 changed files with 1268 additions and 298 deletions

View file

@ -4,7 +4,7 @@ import os
with open("README.md", "r") as fh:
long_description = fh.read()
version = "0.7.9"
version = "0.7.10"
setuptools.setup(
name="trustgraph",
@ -73,6 +73,7 @@ setuptools.setup(
"scripts/loader",
"scripts/pdf-decoder",
"scripts/prompt-generic",
"scripts/prompt-template",
"scripts/query",
"scripts/run-processing",
"scripts/text-completion-azure",