Feature/separate containers (#287)

* Separate containerfiles

* Add push to Makefile

* Update image names in the templates
This commit is contained in:
cybermaggedon 2025-01-28 19:36:05 +00:00 committed by GitHub
parent 6c3d2e7f97
commit edcdc4d59d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
44 changed files with 363 additions and 65 deletions

View file

@ -17,7 +17,7 @@ local cassandra_hosts = "cassandra";
local container =
engine.container("store-graph-embeddings")
.with_image(images.trustgraph)
.with_image(images.trustgraph_flow)
.with_command([
"ge-write-pinecone",
"-p",
@ -52,7 +52,7 @@ local cassandra_hosts = "cassandra";
local container =
engine.container("query-graph-embeddings")
.with_image(images.trustgraph)
.with_image(images.trustgraph_flow)
.with_command([
"ge-query-pinecone",
"-p",
@ -87,7 +87,7 @@ local cassandra_hosts = "cassandra";
local container =
engine.container("store-doc-embeddings")
.with_image(images.trustgraph)
.with_image(images.trustgraph_flow)
.with_command([
"de-write-pinecone",
"-p",
@ -122,7 +122,7 @@ local cassandra_hosts = "cassandra";
local container =
engine.container("query-doc-embeddings")
.with_image(images.trustgraph)
.with_image(images.trustgraph_flow)
.with_command([
"de-query-pinecone",
"-p",