mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-21 19:21:03 +02:00
Fix some routing mapping in rev-gateway
This commit is contained in:
parent
7d3d50f188
commit
aba65e9d44
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue