mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-19 02:01:02 +02:00
Update image names in the templates
This commit is contained in:
parent
8ae21b8821
commit
99991c88e1
38 changed files with 65 additions and 61 deletions
|
|
@ -14,7 +14,7 @@ local url = import "values/url.jsonnet";
|
|||
|
||||
local container =
|
||||
engine.container("kg-extract-definitions")
|
||||
.with_image(images.trustgraph)
|
||||
.with_image(images.trustgraph_flow)
|
||||
.with_command([
|
||||
"kg-extract-definitions",
|
||||
"-p",
|
||||
|
|
@ -44,7 +44,7 @@ local url = import "values/url.jsonnet";
|
|||
|
||||
local container =
|
||||
engine.container("kg-extract-relationships")
|
||||
.with_image(images.trustgraph)
|
||||
.with_image(images.trustgraph_flow)
|
||||
.with_command([
|
||||
"kg-extract-relationships",
|
||||
"-p",
|
||||
|
|
@ -74,7 +74,7 @@ local url = import "values/url.jsonnet";
|
|||
|
||||
local container =
|
||||
engine.container("kg-extract-topics")
|
||||
.with_image(images.trustgraph)
|
||||
.with_image(images.trustgraph_flow)
|
||||
.with_command([
|
||||
"kg-extract-topics",
|
||||
"-p",
|
||||
|
|
@ -104,7 +104,7 @@ local url = import "values/url.jsonnet";
|
|||
|
||||
local container =
|
||||
engine.container("graph-rag")
|
||||
.with_image(images.trustgraph)
|
||||
.with_image(images.trustgraph_flow)
|
||||
.with_command([
|
||||
"graph-rag",
|
||||
"-p",
|
||||
|
|
@ -144,7 +144,7 @@ local url = import "values/url.jsonnet";
|
|||
|
||||
local container =
|
||||
engine.container("graph-embeddings")
|
||||
.with_image(images.trustgraph)
|
||||
.with_image(images.trustgraph_flow)
|
||||
.with_command([
|
||||
"graph-embeddings",
|
||||
"-p",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue