yurijmikhalevich / rclip

AI-Powered Command-Line Photo Search Tool
MIT License
693 stars 52 forks source link

feat: speedup text-only search by up to 50% (3.8s → 1.9s) and reduce text-only search RAM consumption by up to 3.8 times (1.7Gb → 0.45Gb) #125

Closed yurijmikhalevich closed 2 weeks ago

yurijmikhalevich commented 2 weeks ago

Related to #7.

This PR reduces the text-only search time and RAM consumption by loading only the text transformer unless the user wants to use an image as the search query.

Now

image

Before

image