For the complete documentation index, see llms.txt. This page is also available as Markdown.

Vector Stores

LlamaIndex Vector Store Nodes


A vector store or vector database refers to a type of database system that specializes in storing and retrieving high-dimensional numerical vectors. Vector stores are designed to efficiently manage and index these vectors, allowing for fast similarity searches.

Vector Store Nodes:

Last updated