Up version number

This commit is contained in:
Cyber MacGeddon 2024-07-15 19:42:16 +01:00
parent 31156f59b1
commit 742fca8e44
7 changed files with 43 additions and 40 deletions

View file

@ -1,6 +1,6 @@
# VERSION=$(shell git describe | sed 's/^v//')
VERSION=0.1.16
VERSION=0.2.0
all: container
@ -27,4 +27,5 @@ stop:
clean:
rm -rf wheels/
# sed -i 's/0.1.15/0.1.16/' docker-compose*.yaml
set-version:
sed -i 's/trustgraph-flow:[0-9]*\.[0-9]*\.[0-9]*/trustgraph-flow:'${VERSION}'/' docker-compose*.yaml

View file

@ -91,7 +91,7 @@ services:
restart: on-failure:100
pdf-decoder:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "pdf-decoder"
- "-p"
@ -99,7 +99,7 @@ services:
restart: on-failure:100
chunker:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "chunker-recursive"
- "-p"
@ -107,7 +107,7 @@ services:
restart: on-failure:100
vectorize:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "embeddings-vectorize"
- "-p"
@ -115,7 +115,7 @@ services:
restart: on-failure:100
embeddings:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "embeddings-hf"
- "-p"
@ -123,7 +123,7 @@ services:
restart: on-failure:100
kg-extract-definitions:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "kg-extract-definitions"
- "-p"
@ -131,7 +131,7 @@ services:
restart: on-failure:100
kg-extract-relationships:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "kg-extract-relationships"
- "-p"
@ -139,7 +139,7 @@ services:
restart: on-failure:100
vector-write:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "vector-write-milvus"
- "-p"
@ -149,7 +149,7 @@ services:
restart: on-failure:100
graph-write:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "graph-write-cassandra"
- "-p"
@ -159,7 +159,7 @@ services:
restart: on-failure:100
llm:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "llm-azure-text"
- "-p"

View file

@ -91,7 +91,7 @@ services:
restart: on-failure:100
pdf-decoder:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "pdf-decoder"
- "-p"
@ -99,7 +99,7 @@ services:
restart: on-failure:100
chunker:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "chunker-recursive"
- "-p"
@ -107,7 +107,7 @@ services:
restart: on-failure:100
vectorize:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "embeddings-vectorize"
- "-p"
@ -115,7 +115,7 @@ services:
restart: on-failure:100
embeddings:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "embeddings-hf"
- "-p"
@ -123,7 +123,7 @@ services:
restart: on-failure:100
kg-extract-definitions:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "kg-extract-definitions"
- "-p"
@ -131,7 +131,7 @@ services:
restart: on-failure:100
kg-extract-relationships:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "kg-extract-relationships"
- "-p"
@ -139,7 +139,7 @@ services:
restart: on-failure:100
vector-write:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "vector-write-milvus"
- "-p"
@ -149,7 +149,7 @@ services:
restart: on-failure:100
graph-write:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "graph-write-cassandra"
- "-p"
@ -159,7 +159,7 @@ services:
restart: on-failure:100
llm:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "llm-claude-text"
- "-p"

View file

@ -91,7 +91,7 @@ services:
restart: on-failure:100
pdf-decoder:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "pdf-decoder"
- "-p"
@ -99,7 +99,7 @@ services:
restart: on-failure:100
chunker:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "chunker-recursive"
- "-p"
@ -107,7 +107,7 @@ services:
restart: on-failure:100
vectorize:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "embeddings-vectorize"
- "-p"
@ -115,7 +115,7 @@ services:
restart: on-failure:100
embeddings:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "embeddings-hf"
- "-p"
@ -123,7 +123,7 @@ services:
restart: on-failure:100
kg-extract-definitions:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "kg-extract-definitions"
- "-p"
@ -131,7 +131,7 @@ services:
restart: on-failure:100
kg-extract-relationships:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "kg-extract-relationships"
- "-p"
@ -139,7 +139,7 @@ services:
restart: on-failure:100
vector-write:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "vector-write-milvus"
- "-p"
@ -149,7 +149,7 @@ services:
restart: on-failure:100
graph-write:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "graph-write-cassandra"
- "-p"
@ -159,7 +159,7 @@ services:
restart: on-failure:100
llm:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "llm-ollama-text"
- "-p"
@ -169,7 +169,7 @@ services:
restart: on-failure:100
graph-rag:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "graph-rag"
- "-p"

View file

@ -91,7 +91,7 @@ services:
restart: on-failure:100
pdf-decoder:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "pdf-decoder"
- "-p"
@ -99,7 +99,7 @@ services:
restart: on-failure:100
chunker:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "chunker-recursive"
- "-p"
@ -107,7 +107,7 @@ services:
restart: on-failure:100
vectorize:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "embeddings-vectorize"
- "-p"
@ -115,7 +115,7 @@ services:
restart: on-failure:100
embeddings:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "embeddings-hf"
- "-p"
@ -123,7 +123,7 @@ services:
restart: on-failure:100
kg-extract-definitions:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "kg-extract-definitions"
- "-p"
@ -131,7 +131,7 @@ services:
restart: on-failure:100
kg-extract-relationships:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "kg-extract-relationships"
- "-p"
@ -139,7 +139,7 @@ services:
restart: on-failure:100
vector-write:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "vector-write-milvus"
- "-p"
@ -149,7 +149,7 @@ services:
restart: on-failure:100
graph-write:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "graph-write-cassandra"
- "-p"
@ -159,7 +159,7 @@ services:
restart: on-failure:100
llm:
image: docker.io/trustgraph/trustgraph-flow:0.1.16
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "llm-vertexai-text"
- "-p"

View file

@ -28,7 +28,8 @@ services:
llm:
module: trustgraph.llm.ollama_text
parameters:
ollama: http://monster:11434
ollama: http://ollama:11434
graph-rag:
module: trustgraph.rag.graph

View file

@ -55,6 +55,7 @@ setuptools.setup(
"scripts/llm-vertexai-text",
"scripts/llm-claude-text",
"scripts/llm-azure-text",
"scripts/run-processing",
"scripts/loader",
"scripts/pdf-decoder",
"scripts/query",