mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 03:52:19 +08:00
* Update docs from Notion * feat: Add RAG (Retrieval-Augmented Generation) components documentation This commit adds documentation for RAG (Retrieval-Augmented Generation) components. It explains how these components process a user query by retrieving relevant documents and generating a concise summary that addresses the user's question. The documentation includes information about the Vectara component, its parameters, and the Vectara corpus. For more details, refer to the [Vectara documentation](https://docs.vectara.com/docs). --------- Co-authored-by: ogabrielluiz <ogabrielluiz@users.noreply.github.com> Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>