Any ideas on which APIs to use for searching answers in video subtitles, and also linking to the video and subtitle where the ‘answer’ was found/derived from?
For instance, there could be a series of videos on mental health covering depression, dealing with trauma, distress management, etc.
When a question related to depression is asked, like, what are the early signs of depression, then the answer (assuming it is present) should be derived from the subtitles of the video(s) on depression, and the source should also be linked.
In this case, getting the videos and their subtitles is not a challenge.
Thanks for your detailed response @linus. In this case, getting the videos and their subtitles is not a challenge. Should have made this explicit in the post.
What needs to be done is to search the subtitles and find related subtitles for what is searched and link that moment in the video.
please excuse my long reply time, I had no adequate solution for you at the time but when I came over a different thread here in the forum I thought this would be a viable approach for your use case:Embeddings - OpenAI API
Did you consider embeddings as a option for your project already?