diff --git a/docs/docs/core-components/agents.mdx b/docs/docs/core-components/agents.mdx index 1ffe19f1..97f48158 100644 --- a/docs/docs/core-components/agents.mdx +++ b/docs/docs/core-components/agents.mdx @@ -13,7 +13,7 @@ In a flow, the individual workflow steps are represented by [_components_](https 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 [**OpenSearch Ingestion** and **OpenSearch URL Ingestion** flows](/ingestion#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. diff --git a/docs/docs/core-components/chat.mdx b/docs/docs/core-components/chat.mdx index 4137e4e1..def7d8ba 100644 --- a/docs/docs/core-components/chat.mdx +++ b/docs/docs/core-components/chat.mdx @@ -8,7 +8,7 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import PartialIntegrateChat from '@site/docs/_partial-integrate-chat.mdx'; -After you [upload documents to your knowledge base](/knowledge), you can use the OpenRAG