Azure-Samples / aisearch-openai-rag-audio

A simple example implementation of the VoiceRAG pattern to power interactive voice generative AI experiences using RAG with Azure AI Search and Azure OpenAI's gpt-4o-realtime-preview model.
https://azure.microsoft.com/products/search
MIT License
211 stars 105 forks source link

Obtain input/output in text #34

Open Jamil-Palma opened 1 day ago

Jamil-Palma commented 1 day ago

Hello! Is it possible to capture both the generated output and input in text as well? Or do I need to implement some additional external resource specifically for this?

My intention is to maintain the current voice functionality, but I also want to have a text record Regards

pamelafox commented 1 day ago

See this issue here: https://github.com/Azure-Samples/aisearch-openai-rag-audio/issues/7 There's a fork there with the transcript functionality implemented