- Template updates for pdf-ocr

- Template updates for pdf-ocr-mistral
This commit is contained in:
Cyber MacGeddon 2025-03-22 00:26:00 +00:00
parent 182a161af5
commit 966f47b46f
5 changed files with 91 additions and 0 deletions

View file

@ -11,6 +11,7 @@ local version = import "version.jsonnet";
grafana: "docker.io/grafana/grafana:11.1.4",
trustgraph_base: "docker.io/trustgraph/trustgraph-base:" + version,
trustgraph_flow: "docker.io/trustgraph/trustgraph-flow:" + version,
trustgraph_ocr: "docker.io/trustgraph/trustgraph-ocr:" + version,
trustgraph_bedrock: "docker.io/trustgraph/trustgraph-bedrock:" + version,
trustgraph_vertexai: "docker.io/trustgraph/trustgraph-vertexai:" + version,
trustgraph_hf: "docker.io/trustgraph/trustgraph-hf:" + version,