From aba65e9d44ff08bf5cc3d21a6729d8bca16303b9 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Tue, 24 Jun 2025 10:29:40 +0100 Subject: [PATCH] Fix some routing mapping in rev-gateway --- trustgraph-flow/trustgraph/rev_gateway/dispatcher.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trustgraph-flow/trustgraph/rev_gateway/dispatcher.py b/trustgraph-flow/trustgraph/rev_gateway/dispatcher.py index 0eba62a1..b5ce8d78 100644 --- a/trustgraph-flow/trustgraph/rev_gateway/dispatcher.py +++ b/trustgraph-flow/trustgraph/rev_gateway/dispatcher.py @@ -46,8 +46,8 @@ class MessageDispatcher: "graph-rag": "graph-rag", "agent": "agent", "embeddings": "embeddings", - "graph-embeddings": "graph-embeddings-query", - "triples": "triples-query", + "graph-embeddings": "graph-embeddings", + "triples": "triples", "document-load": "document", "text-load": "text-document", "flow": "flow",