Results 3 comments of vricciardi

+1 more This would be a great feature

@Spritan and @rayanfer32 From the [PR above](https://github.com/7vansh7/langchain/commit/0cddf9a473e8c0d3a34a6480a1a01f0852e97390), it looks like you can just add `safety_settings=None` when you initiate your `langchain` model. For example: ``` langchain_model = ChatGoogleGenerativeAI( model="gemini-pro", google_api_key=GOOGLE_API_KEY, safety_settings=None...

I'm getting the same issue. The issue only seems to persist if, when using `Preprocessing`, `num_processes` is not `None` or if `split=True`. Seems like these functions transform a list of...