Skip to content

Commit

Permalink
Add workflows to config
Browse files Browse the repository at this point in the history
  • Loading branch information
natoverse committed Jan 24, 2025
1 parent d98e0a9 commit 6b868fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/config/yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,4 +372,8 @@ Indicates whether we should run UMAP dimensionality reduction. This is used to p
- `top_p` **float | None** - The top-p value to use for token generation.
- `n` **int | None** - The number of completions to generate.
- `max_tokens` **int** - The maximum tokens.
- `llm_max_tokens` **int** - The LLM maximum tokens.
- `llm_max_tokens` **int** - The LLM maximum tokens.

### workflows

**str** - This is a list of workflow names to run, in order. GraphRAG has built-in pipelines to configure this, but you can run exactly and only what you want by specifying the list here. Useful if you have done part of the processing yourself.

0 comments on commit 6b868fc

Please sign in to comment.