Snoopy
Snoopy
Fix AssertionError ( model_file should exist ) #1912
https://python.langchain.com/en/latest/use_cases/question_answering/semantic-search-over-chat.html https://github.com/hwchase17/langchain/blob/master/docs/use_cases/question_answering/semantic-search-over-chat.ipynb    Apparently, `split_documents` function's input need to have attributes of `page_content` and `metadata`, but getting string list as input here
Tested with second sample of ChatGPT and the detection result is not same with server. The test result of https://openai-openai-detector.hf.space/  Test result with `roberta-base` model on localhost  Test...
NameError: name 'processor' is not defined 
same issue in the parent https://github.com/imartinez/privateGPT/issues/859 possible solution https://github.com/imartinez/privateGPT/pull/881/files
