When files land in Google Drive, extracts and embeds them with OpenAI into a Supabase vector store, caching via Redis for a pet-shop assistant.
On a chat message or Google Drive upload, embeds files into Supabase and answers questions with an OpenAI RAG agent.
On chat message, an OpenAI agent retrieves knowledge from Qdrant and Google Drive to draft Zendesk ticket replies.
On a Slack or chat message, a RAG agent retrieves from Pinecone using OpenAI and Anthropic models and replies via Gmail.