diff --git a/docs/docs/core-components/agents.mdx b/docs/docs/core-components/agents.mdx index a5bfbb31..1ecdb1cc 100644 --- a/docs/docs/core-components/agents.mdx +++ b/docs/docs/core-components/agents.mdx @@ -9,7 +9,7 @@ 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. +OpenRAG leverages Langflow's Agent component to power the OpenRAG OpenSearch 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. @@ -28,9 +28,9 @@ In an agentic context, tools are functions that the agent can run to perform tas -## Use the OpenRAG Open Search Agent flow +## Use the OpenRAG OpenSearch Agent flow -If you've chatted with your knowledge in OpenRAG, you've already experienced the OpenRAG Open Search Agent chat flow. +If you've chatted with your knowledge in OpenRAG, you've already experienced the OpenRAG OpenSearch Agent chat flow. To view the flow, click