Giter Site home page Giter Site logo

ai2hub / gpt4-pdf-chatbot-langchain Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mayooear/gpt4-pdf-chatbot-langchain

0.0 1.0 0.0 1.88 MB

GPT4 & LangChain Chatbot for large PDF docs

Home Page: https://www.youtube.com/watch?v=ih9PBGVVOO4

JavaScript 1.97% TypeScript 80.05% CSS 17.98%

gpt4-pdf-chatbot-langchain's Introduction

GPT-4 & LangChain - Create a ChatGPT Chatbot for Your PDF Docs

Use the new GPT-4 api to build a chatGPT chatbot for Large PDF docs (56 pages used in this example).

Tech stack used includes LangChain, Pinecone, Typescript, Openai, and Next.js. 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.

Tutorial video

Get in touch via twitter if you have questions

The visual guide of this repo and tutorial is in the visual guide folder.

If you run into errors, please review the troubleshooting section further down this page.

Development

  1. Clone the repo
git clone [github https url]
  1. Install packages
pnpm install
  1. Set up your .env file
  • Copy .env.example into .env Your .env file should look like this:
OPENAI_API_KEY=

PINECONE_API_KEY=
PINECONE_ENVIRONMENT=

  • Visit openai to retrieve API keys and insert into your .env file.
  • Visit pinecone to create and retrieve your API keys.
  1. In the config folder, replace the PINECONE_INDEX_NAME and PINECONE_NAME_SPACE with your own details from your pinecone dashboard.

  2. In utils/makechain.ts chain change the QA_PROMPT for your own usecase. Change modelName in new OpenAIChat to a different api model if you don't have access to gpt-4. See the OpenAI docs for a list of supported modelNames. For example you could use gpt-3.5-turbo if you do not have access to gpt-4, yet.

Convert your PDF to embeddings

  1. In docs folder replace the pdf with your own pdf doc.

  2. In scripts/ingest-data.ts replace filePath with docs/{yourdocname}.pdf

  3. Run the script pnpm run ingest to 'ingest' and embed your docs

  4. Check Pinecone dashboard to verify your namespace and vectors have been added.

Run the app

Once you've verified that the embeddings and content have been successfully added to your Pinecone, you can run the app pnpm run dev to launch the local dev environment and then type a question in the chat interface.

Troubleshooting

In general, keep an eye out in the issues and discussions section of this repo for solutions.

General errors

  • Make sure you're running the latest Node version. Run node -v
  • Make sure you're using the same versions of LangChain and Pinecone as this repo.
  • Check that you've created an .env file that contains your valid (and working) API keys.
  • If you change modelName in OpenAIChat note that the correct name of the alternative model is gpt-3.5-turbo
  • Pinecone indexes of users on the Starter(free) plan are deleted after 7 days of inactivity. To prevent this, send an API request to Pinecone to reset the counter.

Pinecone errors

  • Make sure your pinecone dashboard environment and index matches the one in your config folder.
  • Check that you've set the vector dimensions to 1536.
  • Switch your Environment in pinecone to us-east1-gcp if the other environment is causing issues.

If you're stuck after trying all these steps, delete node_modules, restart your computer, then pnpm install again.

Credit

Frontend of this repo is inspired by langchain-chat-nextjs

gpt4-pdf-chatbot-langchain's People

Contributors

ankri avatar mayooear avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.