mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-24 04:31:02 +02:00
Mention a setup & timing scenario
This commit is contained in:
parent
529da32195
commit
f7184bdace
1 changed files with 8 additions and 0 deletions
|
|
@ -285,6 +285,14 @@ Common queue patterns:
|
||||||
- Prompt responses: non-persistent://tg/response/prompt:default
|
- Prompt responses: non-persistent://tg/response/prompt:default
|
||||||
- LLM requests: non-persistent://tg/request/text-completion:default
|
- LLM requests: non-persistent://tg/request/text-completion:default
|
||||||
- LLM responses: non-persistent://tg/response/text-completion:default
|
- LLM responses: non-persistent://tg/response/text-completion:default
|
||||||
|
|
||||||
|
IMPORTANT:
|
||||||
|
This tool subscribes to queues without a schema (schema-less mode). To avoid
|
||||||
|
schema conflicts, ensure that TrustGraph services and flows are already started
|
||||||
|
before running this tool. If this tool subscribes first, the real services may
|
||||||
|
encounter schema mismatch errors when they try to connect.
|
||||||
|
|
||||||
|
Best practice: Start services → Set up flows → Run tg-dump-queues
|
||||||
""",
|
""",
|
||||||
formatter_class=argparse.RawDescriptionHelpFormatter
|
formatter_class=argparse.RawDescriptionHelpFormatter
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue