7.9.3 Automatic Vector Index Creation

As of MySQL 9.5.0, MySQL HeatWave GenAI automatically creates vector indexes for frequenctly queried VECTOR columns in vector store and embedding tables using advanced index structures such as Hierarchical Navigable Small World (HNSW). This helps accelerate similarity search queries that use these columns.

Information about the created vector indexes are stored in the rpd_vector_indexes performance schema table.

Control Automatic Vector Index Creation and Usage

What's Next

Learn how to Start a Conversational Chat.