make_serializable#

langchain_mongodb.utils.make_serializable(obj: Dict[str, Any]) None[source]#

Recursively cast values in a dict to a form able to json.dump

Parameters:

obj (Dict[str, Any])

Return type:

None