Taken from this yt video as our reference this tutorial video
Tech stack: LangChain, Pinecone, Typescript, Openai, Next.js, Tailwind
- Install packages
npm install
- Set up your
.env
file
- Change
.env.example
into.env
and fill the neccessary keys. - For OPENAI API key visit openai
- For Pinecone API key and environment and index names visit pinecone and follow steps in Backend Folder
- Run the development server:
npm run dev