Merge branch 'docs-core-components-knowledge' of https://github.com/langflow-ai/openrag into docs-core-components-knowledge

This commit is contained in:
Mendon Kissling 2025-09-25 17:08:34 -04:00
commit 0f2c7cfecd

View file

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