mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-28 01:46:22 +02:00
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:
parent
e1ecf9f356
commit
6edc3f0ee1
37 changed files with 1268 additions and 298 deletions
|
|
@ -1,6 +1,7 @@
|
|||
local base = import "base.jsonnet";
|
||||
local images = import "images.jsonnet";
|
||||
local url = import "url.jsonnet";
|
||||
local prompts = import "../prompts/openai.jsonnet";
|
||||
{
|
||||
services +: {
|
||||
|
||||
|
|
@ -63,4 +64,4 @@ local url = import "url.jsonnet";
|
|||
},
|
||||
|
||||
},
|
||||
}
|
||||
} + prompts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue