docs/versioned_docs/version-1.8.0/_partial-kb-summary.mdx
A Langflow knowledge base is a local vector database that is stored in Langflow storage.
Because knowledge bases are local, the data isn't remotely requested and re-ingested with every flow run. This can be more efficient than using a remote vector database, and it is a good choice for flows that use custom, domain-specific datasets, like slices of customer and product data.
You can use knowledge base components in much the same way that you use vector store components. However, there are several key differences: