mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-29 18:36:22 +02:00
version 0.3.0
This commit is contained in:
parent
ce12414939
commit
29180216e6
7 changed files with 87 additions and 42 deletions
45
processing-just-llm.yaml
Normal file
45
processing-just-llm.yaml
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
|
||||
services:
|
||||
|
||||
pdf-decoder:
|
||||
module: trustgraph.decoder.pdf
|
||||
|
||||
chunker:
|
||||
module: trustgraph.chunker.recursive
|
||||
|
||||
vectorize:
|
||||
module: trustgraph.embeddings.vectorize
|
||||
|
||||
# embeddings:
|
||||
# module: trustgraph.embeddings.hf
|
||||
|
||||
# embeddings:
|
||||
# module: trustgraph.embeddings.ollama
|
||||
# parameters:
|
||||
# ollama: http://ollama:11434
|
||||
|
||||
embeddings:
|
||||
module: trustgraph.embeddings.hf
|
||||
parameters:
|
||||
model: mixedbread-ai/mxbai-embed-large-v1
|
||||
|
||||
kg-extract-definitions:
|
||||
module: trustgraph.kg.extract_definitions
|
||||
|
||||
kg-extract-relationships:
|
||||
module: trustgraph.kg.extract_relationships
|
||||
|
||||
vector-write:
|
||||
module: trustgraph.vector.milvus_write
|
||||
|
||||
graph-write:
|
||||
module: trustgraph.graph.cassandra_write
|
||||
|
||||
llm:
|
||||
module: trustgraph.llm.ollama_text
|
||||
parameters:
|
||||
ollama: http://ollama:11434
|
||||
|
||||
graph-rag:
|
||||
module: trustgraph.rag.graph
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue