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.
To disable automatic index creation, use the
rapid_auto_vector_index_enabled
variable.-
To change the settings used for automatic vector index creation, use the following variables:
-
To change settings pertaining to usage of the created vector indexes, use the following variables:
Learn how to Start a Conversational Chat.