add-icon-import

This commit is contained in:
Mendon Kissling 2025-09-25 11:05:39 -04:00
parent bf77361081
commit b154e68dc7

View file

@ -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.