diff --git a/docs/docs/core-components/agents.mdx b/docs/docs/core-components/agents.mdx index dc6ce5d2..1ffe19f1 100644 --- a/docs/docs/core-components/agents.mdx +++ b/docs/docs/core-components/agents.mdx @@ -7,35 +7,30 @@ import Icon from "@site/src/components/icon/icon"; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -OpenRAG includes a built-in [Langflow](https://docs.langflow.org/) instance for creating and managing application workflows called [_flows_](https://docs.langflow.org/concepts-overview). +OpenRAG includes a built-in [Langflow](https://docs.langflow.org/) instance for creating and managing functional application workflows called _flows_. In a flow, the individual workflow steps are represented by [_components_](https://docs.langflow.org/concepts-components) that are connected together to form a complete process. -OpenRAG includes several built-in flows that you can customize. -You can also create your own flows using OpenRAG's embedded Langflow visual editor. - -## Built-in flows +OpenRAG includes several built-in flows: * The [**OpenRAG OpenSearch Agent** flow](/chat#flow) powers the **Chat** feature in OpenRAG. * The [**OpenSearch Ingestion** and **OpenSearch URL Ingestion** flows](/knowledge#knowledge-ingestion-flows) process documents and web content for storage in your OpenSearch knowledge base. * The [**OpenRAG OpenSearch Nudges** flow](/chat#nudges) provides optional contextual suggestions in the OpenRAG **Chat**. +You can customize these flows and create your own flows using OpenRAG's embedded Langflow visual editor. + ## Inspect and modify flows {#inspect-and-modify-flows} All OpenRAG flows are designed to be modular, performant, and provider-agnostic. -OpenRAG provides quick access to common settings and an embedded [Langflow visual editor](https://docs.langflow.org/concepts-overview) where you can fully customize the flows to suit your use case. - -To modify a flow, click