Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 247 Bytes

File metadata and controls

13 lines (7 loc) · 247 Bytes

rag-chat-app-with-nextjs-langchain

A Simple chat app integrating LangChain + RAG with next.js

Running

cp .env.example .env Edit .env and add your OpenAI API key

docker compose up or pnpm run dev

App will start at localhost:3000