Returning a video and playing it #2247
Unanswered
peterjbardenhagen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to create a Teams chatbot, ideally in C# but open to Python or JS that can return a MP4 video.
I'm using Azure AI Search hybrid with an index of documents that can include MP4s.
If there is a match I want it to not only return the gen-AI result but a MP4 video as well and bonus points if it can skip through the video to the relevant part.
Is this possible, and if so any hints on how to make this work?
Beta Was this translation helpful? Give feedback.
All reactions