Skip to content

Add vector index without params #20194

Open
@azevaykin

Description

@azevaykin

Query is completed without error, but index is not created.

ALTER TABLE MyVectors ADD INDEX MyIndex GLOBAL USING vector_kmeans_tree ON (embedding)

Reason: WITH is missed

ALTER TABLE MyVectors ADD INDEX MyIndex GLOBAL USING vector_kmeans_tree ON (embedding)
WITH (distance=cosine, vector_type="float", vector_dimension=5, levels=1, clusters=10)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions