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
ALTER TABLE alice
ADD INDEX idx_vector
GLOBAL USING vector_kmeans_tree
ON (intent, embedding)
WITH (distance=cosine, vector_type="float", vector_dimension=1024, levels=1, clusters=200);
The attempt run gave other error. SchemeShard Schemeshard is restarting constantly.
From #16813 (comment)
An attempt to build a prefix index
The text was updated successfully, but these errors were encountered: