mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-08 06:15:14 +02:00
Up version number
This commit is contained in:
parent
31156f59b1
commit
742fca8e44
7 changed files with 43 additions and 40 deletions
5
Makefile
5
Makefile
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
# VERSION=$(shell git describe | sed 's/^v//')
|
# VERSION=$(shell git describe | sed 's/^v//')
|
||||||
VERSION=0.1.16
|
VERSION=0.2.0
|
||||||
|
|
||||||
all: container
|
all: container
|
||||||
|
|
||||||
|
|
@ -27,4 +27,5 @@ stop:
|
||||||
clean:
|
clean:
|
||||||
rm -rf wheels/
|
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
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
pdf-decoder:
|
pdf-decoder:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "pdf-decoder"
|
- "pdf-decoder"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -99,7 +99,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
chunker:
|
chunker:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "chunker-recursive"
|
- "chunker-recursive"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -107,7 +107,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
vectorize:
|
vectorize:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "embeddings-vectorize"
|
- "embeddings-vectorize"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -115,7 +115,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
embeddings:
|
embeddings:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "embeddings-hf"
|
- "embeddings-hf"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -123,7 +123,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
kg-extract-definitions:
|
kg-extract-definitions:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "kg-extract-definitions"
|
- "kg-extract-definitions"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -131,7 +131,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
kg-extract-relationships:
|
kg-extract-relationships:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "kg-extract-relationships"
|
- "kg-extract-relationships"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -139,7 +139,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
vector-write:
|
vector-write:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "vector-write-milvus"
|
- "vector-write-milvus"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -149,7 +149,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
graph-write:
|
graph-write:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "graph-write-cassandra"
|
- "graph-write-cassandra"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -159,7 +159,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
llm:
|
llm:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "llm-azure-text"
|
- "llm-azure-text"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
pdf-decoder:
|
pdf-decoder:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "pdf-decoder"
|
- "pdf-decoder"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -99,7 +99,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
chunker:
|
chunker:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "chunker-recursive"
|
- "chunker-recursive"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -107,7 +107,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
vectorize:
|
vectorize:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "embeddings-vectorize"
|
- "embeddings-vectorize"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -115,7 +115,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
embeddings:
|
embeddings:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "embeddings-hf"
|
- "embeddings-hf"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -123,7 +123,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
kg-extract-definitions:
|
kg-extract-definitions:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "kg-extract-definitions"
|
- "kg-extract-definitions"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -131,7 +131,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
kg-extract-relationships:
|
kg-extract-relationships:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "kg-extract-relationships"
|
- "kg-extract-relationships"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -139,7 +139,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
vector-write:
|
vector-write:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "vector-write-milvus"
|
- "vector-write-milvus"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -149,7 +149,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
graph-write:
|
graph-write:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "graph-write-cassandra"
|
- "graph-write-cassandra"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -159,7 +159,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
llm:
|
llm:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "llm-claude-text"
|
- "llm-claude-text"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
pdf-decoder:
|
pdf-decoder:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "pdf-decoder"
|
- "pdf-decoder"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -99,7 +99,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
chunker:
|
chunker:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "chunker-recursive"
|
- "chunker-recursive"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -107,7 +107,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
vectorize:
|
vectorize:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "embeddings-vectorize"
|
- "embeddings-vectorize"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -115,7 +115,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
embeddings:
|
embeddings:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "embeddings-hf"
|
- "embeddings-hf"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -123,7 +123,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
kg-extract-definitions:
|
kg-extract-definitions:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "kg-extract-definitions"
|
- "kg-extract-definitions"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -131,7 +131,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
kg-extract-relationships:
|
kg-extract-relationships:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "kg-extract-relationships"
|
- "kg-extract-relationships"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -139,7 +139,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
vector-write:
|
vector-write:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "vector-write-milvus"
|
- "vector-write-milvus"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -149,7 +149,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
graph-write:
|
graph-write:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "graph-write-cassandra"
|
- "graph-write-cassandra"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -159,7 +159,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
llm:
|
llm:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "llm-ollama-text"
|
- "llm-ollama-text"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -169,7 +169,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
graph-rag:
|
graph-rag:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "graph-rag"
|
- "graph-rag"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
pdf-decoder:
|
pdf-decoder:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "pdf-decoder"
|
- "pdf-decoder"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -99,7 +99,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
chunker:
|
chunker:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "chunker-recursive"
|
- "chunker-recursive"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -107,7 +107,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
vectorize:
|
vectorize:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "embeddings-vectorize"
|
- "embeddings-vectorize"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -115,7 +115,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
embeddings:
|
embeddings:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "embeddings-hf"
|
- "embeddings-hf"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -123,7 +123,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
kg-extract-definitions:
|
kg-extract-definitions:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "kg-extract-definitions"
|
- "kg-extract-definitions"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -131,7 +131,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
kg-extract-relationships:
|
kg-extract-relationships:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "kg-extract-relationships"
|
- "kg-extract-relationships"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -139,7 +139,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
vector-write:
|
vector-write:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "vector-write-milvus"
|
- "vector-write-milvus"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -149,7 +149,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
graph-write:
|
graph-write:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "graph-write-cassandra"
|
- "graph-write-cassandra"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
@ -159,7 +159,7 @@ services:
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
|
||||||
llm:
|
llm:
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.1.16
|
image: docker.io/trustgraph/trustgraph-flow:0.2.0
|
||||||
command:
|
command:
|
||||||
- "llm-vertexai-text"
|
- "llm-vertexai-text"
|
||||||
- "-p"
|
- "-p"
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,8 @@ services:
|
||||||
llm:
|
llm:
|
||||||
module: trustgraph.llm.ollama_text
|
module: trustgraph.llm.ollama_text
|
||||||
parameters:
|
parameters:
|
||||||
ollama: http://monster:11434
|
ollama: http://ollama:11434
|
||||||
|
|
||||||
graph-rag:
|
graph-rag:
|
||||||
module: trustgraph.rag.graph
|
module: trustgraph.rag.graph
|
||||||
|
|
||||||
|
|
|
||||||
1
setup.py
1
setup.py
|
|
@ -55,6 +55,7 @@ setuptools.setup(
|
||||||
"scripts/llm-vertexai-text",
|
"scripts/llm-vertexai-text",
|
||||||
"scripts/llm-claude-text",
|
"scripts/llm-claude-text",
|
||||||
"scripts/llm-azure-text",
|
"scripts/llm-azure-text",
|
||||||
|
"scripts/run-processing",
|
||||||
"scripts/loader",
|
"scripts/loader",
|
||||||
"scripts/pdf-decoder",
|
"scripts/pdf-decoder",
|
||||||
"scripts/query",
|
"scripts/query",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue