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",