Skip to content

Commit

Permalink
fix workflow docs (#16117)
Browse files Browse the repository at this point in the history
cr
  • Loading branch information
jerryjliu authored Sep 20, 2024
1 parent 2e99701 commit f767637
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ LlamaIndex provides a framework for building agents including the ability to use

### What are workflows?

[Workflows](./understanding/workflows/) are multi-step processes that combine one or more agents, data connectors, and other tools to complete a task. They are event-driven software that allows you to combine RAG data sources and multiple agents to create a complex application that can perform a wide variety of tasks with reflection, error-correction, and other hallmarks of advanced LLM applications.
[Workflows](./understanding/workflows/) are multi-step processes that combine one or more agents, data connectors, and other tools to complete a task. They are event-driven software that allows you to combine RAG data sources and multiple agents to create a complex application that can perform a wide variety of tasks with reflection, error-correction, and other hallmarks of advanced LLM applications. You can then [deploy these agentic workflows](./module_guides/workflow/deployment.md) as production microservices.

### LlamaIndex is the framework for Context-Augmented LLM Applications

Expand Down Expand Up @@ -143,10 +143,11 @@ Need help? Have a feature suggestion? Join the LlamaIndex community:

We are open-source and always welcome contributions to the project! Check out our [contributing guide](./CONTRIBUTING.md) for full details on how to extend the core library or add an integration to a third party like an LLM, a vector store, an agent tool and more.

## Related projects
## LlamaIndex Ecosystem

There's more to the LlamaIndex universe! Check out some of our other projects:

- [llama_deploy](https://github.com/run-llama/llama_deploy) | Deploy your agentic workflows as production microservices
- [LlamaHub](https://llamahub.ai) | A large (and growing!) collection of custom data connectors
- [SEC Insights](https://secinsights.ai) | A LlamaIndex-powered application for financial research
- [create-llama](https://www.npmjs.com/package/create-llama) | A CLI tool to quickly scaffold LlamaIndex projects
3 changes: 2 additions & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,8 @@ nav:
- ./module_guides/deploying/agents/agent_runner.md
- ./module_guides/deploying/agents/modules.md
- ./module_guides/deploying/agents/tools.md
- Workflows: ./module_guides/workflow/index.md
- Workflows:
- ./module_guides/workflow/index.md
- ./module_guides/workflow/deployment.md
- Evaluation:
- ./module_guides/evaluating/index.md
Expand Down

0 comments on commit f767637

Please sign in to comment.