Vimeo prototypes a generative AI help desk chat using RAG over Zendesk articles
Vimeo's existing customer support options—ticket submission, Help Center search, and a third-party chatbot—failed to surface relevant, immediate answers to user queries, leaving customers frustrated and often redirected to submit a support ticket.
The existing third-party chatbot failed to surface relevant answers and redirected users to tickets. During prototype development, ChatGPT models were found to hallucinate outdated or nonexistent Vimeo Help Center links based on stale training data.
The prototype demonstrated a resilient system capable of handling a broad range of customer support queries.
Vimeo selected Google Vertex AI Chat Bison for its concise responses, cost effectiveness, and seamless Google Cloud authentication.
Frequently asked questions
What did this team achieve with this AI workflow?
The prototype demonstrated a resilient system capable of handling a broad range of customer support queries.
What tools did this team use?
Zendesk, Langchain, HNSWLib, Google Vertex AI Chat Bison, OpenAI ChatGPT 3.5 Turbo, OpenAI ChatGPT 4, Azure OpenAI ChatGPT 3.5 Turbo.
What results were reported?
Response quality vs existing chatbot: immediate, accurate, and helpful responses; Vertex AI model cost impact: some cost savings (source-reported, not independently verified).
What failed first in this deployment?
The existing third-party chatbot failed to surface relevant answers and redirected users to tickets.
How is this customer support AI workflow structured?
Zendesk articles indexed in vector store → Customer submits support question → LLM rephrases question as standalone → Vector store retrieval → Off-topic query screening → LLM generates final answer → Response returned with source links.