diff --git a/docs/docs/core-components/agents.mdx b/docs/docs/core-components/agents.mdx index 8388bd60..a5bfbb31 100644 --- a/docs/docs/core-components/agents.mdx +++ b/docs/docs/core-components/agents.mdx @@ -8,6 +8,7 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import PartialModifyFlows from '@site/docs/_partial-modify-flows.mdx'; + 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.