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 !
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
Additional context
Here is the discussion thread that lead to this request on Discord.
Thanks !