Podium RAG Context Bridge Overview Take a live transcript chunk (or webchat turn) and emit a structured RAG context bundle the calling LLM can drop into its prompt. This is not a chatbot. This is the substrate that sits between Podium's transcription stream and whatever LLM your agent loop is using — fetching the right historical context, fast enough to matter, in a shape the model can actually consume. The substrate combines two retrieval surfaces: a vector store of past Podium conversations (embedded at ingest by ) and a live Podium API lookup for the contact's fresh state (phone, opt-out,…