diff --git a/Makefile b/Makefile index 79b0d810..5f19f05e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # VERSION=$(shell git describe | sed 's/^v//') -VERSION=0.5.1 +VERSION=0.5.2 all: container diff --git a/docker-compose-azure.yaml b/docker-compose-azure.yaml index 774e2b15..ac397436 100644 --- a/docker-compose-azure.yaml +++ b/docker-compose-azure.yaml @@ -119,7 +119,7 @@ services: restart: on-failure:100 pdf-decoder: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "pdf-decoder" - "-p" @@ -127,7 +127,7 @@ services: restart: on-failure:100 chunker: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "chunker-recursive" - "-p" @@ -135,7 +135,7 @@ services: restart: on-failure:100 vectorize: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "embeddings-vectorize" - "-p" @@ -143,7 +143,7 @@ services: restart: on-failure:100 embeddings: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "embeddings-hf" - "-p" @@ -153,7 +153,7 @@ services: restart: on-failure:100 kg-extract-definitions: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "kg-extract-definitions" - "-p" @@ -161,7 +161,7 @@ services: restart: on-failure:100 kg-extract-relationships: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "kg-extract-relationships" - "-p" @@ -169,7 +169,7 @@ services: restart: on-failure:100 store-graph-embeddings: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "ge-write-milvus" - "-p" @@ -179,7 +179,7 @@ services: restart: on-failure:100 store-triples: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "triples-write-cassandra" - "-p" @@ -189,7 +189,7 @@ services: restart: on-failure:100 text-completion: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "text-completion-azure" - "-p" @@ -201,7 +201,7 @@ services: restart: on-failure:100 graph-rag: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "graph-rag" - "-p" diff --git a/docker-compose-claude.yaml b/docker-compose-claude.yaml index 2af933b9..e980477d 100644 --- a/docker-compose-claude.yaml +++ b/docker-compose-claude.yaml @@ -119,7 +119,7 @@ services: restart: on-failure:100 pdf-decoder: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "pdf-decoder" - "-p" @@ -127,7 +127,7 @@ services: restart: on-failure:100 chunker: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "chunker-recursive" - "-p" @@ -135,7 +135,7 @@ services: restart: on-failure:100 vectorize: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "embeddings-vectorize" - "-p" @@ -143,7 +143,7 @@ services: restart: on-failure:100 embeddings: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "embeddings-hf" - "-p" @@ -153,7 +153,7 @@ services: restart: on-failure:100 kg-extract-definitions: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "kg-extract-definitions" - "-p" @@ -161,7 +161,7 @@ services: restart: on-failure:100 kg-extract-relationships: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "kg-extract-relationships" - "-p" @@ -169,7 +169,7 @@ services: restart: on-failure:100 store-graph-embeddings: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "ge-write-milvus" - "-p" @@ -179,7 +179,7 @@ services: restart: on-failure:100 store-triples: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "triples-write-cassandra" - "-p" @@ -189,7 +189,7 @@ services: restart: on-failure:100 text-completion: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "text-completion-claude" - "-p" @@ -199,7 +199,7 @@ services: restart: on-failure:100 graph-rag: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "graph-rag" - "-p" diff --git a/docker-compose-ollama.yaml b/docker-compose-ollama.yaml index 18d81a1a..562a6260 100644 --- a/docker-compose-ollama.yaml +++ b/docker-compose-ollama.yaml @@ -119,7 +119,7 @@ services: restart: on-failure:100 pdf-decoder: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "pdf-decoder" - "-p" @@ -127,7 +127,7 @@ services: restart: on-failure:100 chunker: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "chunker-recursive" - "-p" @@ -135,7 +135,7 @@ services: restart: on-failure:100 vectorize: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "embeddings-vectorize" - "-p" @@ -143,7 +143,7 @@ services: restart: on-failure:100 embeddings: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "embeddings-hf" - "-p" @@ -153,7 +153,7 @@ services: restart: on-failure:100 kg-extract-definitions: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "kg-extract-definitions" - "-p" @@ -161,7 +161,7 @@ services: restart: on-failure:100 kg-extract-relationships: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "kg-extract-relationships" - "-p" @@ -169,7 +169,7 @@ services: restart: on-failure:100 store-graph-embeddings: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "ge-write-milvus" - "-p" @@ -179,7 +179,7 @@ services: restart: on-failure:100 store-triples: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "triples-write-cassandra" - "-p" @@ -189,7 +189,7 @@ services: restart: on-failure:100 text-completion: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "text-completion-ollama" - "-p" @@ -199,7 +199,7 @@ services: restart: on-failure:100 graph-rag: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "graph-rag" - "-p" diff --git a/docker-compose-vertexai.yaml b/docker-compose-vertexai.yaml index 24d0d3a4..4bf40795 100644 --- a/docker-compose-vertexai.yaml +++ b/docker-compose-vertexai.yaml @@ -119,7 +119,7 @@ services: restart: on-failure:100 pdf-decoder: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "pdf-decoder" - "-p" @@ -127,7 +127,7 @@ services: restart: on-failure:100 chunker: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "chunker-recursive" - "-p" @@ -135,7 +135,7 @@ services: restart: on-failure:100 vectorize: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "embeddings-vectorize" - "-p" @@ -143,7 +143,7 @@ services: restart: on-failure:100 embeddings: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "embeddings-hf" - "-p" @@ -153,7 +153,7 @@ services: restart: on-failure:100 kg-extract-definitions: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "kg-extract-definitions" - "-p" @@ -161,7 +161,7 @@ services: restart: on-failure:100 kg-extract-relationships: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "kg-extract-relationships" - "-p" @@ -169,7 +169,7 @@ services: restart: on-failure:100 store-graph-embeddings: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "ge-write-milvus" - "-p" @@ -179,7 +179,7 @@ services: restart: on-failure:100 store-triples: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "triples-write-cassandra" - "-p" @@ -189,7 +189,7 @@ services: restart: on-failure:100 text-completion: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "text-completion-ollama" - "-p" @@ -203,7 +203,7 @@ services: restart: on-failure:100 graph-rag: - image: docker.io/trustgraph/trustgraph-flow:0.5.1 + image: docker.io/trustgraph/trustgraph-flow:0.5.2 command: - "graph-rag" - "-p" diff --git a/prometheus/prometheus.yml b/prometheus/prometheus.yml index 552e6f1c..1f305f6b 100644 --- a/prometheus/prometheus.yml +++ b/prometheus/prometheus.yml @@ -30,7 +30,7 @@ scrape_configs: - 'kg-extract-relationships:8000' - 'vector-write:8000' - 'graph-write:8000' - - 'llm:8000' + - 'text-completion:8000' - 'graph-rag:8000' - 'pulsar:8080' diff --git a/setup.py b/setup.py index 703a4070..2b95590c 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import os with open("README.md", "r") as fh: long_description = fh.read() -version = "0.5.1" +version = "0.5.2" setuptools.setup( name="trustgraph",