Topic templates for extractor (#62)

* Add topic prompt to templates
* Bump version
* Updated templates
This commit is contained in:
cybermaggedon 2024-09-15 23:40:37 +01:00 committed by GitHub
parent 728ff7542a
commit 6af86fa09f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 549 additions and 252 deletions

View file

@ -25,6 +25,8 @@ local default_prompts = import "prompts/default-prompts.jsonnet";
$["prompt-definition-template"],
"--relationship-template",
$["prompt-relationship-template"],
"--topic-template",
$["prompt-topic-template"],
"--knowledge-query-template",
$["prompt-knowledge-query-template"],
"--document-query-template",
@ -68,6 +70,8 @@ local default_prompts = import "prompts/default-prompts.jsonnet";
$["prompt-definition-template"],
"--relationship-template",
$["prompt-relationship-template"],
"--topic-template",
$["prompt-topic-template"],
"--knowledge-query-template",
$["prompt-knowledge-query-template"],
"--document-query-template",