You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just installed localGPT and I'd few issues mostly because of some dependencies, one of that was using an old tokenizer, so I modified the requirements.txt to force the minimum required to my setup, adding:
tokenizers==0.13.3
Also, sometimes when downloading the model I got timeout, so I need to change the load_model() function, adding resume_download=True
Finally, and now a question: as the example we have the constitution.pdf, what If I need/want to delete it, how do I reconstruct the DB? Supposed I need to update a same file or remove it. Also if I add a new file into the documents folder that already has some others, everything else will be reprocessed? If the answer is yes, so we could move to a "processed" like sub-folder to avoid unnecessary processing.
Sorry if these a basic questions but I am really new to it all.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I just installed localGPT and I'd few issues mostly because of some dependencies, one of that was using an old tokenizer, so I modified the requirements.txt to force the minimum required to my setup, adding:
tokenizers==0.13.3
Also, sometimes when downloading the model I got timeout, so I need to change the load_model() function, adding resume_download=True
Finally, and now a question: as the example we have the constitution.pdf, what If I need/want to delete it, how do I reconstruct the DB? Supposed I need to update a same file or remove it. Also if I add a new file into the documents folder that already has some others, everything else will be reprocessed? If the answer is yes, so we could move to a "processed" like sub-folder to avoid unnecessary processing.
Sorry if these a basic questions but I am really new to it all.
Beta Was this translation helpful? Give feedback.
All reactions