gpt4-pdf-chatbot-langchain icon indicating copy to clipboard operation
gpt4-pdf-chatbot-langchain copied to clipboard

GPT4 & LangChain Chatbot for large PDF docs

Results 138 gpt4-pdf-chatbot-langchain issues
Sort by recently updated
recently updated
newest added

Thank you for the project, I tested it out with a different document and it worked well with a few mismatches. However how can I make the chatbot respond to...

export HTTP_PROXY=http://yourproxyhostname:yourproxyport which config file should I put for proxy for openai. thanks

![image](https://user-images.githubusercontent.com/85268534/229066065-dcf5c50f-488e-41aa-9bf8-4f49babee94f.png) I successfully ingested my data and run the localhost. When I tried to ask some qustions I get this network error

the error in the terminal i am getting is "undefined" and no response in the chat is there a way to find the root cause? thankyou !

Just wondering if it's possible to use something other than Pinecone, to reduce the dependencies. Postgres has extensions for vector storage https://github.com/pgvector/pgvector

Have read the documentation over, and over, and over... Have created new API keys on OpenAI / Pinecone. Have double, and triple checked the name space, index name, and environment...

Anyone else experience this? I tried with the PDFs included in the repo as well as others. Below is the error - "request failed and the interceptors did not return...

Running ingest script errors out with 'Failed to ingest data'. Looking at the axios error, shows this: ``` error: { message: 'you must provide a model parameter', type: 'invalid_request_error', param:...