mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-21 03:01: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",
|
||||
"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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue