Added Mistral OCR client (#326)

- Added Mistral OCR client
- Template updates for pdf-ocr
- Template updates for pdf-ocr-mistral
This commit is contained in:
cybermaggedon 2025-03-22 00:27:20 +00:00 committed by GitHub
parent fe422b2b95
commit 482592b976
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 299 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,