I am using gpt-40-realtime-preview-2024-12-17 APi with whisper-1 for voice chat feature for my mobile application.
The issue is, I am not able to connect Realtime API to Vector Store, which is attached to Assistants. I am able to get the System Prompt and greetings message configures with Assistants, but it never gets the data from Vector Store.
I have uploaded knowledge base with latest information but voice chat always answering from last knowledge base cutoff date, which is from 2024-12-17.
My requirement is gpt-4o-realtime API to use for voice chat and integrate it with Vector store knowledge base to provide customized answer to user and later connect to Web Search using OpenAI built-in Web Search. Anyone has implemented similar design,
Please answer.
Thanks