From 5d53de74cbbe36355f4f4f99bbbb641906fcbe90 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Fri, 26 Jul 2024 14:31:23 +0100 Subject: [PATCH] Pass in module name instead of default test --- trustgraph/retrieval/graph_rag/rag.py | 1 + 1 file changed, 1 insertion(+) diff --git a/trustgraph/retrieval/graph_rag/rag.py b/trustgraph/retrieval/graph_rag/rag.py index 993557a0..80cbfafb 100755 --- a/trustgraph/retrieval/graph_rag/rag.py +++ b/trustgraph/retrieval/graph_rag/rag.py @@ -52,6 +52,7 @@ class Processor(ConsumerProducer): entity_limit=entity_limit, triple_limit=triple_limit, max_subgraph_size=max_subgraph_size, + module=module, ) def handle(self, msg):