Skip to content

jeetch/langchain-nextjs-demo

Repository files navigation

Lanchain Demo on Next.js 13

screenshot

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/