Skip to content
Snippets Groups Projects
Unverified Commit 5804b38d authored by Denrei Keith's avatar Denrei Keith Committed by GitHub
Browse files

fix: typo workflow/index.md (#17929)

parent 6c72f27a
No related branches found
No related tags found
No related merge requests found
...@@ -153,7 +153,7 @@ The `.run()` method is async, so we use await here to wait for the result. ...@@ -153,7 +153,7 @@ The `.run()` method is async, so we use await here to wait for the result.
Workflows can be visualized, using the power of type annotations in your step definitions. You can either draw all possible paths through the workflow, or the most recent execution, to help with debugging. Workflows can be visualized, using the power of type annotations in your step definitions. You can either draw all possible paths through the workflow, or the most recent execution, to help with debugging.
Firs install: First install:
```bash ```bash
pip install llama-index-utils-workflow pip install llama-index-utils-workflow
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment