mukulpatnaik / researchgpt

A LLM based research assistant that allows you to have a conversation with a research paper
https://www.dara.chat
MIT License
3.55k stars 340 forks source link

TypeError: PageObject.extract_text() got an unexpected keyword argument 'visitor_text' #64

Closed lyt0615 closed 9 months ago

lyt0615 commented 1 year ago

Hi, I've successfully entered the url generated by running main.py but received this error in terminal:

image

and here's another error raised in web page meanwhile:

image

Is there any change I should make to the script? btw there's nearly no space left in my c disc after installing redis and wsl. Can I uninstall them as long as I can run the script on windows?

lyt0615 commented 1 year ago

I've checked the script and there's no method called "extract_text" which raised the error. However there's one named "extraxt_txt" and it seems unused: image