LanceDB logoVercel logo
AI Chatbot with any website

Use an AI chatbot with website context retrieved from a vector store like LanceDB. LanceDB is lightweight and can be embedded directly into Next.js, with data stored on-prem. Visit chatbot repo

Gets relevant information

By using a vector store, we can retrieve relevant up-to-date information for use in chat completion.

Reduces hallucinations

By using a source of truth, we provide a structural basis for LLM answers. This is known as retrieval augmented generation.

Immersive chat experience

The Vercel AI SDK allows for a streaming UI experience and real-time dynamic data representation with just a few lines of code.