Skip to content

Filter on vector presence #2737

@PieReissyet

Description

@PieReissyet

Is your feature request related to a problem? Please describe.
For some reasons I managed to introduce points with empty vectors in my collections. I could not reproduce the bug for it to be fixed but I would like to be able to find those points so I can re-upload or delete them.

Describe the solution you'd like
To be able to scroll the collection using a filter that would return vector with size 0 only

Describe alternatives you've considered

  • Scrolling the whole collection with vector returned so I can see which ones have empty vectors but it takes a lof of time and memory with huge collections
  • Scrolling the whole collection with no vector returned and catch exception while using the recommend route to get the ones with empty vectors but it's really time consuming too

Additional context
Here is the discussion thread that lead to this request on Discord.

Thanks !

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions