File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ def __init__(
126126 dollar_limit : int = 5 ,
127127 notification_callback : Optional [Callable ] = None ,
128128 disable_llm_cache : Union [bool , int ] = False ,
129- file_loader_parallel_backend : str = "loky " ,
129+ file_loader_parallel_backend : str = "threading " ,
130130 file_loader_n_jobs : int = 10 ,
131131 private : Union [bool , int ] = False ,
132132 llms_api_bases : Optional [Union [dict , str ]] = None ,
Original file line number Diff line number Diff line change 207207 cache folder for your system. This does not disable caching
208208 for documents.
209209
210- * ` --file_loader_parallel_backend ` : str, default ` "loky " `
210+ * ` --file_loader_parallel_backend ` : str, default ` "threading " `
211211 * joblib.Parallel backend to use when loading files. ` loky ` and
212212 ` multiprocessing ` refer to multiprocessing whereas ` threading `
213213 refers to multithreading.
You can’t perform that action at this time.
0 commit comments