A chatbot that responds only with information that it has within its knowledge base. The chatbot is able to both store and retrieve information.
ai-sdk-rag.mp4
- Next.js 14 (App Router)
- Vercel AI SDK
- OpenAI
- Drizzle ORM
- Postgres with pgvector
- shadcn-ui and TailwindCSS for styling
Run the following command to clone the repo:
git clone https://github.com/DraganAleksic99/ai-sdk-rag.git
cd ai-sdk-rag
npm i
3. Install pgvector postgres extension
cp .env.example .env
npm run dev
You can now visit http://localhost:3000.