mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-28 01:46:22 +02:00
Processor model prototype
This commit is contained in:
parent
3565e5c5a9
commit
bc34f8b99f
22 changed files with 541 additions and 172 deletions
34
processing.yaml
Normal file
34
processing.yaml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
|
||||
services:
|
||||
|
||||
pdf-decoder:
|
||||
module: trustgraph.decoder.pdf
|
||||
|
||||
chunker:
|
||||
module: trustgraph.chunker.recursive
|
||||
|
||||
vectorize:
|
||||
module: trustgraph.embeddings.vectorize
|
||||
|
||||
embeddings:
|
||||
module: trustgraph.embeddings.hf
|
||||
|
||||
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://monster:11434
|
||||
graph-rag:
|
||||
module: trustgraph.rag.graph
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue