Are there any recommendations for a semantic search algorithm (preferably in Python) to find gifs from nip94 which will have descriptions and captions associated with them?
Obviously the goal here being for a user to type their search term and to find related gifs in order of relevance to the search term (as opposed to exact matching, which yields less results)
I know language models can do this well, but that’s costly so I was hoping there were some libraries or tools that could do this efficiently already
#asknostr #programming #python