Version 0.6.10

This commit is contained in:
Cyber MacGeddon 2024-08-22 00:21:42 +01:00
parent 0043b871ff
commit f09618081e
11 changed files with 140 additions and 140 deletions

View file

@ -15,7 +15,7 @@
- "4000"
- "--chunk-overlap"
- "120"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100"
"embeddings":
"command":
@ -24,7 +24,7 @@
- "pulsar://pulsar:6650"
- "-m"
- "all-MiniLM-L6-v2"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100"
"etcd":
"command":
@ -72,7 +72,7 @@
- "30"
- "--max-subgraph-size"
- "3000"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100"
"init-pulsar":
"command":
@ -89,14 +89,14 @@
- "kg-extract-definitions"
- "-p"
- "pulsar://pulsar:6650"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100"
"kg-extract-relationships":
"command":
- "kg-extract-relationships"
- "-p"
- "pulsar://pulsar:6650"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100"
"milvus":
"command":
@ -134,7 +134,7 @@
- "pdf-decoder"
- "-p"
- "pulsar://pulsar:6650"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100"
"prometheus":
"image": "docker.io/prom/prometheus:v2.53.1"
@ -153,7 +153,7 @@
- "non-persistent://tg/request/text-completion"
- "--text-completion-response-queue"
- "non-persistent://tg/response/text-completion-response"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100"
"prompt-rag":
"command":
@ -168,7 +168,7 @@
- "non-persistent://tg/request/text-completion-rag"
- "--text-completion-response-queue"
- "non-persistent://tg/response/text-completion-rag-response"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -195,7 +195,7 @@
- "pulsar://pulsar:6650"
- "-t"
- "http://milvus:19530"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100"
"query-triples":
"command":
@ -204,7 +204,7 @@
- "pulsar://pulsar:6650"
- "-g"
- "cassandra"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -213,7 +213,7 @@
- "pulsar://pulsar:6650"
- "-t"
- "http://milvus:19530"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100"
"store-triples":
"command":
@ -222,7 +222,7 @@
- "pulsar://pulsar:6650"
- "-g"
- "cassandra"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100"
"text-completion":
"command":
@ -233,7 +233,7 @@
- "${COHERE_KEY}"
- "-m"
- "c4ai-aya-23-35b"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100"
"text-completion-rag":
"command":
@ -248,14 +248,14 @@
- "non-persistent://tg/response/text-completion-rag-response"
- "-m"
- "c4ai-aya-23-8b"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100"
"vectorize":
"command":
- "embeddings-vectorize"
- "-p"
- "pulsar://pulsar:6650"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100"
"volumes":
"cassandra": {}