evanhu1 / talk2arxiv

Talk to any ArXiv paper using ChatGPT
https://talk2arxiv.org
Apache License 2.0
497 stars 28 forks source link

System down #4

Closed AhmadHakami closed 9 months ago

AhmadHakami commented 9 months ago

I'm attempting to use your server with my OpenAI API code but it's not functioning

Even when I try it with different papers I added talk2 before the arXiv paper link Like (talk2 + arxiv.org/pdf/2311.12454.pdf) and everything worked well in the GUI page and embedding the document was successful but all the sent questions result in the same error message Embedding server is down Please try again later

what could be the issue

claudioantonio commented 9 months ago

Same here.

evanhu1 commented 9 months ago

Usually when I've encountered "Embedding server is down Please try again later" it's because the PDF is being processed for the first time (not previously seen and so not cached), which means the embeddings generated from it need time to propagate to the embedding database. Does the error persist after waiting a few minutes?

claudioantonio commented 9 months ago

Usually when I've encountered "Embedding server is down Please try again later" it's because the PDF is being processed for the first time (not previously seen and so not cached), which means the embeddings generated from it need time to propagate to the embedding database. Does the error persist after waiting a few minutes?

Yes, it persists... 😔 I am trying with the following paper: https://www.talk2arxiv.org/pdf/2212.12439.pdf

claudioantonio commented 9 months ago

This is what google chrome inspect shows when I load the page with the PDF above. image

evanhu1 commented 9 months ago

It should be fixed now. Thanks for alerting me to this, the free tier of Pinecone DB had filled up. I've switched the system to use the open-source Qdrant now!

claudioantonio commented 9 months ago

Thansk a lot!!!