Hello, how the image search system works in bagisto ?
i'm trying to figure out from the routing and i find the function called uploadSearchImage in SearchRepository file
since bagisto using tensorflow.js to process the image, but i can't find where did bagisto called the function and send the image uploaded from tensorflow.js, since the uploadSearchImage is just store the image to storage folder,
so where i can find the function that send the image uploaded to tensorflow.js ?