📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

Vector Index



Vector indexes in TiDB Cloud Lake enable efficient similarity search on high-dimensional vector data using the HNSW (Hierarchical Navigable Small World) algorithm. They support use cases like semantic search, recommendation systems, and AI applications.

Vector Index Management

CommandDescription
CREATE VECTOR INDEXCreates a new Vector index for efficient similarity search
REFRESH VECTOR INDEXBuilds index for data that existed before index creation
DROP VECTOR INDEXRemoves a Vector index

Was this page helpful?