mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-30 08:59:37 +02:00
Refactor templates (#52)
* Switching from docker compose to abstract form - should be easier to k8s later * Text loader util * Recreate templates
This commit is contained in:
parent
af5508ff68
commit
65d7f6d261
47 changed files with 1659 additions and 1277 deletions
1
Makefile
1
Makefile
|
|
@ -49,6 +49,7 @@ VECTORDB=qdrant
|
|||
|
||||
JSONNET_FLAGS=-J templates -J .
|
||||
|
||||
|
||||
update-templates: set-version
|
||||
for graph in ${GRAPHS}; do \
|
||||
cm=$${graph},pulsar,${VECTORDB},grafana; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue