mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
Fix config inconsistency (#609)
* Plural/singular confusion in config key * Flow class vs flow blueprint nomenclature change * Update docs & CLI to reflect the above
This commit is contained in:
parent
99f17d1b9d
commit
b08db761d7
36 changed files with 816 additions and 814 deletions
|
|
@ -43,7 +43,7 @@ Version: 42
|
|||
{
|
||||
"flows": {
|
||||
"default": {
|
||||
"class-name": "document-rag+graph-rag",
|
||||
"blueprint-name": "document-rag+graph-rag",
|
||||
"description": "Default processing flow",
|
||||
"interfaces": {
|
||||
"agent": {
|
||||
|
|
@ -77,7 +77,7 @@ Version: 42
|
|||
|
||||
### Flow Definitions
|
||||
Flow configurations showing:
|
||||
- **class-name**: The flow class being used
|
||||
- **blueprint-name**: The flow blueprint being used
|
||||
- **description**: Human-readable flow description
|
||||
- **interfaces**: Pulsar queue names for each service
|
||||
|
||||
|
|
@ -131,7 +131,7 @@ Exception: Unauthorized
|
|||
|
||||
## Related Commands
|
||||
|
||||
- [`tg-put-flow-class`](tg-put-flow-class.md) - Update flow class definitions
|
||||
- [`tg-put-flow-blueprint`](tg-put-flow-blueprint.md) - Update flow blueprint definitions
|
||||
- [`tg-show-flows`](tg-show-flows.md) - List active flows
|
||||
- [`tg-set-prompt`](tg-set-prompt.md) - Configure prompt templates
|
||||
- [`tg-set-token-costs`](tg-set-token-costs.md) - Configure token costs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue