From bdb42dac84bda80a66d9435a5f80242f1a2b4385 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Tue, 16 Jul 2024 22:39:39 +0100 Subject: [PATCH] 0.2.3 --- Makefile | 2 +- docker-compose-azure.yaml | 20 ++++++++++---------- docker-compose-claude.yaml | 20 ++++++++++---------- docker-compose-ollama.yaml | 22 ++++++++++++---------- docker-compose-vertexai.yaml | 20 ++++++++++---------- setup.py | 2 +- 6 files changed, 44 insertions(+), 42 deletions(-) diff --git a/Makefile b/Makefile index c3204439..bb7b6385 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # VERSION=$(shell git describe | sed 's/^v//') -VERSION=0.2.0 +VERSION=0.2.3 all: container diff --git a/docker-compose-azure.yaml b/docker-compose-azure.yaml index 592d7504..980487af 100644 --- a/docker-compose-azure.yaml +++ b/docker-compose-azure.yaml @@ -91,7 +91,7 @@ services: restart: on-failure:100 pdf-decoder: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "pdf-decoder" - "-p" @@ -99,7 +99,7 @@ services: restart: on-failure:100 chunker: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "chunker-recursive" - "-p" @@ -107,7 +107,7 @@ services: restart: on-failure:100 vectorize: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "embeddings-vectorize" - "-p" @@ -115,7 +115,7 @@ services: restart: on-failure:100 embeddings: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "embeddings-hf" - "-p" @@ -123,7 +123,7 @@ services: restart: on-failure:100 kg-extract-definitions: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "kg-extract-definitions" - "-p" @@ -131,7 +131,7 @@ services: restart: on-failure:100 kg-extract-relationships: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "kg-extract-relationships" - "-p" @@ -139,7 +139,7 @@ services: restart: on-failure:100 vector-write: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "vector-write-milvus" - "-p" @@ -149,7 +149,7 @@ services: restart: on-failure:100 graph-write: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "graph-write-cassandra" - "-p" @@ -159,7 +159,7 @@ services: restart: on-failure:100 llm: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "llm-azure-text" - "-p" @@ -171,7 +171,7 @@ services: restart: on-failure:100 graph-rag: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "graph-rag" - "-p" diff --git a/docker-compose-claude.yaml b/docker-compose-claude.yaml index 9d3f8510..d16a9db3 100644 --- a/docker-compose-claude.yaml +++ b/docker-compose-claude.yaml @@ -91,7 +91,7 @@ services: restart: on-failure:100 pdf-decoder: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "pdf-decoder" - "-p" @@ -99,7 +99,7 @@ services: restart: on-failure:100 chunker: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "chunker-recursive" - "-p" @@ -107,7 +107,7 @@ services: restart: on-failure:100 vectorize: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "embeddings-vectorize" - "-p" @@ -115,7 +115,7 @@ services: restart: on-failure:100 embeddings: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "embeddings-hf" - "-p" @@ -123,7 +123,7 @@ services: restart: on-failure:100 kg-extract-definitions: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "kg-extract-definitions" - "-p" @@ -131,7 +131,7 @@ services: restart: on-failure:100 kg-extract-relationships: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "kg-extract-relationships" - "-p" @@ -139,7 +139,7 @@ services: restart: on-failure:100 vector-write: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "vector-write-milvus" - "-p" @@ -149,7 +149,7 @@ services: restart: on-failure:100 graph-write: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "graph-write-cassandra" - "-p" @@ -159,7 +159,7 @@ services: restart: on-failure:100 llm: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "llm-claude-text" - "-p" @@ -169,7 +169,7 @@ services: restart: on-failure:100 graph-rag: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "graph-rag" - "-p" diff --git a/docker-compose-ollama.yaml b/docker-compose-ollama.yaml index f79bc60c..f4fec762 100644 --- a/docker-compose-ollama.yaml +++ b/docker-compose-ollama.yaml @@ -91,7 +91,7 @@ services: restart: on-failure:100 pdf-decoder: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "pdf-decoder" - "-p" @@ -99,7 +99,7 @@ services: restart: on-failure:100 chunker: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "chunker-recursive" - "-p" @@ -107,7 +107,7 @@ services: restart: on-failure:100 vectorize: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "embeddings-vectorize" - "-p" @@ -115,15 +115,17 @@ services: restart: on-failure:100 embeddings: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "embeddings-hf" - "-p" - "pulsar://pulsar:6650" + - "-m" + - "mixedbread-ai/mxbai-embed-large-v1" restart: on-failure:100 kg-extract-definitions: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "kg-extract-definitions" - "-p" @@ -131,7 +133,7 @@ services: restart: on-failure:100 kg-extract-relationships: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "kg-extract-relationships" - "-p" @@ -139,7 +141,7 @@ services: restart: on-failure:100 vector-write: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "vector-write-milvus" - "-p" @@ -149,7 +151,7 @@ services: restart: on-failure:100 graph-write: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "graph-write-cassandra" - "-p" @@ -159,7 +161,7 @@ services: restart: on-failure:100 llm: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "llm-ollama-text" - "-p" @@ -169,7 +171,7 @@ services: restart: on-failure:100 graph-rag: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "graph-rag" - "-p" diff --git a/docker-compose-vertexai.yaml b/docker-compose-vertexai.yaml index 1a340106..b14307ff 100644 --- a/docker-compose-vertexai.yaml +++ b/docker-compose-vertexai.yaml @@ -91,7 +91,7 @@ services: restart: on-failure:100 pdf-decoder: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "pdf-decoder" - "-p" @@ -99,7 +99,7 @@ services: restart: on-failure:100 chunker: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "chunker-recursive" - "-p" @@ -107,7 +107,7 @@ services: restart: on-failure:100 vectorize: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "embeddings-vectorize" - "-p" @@ -115,7 +115,7 @@ services: restart: on-failure:100 embeddings: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "embeddings-hf" - "-p" @@ -123,7 +123,7 @@ services: restart: on-failure:100 kg-extract-definitions: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "kg-extract-definitions" - "-p" @@ -131,7 +131,7 @@ services: restart: on-failure:100 kg-extract-relationships: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "kg-extract-relationships" - "-p" @@ -139,7 +139,7 @@ services: restart: on-failure:100 vector-write: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "vector-write-milvus" - "-p" @@ -149,7 +149,7 @@ services: restart: on-failure:100 graph-write: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "graph-write-cassandra" - "-p" @@ -159,7 +159,7 @@ services: restart: on-failure:100 llm: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "llm-vertexai-text" - "-p" @@ -173,7 +173,7 @@ services: restart: on-failure:100 graph-rag: - image: docker.io/trustgraph/trustgraph-flow:0.2.0 + image: docker.io/trustgraph/trustgraph-flow:0.2.3 command: - "graph-rag" - "-p" diff --git a/setup.py b/setup.py index 90b87a0f..4a2c05d8 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.2.2" +version = "0.2.3" setuptools.setup( name="trustgraph",