Results 25 comments of Ritesh Agrawal
trafficstars

Thanks @riziles .. this works great. Wondering do you know how can provide input data in "records" format. I tried adding ``` from_format = "dict" from_format_kwargs = {orient='records'} ``` However...

Sure..appreciate your help on this.

Hi @riziles -- Thanks for the suggestion. I have used PydanticModel before and had two concerns 1. I am not sure between PydanticModel and DataFrameModel, what is more natively supported...

hi @cosmicBboy -- wondering with 1904 now merged, how to simplify the below solution ``` import pandas as pd import pandera as pa from pandera.typing import DataFrame as DataFrame, Series...

I am also observing the above issue **Environment** langchain 0.3.4 langchain-chroma 0.1.4 langchain-community 0.3.3 langchain-core 0.3.12 langchain-openai 0.2.1 langchain-text-splitters 0.3.0 langfuse 2.53.1 langsmith 0.1.131 **Test Code** ``` from langchain_openai import...