mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
Feature/separate containers (#287)
* Separate containerfiles * Add push to Makefile * Update image names in the templates
This commit is contained in:
parent
6c3d2e7f97
commit
edcdc4d59d
44 changed files with 363 additions and 65 deletions
|
|
@ -12,7 +12,7 @@ milvus + {
|
|||
|
||||
local container =
|
||||
engine.container("store-graph-embeddings")
|
||||
.with_image(images.trustgraph)
|
||||
.with_image(images.trustgraph_flow)
|
||||
.with_command([
|
||||
"ge-write-milvus",
|
||||
"-p",
|
||||
|
|
@ -44,7 +44,7 @@ milvus + {
|
|||
|
||||
local container =
|
||||
engine.container("query-graph-embeddings")
|
||||
.with_image(images.trustgraph)
|
||||
.with_image(images.trustgraph_flow)
|
||||
.with_command([
|
||||
"ge-query-milvus",
|
||||
"-p",
|
||||
|
|
@ -76,7 +76,7 @@ milvus + {
|
|||
|
||||
local container =
|
||||
engine.container("store-doc-embeddings")
|
||||
.with_image(images.trustgraph)
|
||||
.with_image(images.trustgraph_flow)
|
||||
.with_command([
|
||||
"de-write-milvus",
|
||||
"-p",
|
||||
|
|
@ -108,7 +108,7 @@ milvus + {
|
|||
|
||||
local container =
|
||||
engine.container("query-doc-embeddings")
|
||||
.with_image(images.trustgraph)
|
||||
.with_image(images.trustgraph_flow)
|
||||
.with_command([
|
||||
"de-query-milvus",
|
||||
"-p",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue