Files
langchain/libs/community/langchain_community/llms
Liang Zhang 81985b31e6 community[patch]: Databricks SerDe uses cloudpickle instead of pickle (#18607)
- **Description:** Databricks SerDe uses cloudpickle instead of pickle
when serializing a user-defined function transform_input_fn since pickle
does not support functions defined in `__main__`, and cloudpickle
supports this.
- **Dependencies:** cloudpickle>=2.0.0

Added a unit test.
2024-03-05 18:04:45 -08:00
..
2024-02-09 16:13:30 -08:00
2024-01-29 20:30:52 -08:00
2024-01-02 22:45:18 -08:00
2024-01-10 17:55:34 -08:00