From fa825525f8c62e4ade60df41eba5048c2f7daa80 Mon Sep 17 00:00:00 2001 From: April M <36110273+aimurphy@users.noreply.github.com> Date: Wed, 26 Nov 2025 08:22:27 -0800 Subject: [PATCH] organize knowledge pages --- docs/docs/core-components/agents.mdx | 2 +- docs/docs/core-components/chat.mdx | 8 +- docs/docs/core-components/ingestion.mdx | 249 ++++++++++++++++- .../core-components/knowledge-configure.mdx | 58 ---- .../core-components/knowledge-filters.mdx | 4 +- docs/docs/core-components/knowledge.mdx | 256 +++--------------- docs/docs/get-started/install.mdx | 2 +- docs/docs/get-started/quickstart.mdx | 4 +- docs/docs/get-started/what-is-openrag.mdx | 21 +- docs/docs/reference/configuration.mdx | 2 +- docs/sidebars.js | 1 - 11 files changed, 310 insertions(+), 297 deletions(-) delete mode 100644 docs/docs/core-components/knowledge-configure.mdx 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