Back to Langflow

Partial Vector Rag Blurb

docs/versioned_docs/version-1.9.0/_partial-vector-rag-blurb.mdx

1.10.0.dev201.1 KB
Original Source

import Icon from "@site/src/components/icon";

By design, vector data is essential for LLM applications, such as chatbots and agents.

While you can use an LLM alone for generic chat interactions and common tasks, you can take your application to the next level with context sensitivity (such as RAG) and custom datasets (such as internal business data). This often requires integrating vector databases and vector searches that provide the additional context and define meaningful queries.

Langflow includes vector store components that can read and write vector data, including embedding storage, similarity search, Graph RAG traversals, and dedicated search instances like OpenSearch. Because of their interdependent functionality, it is common to use vector store, language model, and embedding model components in the same flow or in a series of dependent flows.

To find available vector store components, browse <Icon name="Blocks" aria-hidden="true" /> Bundles or <Icon name="Search" aria-hidden="true" /> Search for your preferred vector database provider.