There are no bad questions! Langchain+NextJS+Pinecone boilerplate

2023-08-03

Langchain Demo on Next.js13

Simple implimentation of Langchain features like Q&A, prompt templates, chains, Q&A on custom documents using pinecone vectorstores

Tools Tech stack used includes LangChain, Pinecone, Typescript, OpenAI, and Next.js 13 (App directory)

LangChain is a framework that makes it easier to build scalable AI/LLM apps and chatbots.

Pinecone is a vectorstore for storing embeddings and your PDF in text to later retrieve similar docs. To learn more about vector stores and vector embenddings, visit: https://www.jeetchaudhuri.com/posts/notes-vector-embeddings

Credits https://github.com/mayooear/gpt4-pdf-chatbot-langchain

https://js.langchain.com/docs/

🧑‍💻 Built by Jeet. Source Code on GitHub