Added /search_by_image endpoint to flask-ml to enable image search using image as an input.
Consolidate similar workflow steps like search faiss and fetch metadata from database into a single function, while maintaining separate functions for text and image embedding generation.