Turn website voice questions into clear answers from your own files. This build links a voice agent to a retrieval system so visitors get fast, accurate replies based on content in your Google Drive. It fits teams that want self service support without growing chat queues.
Here is how it runs. The website voice widget sends each question to an n8n webhook. An AI Agent uses OpenAI to read the question, fetches the most relevant passages from a Qdrant vector database, and forms a helpful answer. Your documents are loaded from Google Drive, split into small parts, turned into embeddings by OpenAI, and stored in Qdrant. The reply is sent back through a response webhook so the voice agent can speak it.
Setup is straightforward. You need access to Google Drive files, an OpenAI API key, and a Qdrant cluster and API key. You also set up an ElevenLabs agent and paste the n8n webhook URL into its tool. Expect fewer repetitive tickets, faster answers, and a better user experience. Great for FAQs, menus, policies, product docs, or onboarding guides presented as voice Q and A.