mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-04 21:02:37 +02:00
Fix auto-templates (#17)
This commit is contained in:
parent
c4bfd9fc8c
commit
d3cdb97528
28 changed files with 150 additions and 82 deletions
12
templates/vertexai.jsonnet
Normal file
12
templates/vertexai.jsonnet
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
local cassandra = import "components/cassandra.jsonnet";
|
||||
local pulsar = import "components/pulsar.jsonnet";
|
||||
local milvus = import "components/milvus.jsonnet";
|
||||
local grafana = import "components/grafana.jsonnet";
|
||||
local trustgraph = import "components/trustgraph.jsonnet";
|
||||
local vertexai = import "components/vertexai.jsonnet";
|
||||
|
||||
local config = cassandra + pulsar + milvus + grafana + trustgraph + vertexai;
|
||||
|
||||
std.manifestYamlDoc(config)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue