
Free, self-hosted LLM chatbot trained on your VitePress website.
VitePress Knowledge is an innovative solution designed to enhance your VitePress website by adding a self-hosted LLM (Language Learning Model) chatbot. This smart assistant is uniquely trained on your documentation, providing users with an interactive way to access information. With a straightforward setup process, you can seamlessly integrate an AI-driven chat feature into your site, creating a more engaging user experience.
Setting up the VitePress Knowledge chatbot is simple and efficient, requiring just a couple of steps. You'll generate knowledge files from your existing markdown documentation and self-host a lightweight server to manage chat interactions. Whether you're looking to assist users on your site or streamline access to documentation, this tool is a valuable addition.

VitePress is a static site generator designed for creating documentation websites. It offers a lightweight and fast development experience using Vue.js and Markdown, with features such as live-reload, theming, and customizable layout components.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.