pdfGPT
pdfGPT copied to clipboard
PDF GPT allows you to chat with the contents of your PDF file by using GPT capabilities. The most effective open source solution to turn your pdf files in a chatbot!
When preparing questions and answers, we typically follow these steps: 1. Extract text from various data sources, such as websites, PDFs, CSVs, or plain text files. The extracted text can...
Hi, I ran the `docker pull` command as suggested in the `README` but I get the following output. ```bash docker pull registry.hf.space/bhaskartripathi-pdfchatter:latest latest: Pulling from bhaskartripathi-pdfchatter bd8f6a7501cc: Pull complete 44718e6d535d:...
By removing whitespaces and trimming most letters to the most discernible sentence possible we can allow even more tokens inside our prompt by upto a staggering 50% and hence even...
Error: Trying to load a model of incompatible/unknown type. 'C:\Users\User\AppData\Local\Temp\tfhub_modules\063d866c066fd46003be952409c' contains neither 'saved_model.pb' nor 'saved_model.pbtxt'. I thought this uses OAI APK. Why is it trying to load a local model?
It works perfectly fine on linux based systems. IT gives error in mac based systems cuz of tensorflow package version onflict with grpcio. I will open an issue regarding the...
the most significant point for this work is using universal-sentence-encoder instead of openai embedding. I use it for english embedding, it seems good according to the KNN result based on...
I've tried https://api.openai.com, https://api.openai.com/v1, https://api.openai.com/v1/completions, all these requests return : _File _"D:\workspace\pdfGPT\app.py", line 49, in ask_api raise ValueError(f'[ERROR]: {r.text}') ValueError: [ERROR]: { "error": { "message": "Invalid URL (POST /v1/ask_url)", "type":...
Hey, awesome project. just curious about the use of text-DaVinci-003 over gpt-4. would you still recommend using text-DaVinci-003 over gpt-4 if it’s available to the user? If so, would you...
when i try “python app.py”, it returns “AttributeError: 'App' object has no attribute 'server'”. what's wrong