Mayo Oshin

Results 64 comments of Mayo Oshin

Did you change the `modelName` from `gpt-4` to `gpt-3.5-turbo` ? I assume you don't yet have access to `gpt-4`

Use the latest version of the repo. It uses `yarn` instead.

Try a different PDF to see if it's an issue with a corrupted pdf.

> another one i forgot to mention - make sure to change the gpt model if you don't have access to gpt4 yet. i've changed mine to gpt3.5turbo This is...

> So I finally managed to make it work. > > The pinecode lib use the projectName to build the url, but so you have to set on the object....

> figured it out ., thank you. deployed! @louis-sanna-perso thank you for providing guidance. @TextToSQL can you share your steps towards deployment for future users? I assume the "streaming" effect...

> hey @mayooear thanks for creating this! currently having a trouble with runtime error - after deploying on vercel, it keeps giving me a post 504 error - would the...

> The latest commit reads all the pdf files inside the `docs` directory, but not the subfolders inside it. You can find the code in [ingest-data.ts](https://github.com/mayooear/gpt4-pdf-chatbot-langchain/blob/main/scripts/ingest-data.ts) file. > > ```...

> I added some code to handle adding new directories without reuploading all the data from the other unchanged directories using merkle trees. WIP on file-level changes but right now...

> This PR allows users to add multiple subdirectories in `docs` and to include multiple files in each subdirectory. `run ingest` will automatically ingest all directories and all PDF files...