2024-07-15 17:17:04 +01:00
|
|
|
|
|
|
|
|
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:
|
2024-07-15 19:42:16 +01:00
|
|
|
ollama: http://ollama:11434
|
|
|
|
|
|
2024-07-15 17:17:04 +01:00
|
|
|
graph-rag:
|
|
|
|
|
module: trustgraph.rag.graph
|
|
|
|
|
|