A NextJS Retrieval Augmented Generation Chat Demo with Vectorization Using TensorFlow
Modules include: Chat, Dashboard, Auth, Database, Payments, Subscription
- Clone:
git clone "https://github.com/codephycom/nextjs-chat-rag"- Install dependencies using pnpm:
pnpm install- Create the .env file:
cp .env.example .env.local- Start the development server:
pnpm run dev- Starter Template @miickasmt from next-saas-stripe-starter
- Shadcn (@shadcn)
- Steven Tey (@steventey)
- Antonio Erdeljac (@YTCodeAntonio)