mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
Fix graph-rag
This commit is contained in:
parent
816ee2038f
commit
0574eb6177
7 changed files with 44 additions and 45 deletions
|
|
@ -91,7 +91,7 @@ services:
|
|||
restart: on-failure:100
|
||||
|
||||
pdf-decoder:
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.3.1
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.3.3
|
||||
command:
|
||||
- "pdf-decoder"
|
||||
- "-p"
|
||||
|
|
@ -99,7 +99,7 @@ services:
|
|||
restart: on-failure:100
|
||||
|
||||
chunker:
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.3.1
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.3.3
|
||||
command:
|
||||
- "chunker-recursive"
|
||||
- "-p"
|
||||
|
|
@ -107,7 +107,7 @@ services:
|
|||
restart: on-failure:100
|
||||
|
||||
vectorize:
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.3.1
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.3.3
|
||||
command:
|
||||
- "embeddings-vectorize"
|
||||
- "-p"
|
||||
|
|
@ -115,7 +115,7 @@ services:
|
|||
restart: on-failure:100
|
||||
|
||||
embeddings:
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.3.1
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.3.3
|
||||
command:
|
||||
- "embeddings-hf"
|
||||
- "-p"
|
||||
|
|
@ -123,7 +123,7 @@ services:
|
|||
restart: on-failure:100
|
||||
|
||||
kg-extract-definitions:
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.3.1
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.3.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.3.1
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.3.3
|
||||
command:
|
||||
- "kg-extract-relationships"
|
||||
- "-p"
|
||||
|
|
@ -139,7 +139,7 @@ services:
|
|||
restart: on-failure:100
|
||||
|
||||
vector-write:
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.3.1
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.3.3
|
||||
command:
|
||||
- "vector-write-milvus"
|
||||
- "-p"
|
||||
|
|
@ -149,7 +149,7 @@ services:
|
|||
restart: on-failure:100
|
||||
|
||||
graph-write:
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.3.1
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.3.3
|
||||
command:
|
||||
- "graph-write-cassandra"
|
||||
- "-p"
|
||||
|
|
@ -159,7 +159,7 @@ services:
|
|||
restart: on-failure:100
|
||||
|
||||
llm:
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.3.1
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.3.3
|
||||
command:
|
||||
- "llm-claude-text"
|
||||
- "-p"
|
||||
|
|
@ -169,7 +169,7 @@ services:
|
|||
restart: on-failure:100
|
||||
|
||||
graph-rag:
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.3.1
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.3.3
|
||||
command:
|
||||
- "graph-rag"
|
||||
- "-p"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue