bhaskatripathi / pdfGPT

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!
https://huggingface.co/spaces/bhaskartripathi/pdfGPT_Turbo
MIT License
6.98k stars 837 forks source link

cant lc serve #42

Closed bllfoad closed 1 year ago

bllfoad commented 1 year ago

'lc-serve' is not recognized as an internal or external command, operable program or batch file.

bhaskatripathi commented 1 year ago

@deepankarm - FYI

bllfoad commented 1 year ago

image i didn't understand i keep getting this error even when pip install langchain-serve

bhaskatripathi commented 1 year ago

please use this code while this langchain-serve issue gets fixed : https://huggingface.co/spaces/bhaskartripathi/pdfChatter/blob/main/app.py It is the the code without the integration of langchain-serve

bllfoad commented 1 year ago

thanks

bllfoad commented 1 year ago

image I tried giving the full path and it worked put what is the problem now its still loading and when using http://localhost:8080 it gives error also, this command helped me install the requirements successfully New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -`PropertyType DWORD -Force