You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sql/vecindex: make hnsw alias for cspann for index creation
This commit adds `hnsw` to the accepted list of index types when a
vector index is defined using the `USING` syntax. However, we will
silently provide a `cspann` index instead. This change is made in
anticipation of third-party tools that want to use `cspann`.
Fixes#143109
Release note (sql change): When creating a vector index via the `USING`
syntax, is is now possible to specify `hnsw` as the index type, although
a `cspann` vector index will still be provided. The goal of this change
is to increase compatibility with third-party tools.
0 commit comments