mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
OpenAI integration (#7)
* Preliminary OpenAI support * Version to 0.5.9 --------- Co-authored-by: JackColquitt <daniel@kalntera.ai>
This commit is contained in:
parent
4584464e69
commit
fd547f7762
15 changed files with 449 additions and 81 deletions
|
|
@ -130,7 +130,7 @@ services:
|
|||
restart: on-failure:100
|
||||
|
||||
pdf-decoder:
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.8
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.9
|
||||
command:
|
||||
- "pdf-decoder"
|
||||
- "-p"
|
||||
|
|
@ -138,7 +138,7 @@ services:
|
|||
restart: on-failure:100
|
||||
|
||||
chunker:
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.8
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.9
|
||||
command:
|
||||
- "chunker-recursive"
|
||||
- "-p"
|
||||
|
|
@ -146,7 +146,7 @@ services:
|
|||
restart: on-failure:100
|
||||
|
||||
vectorize:
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.8
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.9
|
||||
command:
|
||||
- "embeddings-vectorize"
|
||||
- "-p"
|
||||
|
|
@ -154,7 +154,7 @@ services:
|
|||
restart: on-failure:100
|
||||
|
||||
embeddings:
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.8
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.9
|
||||
command:
|
||||
- "embeddings-hf"
|
||||
- "-p"
|
||||
|
|
@ -164,7 +164,7 @@ services:
|
|||
restart: on-failure:100
|
||||
|
||||
kg-extract-definitions:
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.8
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.9
|
||||
command:
|
||||
- "kg-extract-definitions"
|
||||
- "-p"
|
||||
|
|
@ -172,7 +172,7 @@ services:
|
|||
restart: on-failure:100
|
||||
|
||||
kg-extract-relationships:
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.8
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.9
|
||||
command:
|
||||
- "kg-extract-relationships"
|
||||
- "-p"
|
||||
|
|
@ -180,7 +180,7 @@ services:
|
|||
restart: on-failure:100
|
||||
|
||||
store-graph-embeddings:
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.8
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.9
|
||||
command:
|
||||
- "ge-write-milvus"
|
||||
- "-p"
|
||||
|
|
@ -190,7 +190,7 @@ services:
|
|||
restart: on-failure:100
|
||||
|
||||
store-triples:
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.8
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.9
|
||||
command:
|
||||
- "triples-write-cassandra"
|
||||
- "-p"
|
||||
|
|
@ -200,7 +200,7 @@ services:
|
|||
restart: on-failure:100
|
||||
|
||||
text-completion:
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.8
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.9
|
||||
command:
|
||||
- "text-completion-claude"
|
||||
- "-p"
|
||||
|
|
@ -210,7 +210,7 @@ services:
|
|||
restart: on-failure:100
|
||||
|
||||
text-completion-rag:
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.8
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.9
|
||||
command:
|
||||
- "text-completion-ollama"
|
||||
- "-p"
|
||||
|
|
@ -224,7 +224,7 @@ services:
|
|||
restart: on-failure:100
|
||||
|
||||
graph-rag:
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.8
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.9
|
||||
command:
|
||||
- "graph-rag"
|
||||
- "-p"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue