https://github.com/vercel/ai-sdk-rag-starter
https://github.com/vercel/ai-sdk-rag-starter
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/vercel/ai-sdk-rag-starter
- Owner: vercel
- Created: 2024-07-03T09:16:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T12:31:34.000Z (over 1 year ago)
- Last Synced: 2025-03-28T09:07:45.235Z (over 1 year ago)
- Language: TypeScript
- Size: 15.6 KB
- Stars: 138
- Watchers: 4
- Forks: 118
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vercel AI SDK RAG Guide Starter Project
This is the starter project for the Vercel AI SDK [Retrieval-Augmented Generation (RAG) guide](https://sdk.vercel.ai/docs/guides/rag-chatbot).
In this project, you will build a chatbot that will only respond with information that it has within its knowledge base. The chatbot will be able to both store and retrieve information. This project has many interesting use cases from customer support through to building your own second brain!
This project will use the following stack:
- [Next.js](https://nextjs.org) 14 (App Router)
- [Vercel AI SDK](https://sdk.vercel.ai/docs)
- [OpenAI](https://openai.com)
- [Drizzle ORM](https://orm.drizzle.team)
- [Postgres](https://www.postgresql.org/) with [ pgvector ](https://github.com/pgvector/pgvector)
- [shadcn-ui](https://ui.shadcn.com) and [TailwindCSS](https://tailwindcss.com) for styling