mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-05 19:32:11 +02:00
Update all for naming & downsize the embeddings model
This commit is contained in:
parent
3f6d2d879a
commit
0cef143a7d
4 changed files with 29 additions and 29 deletions
|
|
@ -148,8 +148,8 @@ services:
|
|||
- "embeddings-hf"
|
||||
- "-p"
|
||||
- "pulsar://pulsar:6650"
|
||||
- "-m"
|
||||
- "mixedbread-ai/mxbai-embed-large-v1"
|
||||
# - "-m"
|
||||
# - "mixedbread-ai/mxbai-embed-large-v1"
|
||||
restart: on-failure:100
|
||||
|
||||
kg-extract-definitions:
|
||||
|
|
@ -168,30 +168,30 @@ services:
|
|||
- "pulsar://pulsar:6650"
|
||||
restart: on-failure:100
|
||||
|
||||
vector-write:
|
||||
store-graph-embeddings:
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.0
|
||||
command:
|
||||
- "vector-write-milvus"
|
||||
- "ge-write-milvus"
|
||||
- "-p"
|
||||
- "pulsar://pulsar:6650"
|
||||
- "-t"
|
||||
- "http://milvus:19530"
|
||||
restart: on-failure:100
|
||||
|
||||
graph-write:
|
||||
store-triples:
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.0
|
||||
command:
|
||||
- "graph-write-cassandra"
|
||||
- "triples-write-cassandra"
|
||||
- "-p"
|
||||
- "pulsar://pulsar:6650"
|
||||
- "-g"
|
||||
- "cassandra"
|
||||
restart: on-failure:100
|
||||
|
||||
llm:
|
||||
text-completion:
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.0
|
||||
command:
|
||||
- "llm-azure-text"
|
||||
- "text-completion-azure"
|
||||
- "-p"
|
||||
- "pulsar://pulsar:6650"
|
||||
- "-k"
|
||||
|
|
|
|||
|
|
@ -148,8 +148,8 @@ services:
|
|||
- "embeddings-hf"
|
||||
- "-p"
|
||||
- "pulsar://pulsar:6650"
|
||||
- "-m"
|
||||
- "mixedbread-ai/mxbai-embed-large-v1"
|
||||
# - "-m"
|
||||
# - "mixedbread-ai/mxbai-embed-large-v1"
|
||||
restart: on-failure:100
|
||||
|
||||
kg-extract-definitions:
|
||||
|
|
@ -168,30 +168,30 @@ services:
|
|||
- "pulsar://pulsar:6650"
|
||||
restart: on-failure:100
|
||||
|
||||
vector-write:
|
||||
store-graph-embeddings:
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.0
|
||||
command:
|
||||
- "vector-write-milvus"
|
||||
- "ge-write-milvus"
|
||||
- "-p"
|
||||
- "pulsar://pulsar:6650"
|
||||
- "-t"
|
||||
- "http://milvus:19530"
|
||||
restart: on-failure:100
|
||||
|
||||
graph-write:
|
||||
store-triples:
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.0
|
||||
command:
|
||||
- "graph-write-cassandra"
|
||||
- "triples-write-cassandra"
|
||||
- "-p"
|
||||
- "pulsar://pulsar:6650"
|
||||
- "-g"
|
||||
- "cassandra"
|
||||
restart: on-failure:100
|
||||
|
||||
llm:
|
||||
text-completion:
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.0
|
||||
command:
|
||||
- "llm-claude-text"
|
||||
- "text-completion-claude"
|
||||
- "-p"
|
||||
- "pulsar://pulsar:6650"
|
||||
- "-k"
|
||||
|
|
|
|||
|
|
@ -148,8 +148,8 @@ services:
|
|||
- "embeddings-hf"
|
||||
- "-p"
|
||||
- "pulsar://pulsar:6650"
|
||||
- "-m"
|
||||
- "mixedbread-ai/mxbai-embed-large-v1"
|
||||
# - "-m"
|
||||
# - "mixedbread-ai/mxbai-embed-large-v1"
|
||||
restart: on-failure:100
|
||||
|
||||
kg-extract-definitions:
|
||||
|
|
@ -168,7 +168,7 @@ services:
|
|||
- "pulsar://pulsar:6650"
|
||||
restart: on-failure:100
|
||||
|
||||
vector-write:
|
||||
store-graph-embeddings:
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.0
|
||||
command:
|
||||
- "ge-write-milvus"
|
||||
|
|
@ -178,7 +178,7 @@ services:
|
|||
- "http://milvus:19530"
|
||||
restart: on-failure:100
|
||||
|
||||
graph-write:
|
||||
store-triples:
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.0
|
||||
command:
|
||||
- "triples-write-cassandra"
|
||||
|
|
@ -188,7 +188,7 @@ services:
|
|||
- "cassandra"
|
||||
restart: on-failure:100
|
||||
|
||||
llm:
|
||||
text-completion:
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.0
|
||||
command:
|
||||
- "text-completion-ollama"
|
||||
|
|
|
|||
|
|
@ -148,8 +148,8 @@ services:
|
|||
- "embeddings-hf"
|
||||
- "-p"
|
||||
- "pulsar://pulsar:6650"
|
||||
- "-m"
|
||||
- "mixedbread-ai/mxbai-embed-large-v1"
|
||||
# - "-m"
|
||||
# - "mixedbread-ai/mxbai-embed-large-v1"
|
||||
restart: on-failure:100
|
||||
|
||||
kg-extract-definitions:
|
||||
|
|
@ -168,30 +168,30 @@ services:
|
|||
- "pulsar://pulsar:6650"
|
||||
restart: on-failure:100
|
||||
|
||||
vector-write:
|
||||
store-graph-embeddings:
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.0
|
||||
command:
|
||||
- "vector-write-milvus"
|
||||
- "ge-write-milvus"
|
||||
- "-p"
|
||||
- "pulsar://pulsar:6650"
|
||||
- "-t"
|
||||
- "http://milvus:19530"
|
||||
restart: on-failure:100
|
||||
|
||||
graph-write:
|
||||
store-triples:
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.0
|
||||
command:
|
||||
- "graph-write-cassandra"
|
||||
- "triples-write-cassandra"
|
||||
- "-p"
|
||||
- "pulsar://pulsar:6650"
|
||||
- "-g"
|
||||
- "cassandra"
|
||||
restart: on-failure:100
|
||||
|
||||
llm:
|
||||
text-completion:
|
||||
image: docker.io/trustgraph/trustgraph-flow:0.5.0
|
||||
command:
|
||||
- "llm-vertexai-text"
|
||||
- "text-completion-ollama"
|
||||
- "-p"
|
||||
- "pulsar://pulsar:6650"
|
||||
- "-k"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue