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

@ -1,6 +1,6 @@
# VERSION=$(shell git describe | sed 's/^v//') # VERSION=$(shell git describe | sed 's/^v//')
VERSION=0.6.9 VERSION=0.6.10
DOCKER=podman DOCKER=podman

View file

@ -4,7 +4,7 @@ import os
with open("README.md", "r") as fh: with open("README.md", "r") as fh:
long_description = fh.read() long_description = fh.read()
version = "0.6.9" version = "0.6.10"
setuptools.setup( setuptools.setup(
name="trustgraph", name="trustgraph",

View file

@ -15,7 +15,7 @@
- "250" - "250"
- "--chunk-overlap" - "--chunk-overlap"
- "15" - "15"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"embeddings": "embeddings":
"command": "command":
@ -24,7 +24,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-m" - "-m"
- "all-MiniLM-L6-v2" - "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" "restart": "on-failure:100"
"etcd": "etcd":
"command": "command":
@ -72,7 +72,7 @@
- "30" - "30"
- "--max-subgraph-size" - "--max-subgraph-size"
- "3000" - "3000"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"init-pulsar": "init-pulsar":
"command": "command":
@ -89,14 +89,14 @@
- "kg-extract-definitions" - "kg-extract-definitions"
- "-p" - "-p"
- "pulsar://pulsar:6650" - "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" "restart": "on-failure:100"
"kg-extract-relationships": "kg-extract-relationships":
"command": "command":
- "kg-extract-relationships" - "kg-extract-relationships"
- "-p" - "-p"
- "pulsar://pulsar:6650" - "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" "restart": "on-failure:100"
"milvus": "milvus":
"command": "command":
@ -134,7 +134,7 @@
- "pdf-decoder" - "pdf-decoder"
- "-p" - "-p"
- "pulsar://pulsar:6650" - "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" "restart": "on-failure:100"
"prometheus": "prometheus":
"image": "docker.io/prom/prometheus:v2.53.1" "image": "docker.io/prom/prometheus:v2.53.1"
@ -153,7 +153,7 @@
- "non-persistent://tg/request/text-completion" - "non-persistent://tg/request/text-completion"
- "--text-completion-response-queue" - "--text-completion-response-queue"
- "non-persistent://tg/response/text-completion-response" - "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" "restart": "on-failure:100"
"prompt-rag": "prompt-rag":
"command": "command":
@ -168,7 +168,7 @@
- "non-persistent://tg/request/text-completion-rag" - "non-persistent://tg/request/text-completion-rag"
- "--text-completion-response-queue" - "--text-completion-response-queue"
- "non-persistent://tg/response/text-completion-rag-response" - "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" "restart": "on-failure:100"
"pulsar": "pulsar":
"command": "bin/pulsar standalone" "command": "bin/pulsar standalone"
@ -195,7 +195,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-t" - "-t"
- "http://milvus:19530" - "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" "restart": "on-failure:100"
"query-triples": "query-triples":
"command": "command":
@ -204,7 +204,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-g" - "-g"
- "cassandra" - "cassandra"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"store-graph-embeddings": "store-graph-embeddings":
"command": "command":
@ -213,7 +213,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-t" - "-t"
- "http://milvus:19530" - "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" "restart": "on-failure:100"
"store-triples": "store-triples":
"command": "command":
@ -222,7 +222,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-g" - "-g"
- "cassandra" - "cassandra"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"text-completion": "text-completion":
"command": "command":
@ -237,7 +237,7 @@
- "4096" - "4096"
- "-t" - "-t"
- "0.0" - "0.0"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"text-completion-rag": "text-completion-rag":
"command": "command":
@ -256,14 +256,14 @@
- "non-persistent://tg/request/text-completion-rag" - "non-persistent://tg/request/text-completion-rag"
- "-o" - "-o"
- "non-persistent://tg/response/text-completion-rag-response" - "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" "restart": "on-failure:100"
"vectorize": "vectorize":
"command": "command":
- "embeddings-vectorize" - "embeddings-vectorize"
- "-p" - "-p"
- "pulsar://pulsar:6650" - "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" "restart": "on-failure:100"
"volumes": "volumes":
"cassandra": {} "cassandra": {}

View file

@ -15,7 +15,7 @@
- "2000" - "2000"
- "--chunk-overlap" - "--chunk-overlap"
- "100" - "100"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"embeddings": "embeddings":
"command": "command":
@ -24,7 +24,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-m" - "-m"
- "all-MiniLM-L6-v2" - "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" "restart": "on-failure:100"
"etcd": "etcd":
"command": "command":
@ -72,7 +72,7 @@
- "30" - "30"
- "--max-subgraph-size" - "--max-subgraph-size"
- "3000" - "3000"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"init-pulsar": "init-pulsar":
"command": "command":
@ -89,14 +89,14 @@
- "kg-extract-definitions" - "kg-extract-definitions"
- "-p" - "-p"
- "pulsar://pulsar:6650" - "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" "restart": "on-failure:100"
"kg-extract-relationships": "kg-extract-relationships":
"command": "command":
- "kg-extract-relationships" - "kg-extract-relationships"
- "-p" - "-p"
- "pulsar://pulsar:6650" - "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" "restart": "on-failure:100"
"milvus": "milvus":
"command": "command":
@ -134,7 +134,7 @@
- "pdf-decoder" - "pdf-decoder"
- "-p" - "-p"
- "pulsar://pulsar:6650" - "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" "restart": "on-failure:100"
"prometheus": "prometheus":
"image": "docker.io/prom/prometheus:v2.53.1" "image": "docker.io/prom/prometheus:v2.53.1"
@ -153,7 +153,7 @@
- "non-persistent://tg/request/text-completion" - "non-persistent://tg/request/text-completion"
- "--text-completion-response-queue" - "--text-completion-response-queue"
- "non-persistent://tg/response/text-completion-response" - "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" "restart": "on-failure:100"
"prompt-rag": "prompt-rag":
"command": "command":
@ -168,7 +168,7 @@
- "non-persistent://tg/request/text-completion-rag" - "non-persistent://tg/request/text-completion-rag"
- "--text-completion-response-queue" - "--text-completion-response-queue"
- "non-persistent://tg/response/text-completion-rag-response" - "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" "restart": "on-failure:100"
"pulsar": "pulsar":
"command": "bin/pulsar standalone" "command": "bin/pulsar standalone"
@ -195,7 +195,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-t" - "-t"
- "http://milvus:19530" - "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" "restart": "on-failure:100"
"query-triples": "query-triples":
"command": "command":
@ -204,7 +204,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-g" - "-g"
- "cassandra" - "cassandra"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"store-graph-embeddings": "store-graph-embeddings":
"command": "command":
@ -213,7 +213,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-t" - "-t"
- "http://milvus:19530" - "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" "restart": "on-failure:100"
"store-triples": "store-triples":
"command": "command":
@ -222,7 +222,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-g" - "-g"
- "cassandra" - "cassandra"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"text-completion": "text-completion":
"command": "command":
@ -241,7 +241,7 @@
- "0.0" - "0.0"
- "-m" - "-m"
- "mistral.mixtral-8x7b-instruct-v0:1" - "mistral.mixtral-8x7b-instruct-v0:1"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"text-completion-rag": "text-completion-rag":
"command": "command":
@ -264,14 +264,14 @@
- "non-persistent://tg/request/text-completion-rag" - "non-persistent://tg/request/text-completion-rag"
- "-o" - "-o"
- "non-persistent://tg/response/text-completion-rag-response" - "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" "restart": "on-failure:100"
"vectorize": "vectorize":
"command": "command":
- "embeddings-vectorize" - "embeddings-vectorize"
- "-p" - "-p"
- "pulsar://pulsar:6650" - "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" "restart": "on-failure:100"
"volumes": "volumes":
"cassandra": {} "cassandra": {}

View file

@ -15,7 +15,7 @@
- "250" - "250"
- "--chunk-overlap" - "--chunk-overlap"
- "15" - "15"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"embeddings": "embeddings":
"command": "command":
@ -24,7 +24,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-m" - "-m"
- "all-MiniLM-L6-v2" - "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" "restart": "on-failure:100"
"etcd": "etcd":
"command": "command":
@ -72,7 +72,7 @@
- "30" - "30"
- "--max-subgraph-size" - "--max-subgraph-size"
- "3000" - "3000"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"init-pulsar": "init-pulsar":
"command": "command":
@ -89,14 +89,14 @@
- "kg-extract-definitions" - "kg-extract-definitions"
- "-p" - "-p"
- "pulsar://pulsar:6650" - "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" "restart": "on-failure:100"
"kg-extract-relationships": "kg-extract-relationships":
"command": "command":
- "kg-extract-relationships" - "kg-extract-relationships"
- "-p" - "-p"
- "pulsar://pulsar:6650" - "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" "restart": "on-failure:100"
"milvus": "milvus":
"command": "command":
@ -134,7 +134,7 @@
- "pdf-decoder" - "pdf-decoder"
- "-p" - "-p"
- "pulsar://pulsar:6650" - "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" "restart": "on-failure:100"
"prometheus": "prometheus":
"image": "docker.io/prom/prometheus:v2.53.1" "image": "docker.io/prom/prometheus:v2.53.1"
@ -153,7 +153,7 @@
- "non-persistent://tg/request/text-completion" - "non-persistent://tg/request/text-completion"
- "--text-completion-response-queue" - "--text-completion-response-queue"
- "non-persistent://tg/response/text-completion-response" - "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" "restart": "on-failure:100"
"prompt-rag": "prompt-rag":
"command": "command":
@ -168,7 +168,7 @@
- "non-persistent://tg/request/text-completion-rag" - "non-persistent://tg/request/text-completion-rag"
- "--text-completion-response-queue" - "--text-completion-response-queue"
- "non-persistent://tg/response/text-completion-rag-response" - "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" "restart": "on-failure:100"
"pulsar": "pulsar":
"command": "bin/pulsar standalone" "command": "bin/pulsar standalone"
@ -195,7 +195,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-t" - "-t"
- "http://milvus:19530" - "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" "restart": "on-failure:100"
"query-triples": "query-triples":
"command": "command":
@ -204,7 +204,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-g" - "-g"
- "cassandra" - "cassandra"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"store-graph-embeddings": "store-graph-embeddings":
"command": "command":
@ -213,7 +213,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-t" - "-t"
- "http://milvus:19530" - "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" "restart": "on-failure:100"
"store-triples": "store-triples":
"command": "command":
@ -222,7 +222,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-g" - "-g"
- "cassandra" - "cassandra"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"text-completion": "text-completion":
"command": "command":
@ -235,7 +235,7 @@
- "4096" - "4096"
- "-t" - "-t"
- "0.0" - "0.0"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"text-completion-rag": "text-completion-rag":
"command": "command":
@ -252,14 +252,14 @@
- "non-persistent://tg/request/text-completion-rag" - "non-persistent://tg/request/text-completion-rag"
- "-o" - "-o"
- "non-persistent://tg/response/text-completion-rag-response" - "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" "restart": "on-failure:100"
"vectorize": "vectorize":
"command": "command":
- "embeddings-vectorize" - "embeddings-vectorize"
- "-p" - "-p"
- "pulsar://pulsar:6650" - "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" "restart": "on-failure:100"
"volumes": "volumes":
"cassandra": {} "cassandra": {}

View file

@ -8,14 +8,14 @@
- "cassandra:/var/lib/cassandra" - "cassandra:/var/lib/cassandra"
"chunker": "chunker":
"command": "command":
- "chunker-recursive" - "${CHUNKER:-chunker-token}"
- "-p" - "-p"
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "--chunk-size" - "--chunk-size"
- "1000" - "150"
- "--chunk-overlap" - "--chunk-overlap"
- "50" - "10"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"embeddings": "embeddings":
"command": "command":
@ -24,7 +24,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-m" - "-m"
- "all-MiniLM-L6-v2" - "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" "restart": "on-failure:100"
"etcd": "etcd":
"command": "command":
@ -72,7 +72,7 @@
- "30" - "30"
- "--max-subgraph-size" - "--max-subgraph-size"
- "3000" - "3000"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"init-pulsar": "init-pulsar":
"command": "command":
@ -89,14 +89,14 @@
- "kg-extract-definitions" - "kg-extract-definitions"
- "-p" - "-p"
- "pulsar://pulsar:6650" - "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" "restart": "on-failure:100"
"kg-extract-relationships": "kg-extract-relationships":
"command": "command":
- "kg-extract-relationships" - "kg-extract-relationships"
- "-p" - "-p"
- "pulsar://pulsar:6650" - "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" "restart": "on-failure:100"
"milvus": "milvus":
"command": "command":
@ -134,7 +134,7 @@
- "pdf-decoder" - "pdf-decoder"
- "-p" - "-p"
- "pulsar://pulsar:6650" - "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" "restart": "on-failure:100"
"prometheus": "prometheus":
"image": "docker.io/prom/prometheus:v2.53.1" "image": "docker.io/prom/prometheus:v2.53.1"
@ -153,7 +153,7 @@
- "non-persistent://tg/request/text-completion" - "non-persistent://tg/request/text-completion"
- "--text-completion-response-queue" - "--text-completion-response-queue"
- "non-persistent://tg/response/text-completion-response" - "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" "restart": "on-failure:100"
"prompt-rag": "prompt-rag":
"command": "command":
@ -168,7 +168,7 @@
- "non-persistent://tg/request/text-completion-rag" - "non-persistent://tg/request/text-completion-rag"
- "--text-completion-response-queue" - "--text-completion-response-queue"
- "non-persistent://tg/response/text-completion-rag-response" - "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" "restart": "on-failure:100"
"pulsar": "pulsar":
"command": "bin/pulsar standalone" "command": "bin/pulsar standalone"
@ -195,7 +195,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-t" - "-t"
- "http://milvus:19530" - "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" "restart": "on-failure:100"
"query-triples": "query-triples":
"command": "command":
@ -204,7 +204,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-g" - "-g"
- "cassandra" - "cassandra"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"store-graph-embeddings": "store-graph-embeddings":
"command": "command":
@ -213,7 +213,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-t" - "-t"
- "http://milvus:19530" - "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" "restart": "on-failure:100"
"store-triples": "store-triples":
"command": "command":
@ -222,7 +222,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-g" - "-g"
- "cassandra" - "cassandra"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"text-completion": "text-completion":
"command": "command":
@ -233,7 +233,7 @@
- "${COHERE_KEY}" - "${COHERE_KEY}"
- "-t" - "-t"
- "0.0" - "0.0"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"text-completion-rag": "text-completion-rag":
"command": "command":
@ -248,14 +248,14 @@
- "non-persistent://tg/request/text-completion-rag" - "non-persistent://tg/request/text-completion-rag"
- "-o" - "-o"
- "non-persistent://tg/response/text-completion-rag-response" - "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" "restart": "on-failure:100"
"vectorize": "vectorize":
"command": "command":
- "embeddings-vectorize" - "embeddings-vectorize"
- "-p" - "-p"
- "pulsar://pulsar:6650" - "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" "restart": "on-failure:100"
"volumes": "volumes":
"cassandra": {} "cassandra": {}

View file

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

View file

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

View file

@ -8,7 +8,7 @@
- "250" - "250"
- "--chunk-overlap" - "--chunk-overlap"
- "15" - "15"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"embeddings": "embeddings":
"command": "command":
@ -17,7 +17,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-m" - "-m"
- "all-MiniLM-L6-v2" - "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" "restart": "on-failure:100"
"etcd": "etcd":
"command": "command":
@ -65,7 +65,7 @@
- "30" - "30"
- "--max-subgraph-size" - "--max-subgraph-size"
- "3000" - "3000"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"init-pulsar": "init-pulsar":
"command": "command":
@ -82,14 +82,14 @@
- "kg-extract-definitions" - "kg-extract-definitions"
- "-p" - "-p"
- "pulsar://pulsar:6650" - "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" "restart": "on-failure:100"
"kg-extract-relationships": "kg-extract-relationships":
"command": "command":
- "kg-extract-relationships" - "kg-extract-relationships"
- "-p" - "-p"
- "pulsar://pulsar:6650" - "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" "restart": "on-failure:100"
"milvus": "milvus":
"command": "command":
@ -137,7 +137,7 @@
- "pdf-decoder" - "pdf-decoder"
- "-p" - "-p"
- "pulsar://pulsar:6650" - "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" "restart": "on-failure:100"
"prometheus": "prometheus":
"image": "docker.io/prom/prometheus:v2.53.1" "image": "docker.io/prom/prometheus:v2.53.1"
@ -156,7 +156,7 @@
- "non-persistent://tg/request/text-completion" - "non-persistent://tg/request/text-completion"
- "--text-completion-response-queue" - "--text-completion-response-queue"
- "non-persistent://tg/response/text-completion-response" - "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" "restart": "on-failure:100"
"prompt-rag": "prompt-rag":
"command": "command":
@ -171,7 +171,7 @@
- "non-persistent://tg/request/text-completion-rag" - "non-persistent://tg/request/text-completion-rag"
- "--text-completion-response-queue" - "--text-completion-response-queue"
- "non-persistent://tg/response/text-completion-rag-response" - "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" "restart": "on-failure:100"
"pulsar": "pulsar":
"command": "bin/pulsar standalone" "command": "bin/pulsar standalone"
@ -198,7 +198,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-t" - "-t"
- "http://milvus:19530" - "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" "restart": "on-failure:100"
"query-triples": "query-triples":
"command": "command":
@ -207,7 +207,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-g" - "-g"
- "bolt://neo4j:7687" - "bolt://neo4j:7687"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"store-graph-embeddings": "store-graph-embeddings":
"command": "command":
@ -216,7 +216,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-t" - "-t"
- "http://milvus:19530" - "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" "restart": "on-failure:100"
"store-triples": "store-triples":
"command": "command":
@ -225,7 +225,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-g" - "-g"
- "bolt://neo4j:7687" - "bolt://neo4j:7687"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"text-completion": "text-completion":
"command": "command":
@ -238,7 +238,7 @@
- "4096" - "4096"
- "-t" - "-t"
- "0.0" - "0.0"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"text-completion-rag": "text-completion-rag":
"command": "command":
@ -255,14 +255,14 @@
- "non-persistent://tg/request/text-completion-rag" - "non-persistent://tg/request/text-completion-rag"
- "-o" - "-o"
- "non-persistent://tg/response/text-completion-rag-response" - "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" "restart": "on-failure:100"
"vectorize": "vectorize":
"command": "command":
- "embeddings-vectorize" - "embeddings-vectorize"
- "-p" - "-p"
- "pulsar://pulsar:6650" - "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" "restart": "on-failure:100"
"volumes": "volumes":
"etcd": {} "etcd": {}

View file

@ -15,7 +15,7 @@
- "250" - "250"
- "--chunk-overlap" - "--chunk-overlap"
- "15" - "15"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"embeddings": "embeddings":
"command": "command":
@ -24,7 +24,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-m" - "-m"
- "all-MiniLM-L6-v2" - "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" "restart": "on-failure:100"
"etcd": "etcd":
"command": "command":
@ -72,7 +72,7 @@
- "30" - "30"
- "--max-subgraph-size" - "--max-subgraph-size"
- "3000" - "3000"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"init-pulsar": "init-pulsar":
"command": "command":
@ -89,14 +89,14 @@
- "kg-extract-definitions" - "kg-extract-definitions"
- "-p" - "-p"
- "pulsar://pulsar:6650" - "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" "restart": "on-failure:100"
"kg-extract-relationships": "kg-extract-relationships":
"command": "command":
- "kg-extract-relationships" - "kg-extract-relationships"
- "-p" - "-p"
- "pulsar://pulsar:6650" - "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" "restart": "on-failure:100"
"milvus": "milvus":
"command": "command":
@ -134,7 +134,7 @@
- "pdf-decoder" - "pdf-decoder"
- "-p" - "-p"
- "pulsar://pulsar:6650" - "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" "restart": "on-failure:100"
"prometheus": "prometheus":
"image": "docker.io/prom/prometheus:v2.53.1" "image": "docker.io/prom/prometheus:v2.53.1"
@ -153,7 +153,7 @@
- "non-persistent://tg/request/text-completion" - "non-persistent://tg/request/text-completion"
- "--text-completion-response-queue" - "--text-completion-response-queue"
- "non-persistent://tg/response/text-completion-response" - "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" "restart": "on-failure:100"
"prompt-rag": "prompt-rag":
"command": "command":
@ -168,7 +168,7 @@
- "non-persistent://tg/request/text-completion-rag" - "non-persistent://tg/request/text-completion-rag"
- "--text-completion-response-queue" - "--text-completion-response-queue"
- "non-persistent://tg/response/text-completion-rag-response" - "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" "restart": "on-failure:100"
"pulsar": "pulsar":
"command": "bin/pulsar standalone" "command": "bin/pulsar standalone"
@ -195,7 +195,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-t" - "-t"
- "http://milvus:19530" - "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" "restart": "on-failure:100"
"query-triples": "query-triples":
"command": "command":
@ -204,7 +204,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-g" - "-g"
- "cassandra" - "cassandra"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"store-graph-embeddings": "store-graph-embeddings":
"command": "command":
@ -213,7 +213,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-t" - "-t"
- "http://milvus:19530" - "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" "restart": "on-failure:100"
"store-triples": "store-triples":
"command": "command":
@ -222,7 +222,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-g" - "-g"
- "cassandra" - "cassandra"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"text-completion": "text-completion":
"command": "command":
@ -235,7 +235,7 @@
- "4096" - "4096"
- "-t" - "-t"
- "0.0" - "0.0"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"text-completion-rag": "text-completion-rag":
"command": "command":
@ -252,14 +252,14 @@
- "non-persistent://tg/request/text-completion-rag" - "non-persistent://tg/request/text-completion-rag"
- "-o" - "-o"
- "non-persistent://tg/response/text-completion-rag-response" - "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" "restart": "on-failure:100"
"vectorize": "vectorize":
"command": "command":
- "embeddings-vectorize" - "embeddings-vectorize"
- "-p" - "-p"
- "pulsar://pulsar:6650" - "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" "restart": "on-failure:100"
"volumes": "volumes":
"cassandra": {} "cassandra": {}

View file

@ -15,7 +15,7 @@
- "250" - "250"
- "--chunk-overlap" - "--chunk-overlap"
- "15" - "15"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"embeddings": "embeddings":
"command": "command":
@ -24,7 +24,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-m" - "-m"
- "all-MiniLM-L6-v2" - "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" "restart": "on-failure:100"
"etcd": "etcd":
"command": "command":
@ -72,7 +72,7 @@
- "30" - "30"
- "--max-subgraph-size" - "--max-subgraph-size"
- "3000" - "3000"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"init-pulsar": "init-pulsar":
"command": "command":
@ -89,14 +89,14 @@
- "kg-extract-definitions" - "kg-extract-definitions"
- "-p" - "-p"
- "pulsar://pulsar:6650" - "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" "restart": "on-failure:100"
"kg-extract-relationships": "kg-extract-relationships":
"command": "command":
- "kg-extract-relationships" - "kg-extract-relationships"
- "-p" - "-p"
- "pulsar://pulsar:6650" - "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" "restart": "on-failure:100"
"milvus": "milvus":
"command": "command":
@ -134,7 +134,7 @@
- "pdf-decoder" - "pdf-decoder"
- "-p" - "-p"
- "pulsar://pulsar:6650" - "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" "restart": "on-failure:100"
"prometheus": "prometheus":
"image": "docker.io/prom/prometheus:v2.53.1" "image": "docker.io/prom/prometheus:v2.53.1"
@ -153,7 +153,7 @@
- "non-persistent://tg/request/text-completion" - "non-persistent://tg/request/text-completion"
- "--text-completion-response-queue" - "--text-completion-response-queue"
- "non-persistent://tg/response/text-completion-response" - "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" "restart": "on-failure:100"
"prompt-rag": "prompt-rag":
"command": "command":
@ -168,7 +168,7 @@
- "non-persistent://tg/request/text-completion-rag" - "non-persistent://tg/request/text-completion-rag"
- "--text-completion-response-queue" - "--text-completion-response-queue"
- "non-persistent://tg/response/text-completion-rag-response" - "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" "restart": "on-failure:100"
"pulsar": "pulsar":
"command": "bin/pulsar standalone" "command": "bin/pulsar standalone"
@ -195,7 +195,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-t" - "-t"
- "http://milvus:19530" - "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" "restart": "on-failure:100"
"query-triples": "query-triples":
"command": "command":
@ -204,7 +204,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-g" - "-g"
- "cassandra" - "cassandra"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"store-graph-embeddings": "store-graph-embeddings":
"command": "command":
@ -213,7 +213,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-t" - "-t"
- "http://milvus:19530" - "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" "restart": "on-failure:100"
"store-triples": "store-triples":
"command": "command":
@ -222,7 +222,7 @@
- "pulsar://pulsar:6650" - "pulsar://pulsar:6650"
- "-g" - "-g"
- "cassandra" - "cassandra"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"text-completion": "text-completion":
"command": "command":
@ -237,7 +237,7 @@
- "4096" - "4096"
- "-t" - "-t"
- "0.0" - "0.0"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9" "image": "docker.io/trustgraph/trustgraph-flow:0.6.10"
"restart": "on-failure:100" "restart": "on-failure:100"
"volumes": "volumes":
- "./vertexai:/vertexai" - "./vertexai:/vertexai"
@ -258,7 +258,7 @@
- "non-persistent://tg/request/text-completion-rag" - "non-persistent://tg/request/text-completion-rag"
- "-o" - "-o"
- "non-persistent://tg/response/text-completion-rag-response" - "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" "restart": "on-failure:100"
"volumes": "volumes":
- "./vertexai:/vertexai" - "./vertexai:/vertexai"
@ -267,7 +267,7 @@
- "embeddings-vectorize" - "embeddings-vectorize"
- "-p" - "-p"
- "pulsar://pulsar:6650" - "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" "restart": "on-failure:100"
"volumes": "volumes":
"cassandra": {} "cassandra": {}