add-icon-import
This commit is contained in:
parent
bf77361081
commit
b154e68dc7
1 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,10 @@ title: Agents powered by Langflow
|
||||||
slug: /agents
|
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.
|
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.
|
This flow intelligently chats with your knowledge by embedding your query, comparing it the vector database embeddings, and generating a response with the LLM.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue