diff --git a/pages/querying/vector-search.mdx b/pages/querying/vector-search.mdx index eb3331abf..3c4f9bbf0 100644 --- a/pages/querying/vector-search.mdx +++ b/pages/querying/vector-search.mdx @@ -47,6 +47,11 @@ CREATE VECTOR INDEX vector_index_name ON :Label(embedding) WITH CONFIG {"dimensi Note that `dimension` and `capacity` are mandatory configuration required to create a vector index. +### Multiple vector indices per label and property + +Users can create multiple vector indices per label and property. A use case for that can be providing vector indices with +different metrics operating on same set of vertices. + ### Configuration parameters Below is a list of all configuration options: