- Added docker-compose-storage.yaml, just the infrastructure bits

- Tidied storage invocation
This commit is contained in:
Cyber MacGeddon 2024-08-21 12:14:45 +01:00
parent b0fdb4f314
commit e9298fbde9
11 changed files with 291 additions and 121 deletions

View file

@ -64,28 +64,6 @@ local url = import "url.jsonnet";
],
},
"store-graph-embeddings": base + {
image: images.trustgraph,
command: [
"ge-write-milvus",
"-p",
url.pulsar,
"-t",
url.milvus,
],
},
"query-graph-embeddings": base + {
image: images.trustgraph,
command: [
"ge-query-milvus",
"-p",
url.pulsar,
"-t",
url.milvus,
],
},
"graph-rag": base + {
image: images.trustgraph,
command: [