RingoCatKeeper

RingoCatKeeper OP t1_j2b3dtq wrote

Thanks for your long feedback, I've read it twice.

1.re-run the initial query is a great idea, will try to update in the next version.

2.For a ViT-B-32 CLIP model, it will resize all imagines input to the size by 224x224, which is even smaller than that thumbnails, so this will do no harm to performance.

3.Download imagines from iCloud is easy to implement, however it requires network access. It's a disaster for an app that reads all your photos having access to a network, so I made a compromise here.

4.I've tried dynamic scrolling but it cost more time to fetch results, will consider do that way.

5.Search from a few specific album names is a better experience, will definitely find how to implement it.

Really thanks for your patient feedback!

1

RingoCatKeeper OP t1_j293hgk wrote

It's an interesting idea to synchronize the indexes for different devices, however anything related with network connection is a disaster of an app that reads all you photos. Maybe there exists a better way to do this.

On the issue of running on M2, I'll check it out later.

Your project sounds interesting, please get me noticed when there is a product.

1