Home / Companies / Vectorize / Blog / Post Details
Content Deep Dive

The Vectorize Docs Just Got Conversational

Blog post from Vectorize

Post Details
Company
Date Published
Author
Jamie Ferguson
Word Count
654
Language
English
Hacker News Points
-
Summary

The Vectorize team integrated a chat widget into their documentation site to enhance user experience by providing real-time, contextually relevant answers without requiring users to navigate away from the page. This was achieved by creating a new document ingestion pipeline, choosing a reliable language model (Groq’s GPT OSS 120B), and setting up a chat agent with a concise system prompt to assist users effectively. The widget is designed to answer questions directly within the documentation, which not only speeds up response times but also reduces the support workload by handling common inquiries. The integration process involved setting up an agent tool to connect the agent to the document pipeline, configuring the chat interface to match the brand, and embedding the widget via a script snippet. This setup ensures that every documentation update is automatically integrated into the chat agent, maintaining its relevance and efficiency. Users are encouraged to try the live chat widget on Vectorize's documentation site, with the option to implement a similar setup on their own platforms.