gpt4-pdf-chatbot-langchain
gpt4-pdf-chatbot-langchain copied to clipboard
GPT4 & LangChain Chatbot for large PDF docs
I was setting incorrect environment variables when using this project, and it seems like a few others have as well: https://github.com/pinecone-io/pinecone-ts-client/issues/12 I propose outlining an example of correct environment variables...
I'm running the Chroma docker image on Mac and I guess IPV6 support is not yet enabled. The image is up and running and reachable on 127.0.0.1:8000. Is there any...
Firstly, I want to say thanks to Mayo for making this chatbot open source. I have noticed that the chatbot takes a significant amount of time to load before answering...
In the tutorial and demo videos, it is shown that responses are typed back in real-time. However, this functionality seems to be absent in the current main branch, as responses...
Hello, I keep facing this issue. I have paid OpenAI Account. The pdf is about 500 pages. What could be the issue? Thank you. ``` creating vector store... error TypeError:...
I'm having this error when running **`npm run ingest`**. I don't know what I'm doing wrong, here's a screenshot of how my ingest-data.ts and pinecone.ts are configured. I saw in...
when I run the above command I get > [email protected] dev > next dev ready - started server on 0.0.0.0:3000, url: http://localhost:3000 info - Loaded env from /home/superali/gpt4-pdf-chatbot-langchain/.env event -...
I got streaming to work using an older commit of this repo and everything works fine locally. However, when I deploy the app in vercel, it doesn't stream the responses...