Fix some routing mapping in rev-gateway

This commit is contained in:
Cyber MacGeddon 2025-06-24 10:29:40 +01:00
parent 7d3d50f188
commit aba65e9d44

View file

@ -46,8 +46,8 @@ class MessageDispatcher:
"graph-rag": "graph-rag", "graph-rag": "graph-rag",
"agent": "agent", "agent": "agent",
"embeddings": "embeddings", "embeddings": "embeddings",
"graph-embeddings": "graph-embeddings-query", "graph-embeddings": "graph-embeddings",
"triples": "triples-query", "triples": "triples",
"document-load": "document", "document-load": "document",
"text-load": "text-document", "text-load": "text-document",
"flow": "flow", "flow": "flow",