From b154e68dc77475be8027619ec650864cc4130a8e Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Thu, 25 Sep 2025 11:05:39 -0400 Subject: [PATCH 1/2] add-icon-import --- docs/docs/core-components/agents.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/core-components/agents.mdx b/docs/docs/core-components/agents.mdx index 121ca3d5..d8c6471b 100644 --- a/docs/docs/core-components/agents.mdx +++ b/docs/docs/core-components/agents.mdx @@ -3,6 +3,10 @@ title: Agents powered by Langflow slug: /agents --- +import Icon from "@site/src/components/icon/icon"; +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + OpenRAG leverages Langflow's Agent component to power the OpenRAG Open Search Agent flow. This flow intelligently chats with your knowledge by embedding your query, comparing it the vector database embeddings, and generating a response with the LLM. From a04ab7e39ea930172330550f5d4980ea1c882225 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Thu, 25 Sep 2025 11:06:55 -0400 Subject: [PATCH 2/2] anchor-syntax --- docs/docs/get-started/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/get-started/quickstart.mdx b/docs/docs/get-started/quickstart.mdx index fe039859..68d15aef 100644 --- a/docs/docs/get-started/quickstart.mdx +++ b/docs/docs/get-started/quickstart.mdx @@ -35,7 +35,7 @@ Get started with OpenRAG by loading your knowledge, swapping out your language m These events log the agent's request to the tool and the tool's response, so you have direct visibility into your agent's functionality. If you aren't getting the results you need, you can further tune the knowledge ingestion and agent behavior in the next section. -## Swap out the language model to modify agent behavior {change-components} +## Swap out the language model to modify agent behavior {#change-components} To modify the knowledge ingestion or Agent behavior, click