Skip to content

Can't filter for vector indices in describe_indices #6138

@wjones127

Description

@wjones127

I was trying to use describe_indices to find ANN indices for a column, but found they aren't returned. I found it was due to this line in index_matches_criteria():

if index_details.is_vector() {
// This method is only for finding matching scalar indexes today so reject any vector indexes
return Ok(false);
}

It would be nice if this could support vector indices.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions