Load the retriever from local storage.
Folder path to load from.
Whether to allow dangerous deserialization.
Defaults to False.
The deserialization relies on .joblib and .pkl files, which can be
modified to deliver a malicious payload that results in execution of
arbitrary code on your machine. You will need to set this to True to
use deserialization. If you do this, make sure you trust the source of
the file.
File name to load from. Defaults to "tfidf_vectorizer".