Skip to main content

Indexing Strategies

Vector Store Index

0:00
LearnStep 1/4

Vector Store Basics

VectorStoreIndex: Semantic Search

python

How It Works

VectorStoreIndex converts text to embeddings and stores them for similarity search. When you query, it finds the most semantically similar chunks.