Git Product home page Git Product logo

gpt4_langchain_pdf-detailed-walktrough's Introduction

Prerequisites

  • Openai account with payment option.
    • Check in this section, if your openai account is appropiate: issues-with-openai.
    • As rough estimate: 1000pdf pages cost about 1โ‚ฌ.
  • Pinecone account.

Foreword

Every change I did in the gpt4-pdf-chatbot-langchain project, I have included in the "gpt4-pdf-chatbot-langchain" folder. It should give you a quick overview on what changes need to be done. It needs your api-keys, namespace, .. though. It is not ment to be copied to your gpt4-pdf-chatbot-langchain project.

Join the discord if you have questions

Project setup

Download the project

Download the project: https://github.com/mayooear/gpt4-pdf-chatbot-langchain

Install nodejs and npm

Install Node.js and npm. Official website: https://nodejs.org/en/download

Verfiy that everything is installed with the following terminal commands.

  • Your version may differ, it is only important that node has version 18 or higher.

image

Install all required packages

Open a terminal at the top level of the project and run "npm install" to install all necessary dependencies.

image

Create a ".env"

Create a file named ".env" inside your project.

image

Openai api key

Go to https://platform.openai.com/overview and got "View API keys".

image

Click "+ Create new secrete key" and copy the key in your ".env" file image

Pinecone api key

Go to https://app.pinecone.io/organizations/ and create an api key there as well. Add them to the ".env" file.

image

Pinecone index

Create a new pinecone index with the Dimension 1536.

image

It should look similar to this:

image

Add pinecone index to the ".env" file

Add the information from your index correct to the .env file. At this point it should look like this:

image

(Optional) Set namespace in config/pinecone.ts

Give the namespace for your vectors a name in "config/pinecone.ts".

image

All vectors that are ingested will be available by this namespace in your pinecone index. The name you defined in "config/pinecone.ts" will be used to store your ingested data in this namespace, but also lookup your data on a question to the chatbot.

  • It is not possible to search data in multiple namespaces simultaneously.

image

Docs folder

Create a folder "docs" where you have your pdf files.

image

Ingest your pdf

Run "npm run ingest" in a terminal. This will ingest your pdf into the pinecone database. Remove the pdf document from the "docs" folder, otherwise it will be ingested a second time if you run "npm run ingest" again.

The terminal must be in the project folder at the top level. I have installed "gpt4-pdf-chatbot-langchain" in "Documents". image

Start appliation

Start the application with "npm run dev" in the terminal. Open a browser and go to the address http://localhost:3000/. You should see the project. image

Alternative ingest with python

To trouble shoot it might be useful to take a look at my python reimplementation at ingest. It gives more control over each step of ingest.

https://github.com/ucl98/pinecone_ingest_python_implementation

Issues with openai

Paid account

Check if you have a paid account. If you see the following message, you need to set up a paid account.

Api keys

Another issue can be that your api key is not working. Create a new one and test it again. image

Contribution

  • ucl
  • angelina-magidova-synder
  • chaudhary_181

gpt4_langchain_pdf-detailed-walktrough's People

Contributors

ucl98 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.