dissorial / doc-chatbot

Document chatbot — multiple files, topics, chat windows and chat history. Powered by GPT.
824 stars 139 forks source link

Ingest Data and Failed to Initialize the Pinecoin Client #37

Open hydrusayon opened 1 year ago

hydrusayon commented 1 year ago

Hi, We followed all the steps properly and host this application on Ubuntu 22.04, Node version 18.16.0, and Azure. But we can't upload any files of Q/A docs, PDFs, or TXT files. We are getting errors. Please check and suggest to us. image image

dissorial commented 1 year ago

I've just pushed some changes to the repo. Pull those changes, try agian, and let me know if the error persists.

hydrusayon commented 1 year ago

Not working yet. Getting Hydration Failed image

dissorial commented 1 year ago

The problem might be in two api routes that interact with uploading documents -- upload.ts and consume.ts. These routes are configured to upload documents to a temporary directory tmp when hosted on Vercel. This means that deploying this app with other platforms might need changes in the configuration of where the files are temporarily uploaded.

hydrusayon commented 1 year ago

Can you please share us the recommended steps or other platform details?