Thomas Chaigneau

Results 92 comments of Thomas Chaigneau

Hi, from my testing this is not working when you load data with `polars` and then validate the `polars.DataFrame` with the pre-defined model, e.g.: ```python data = polars.read_csv("data.csv", has_header=True) try:...

> It looks like this is resolved now? > > * [[Feature] Add pre/post validators #49](https://github.com/JakobGM/patito/issues/49) I did another way but they aren't included in the patito package. I coded...

Hi @janmejay03 Thanks for your message. You should consider using the [huggingface/optimum](https://github.com/huggingface/optimum) package. It allows one user to convert and use any models on the hub to ONNX. It's a...

> I tried the above solution and got a `'State' object has no attribute 'my_client'` from my api_app trying to to curl to it. > > Is this expected? I...

> Closes #85 > > Looks like some logic was copied between struct and list-of-structs validation. There were a few issues: > > * The optional outer was being removed...

> @chainyo: any commonalities with #71 ? Sorry for the late reply but yes it seems to be linked as well. Any news on this problem? @thomasaarholt

Hi @liyin2015 where we are with that PR for AWS Bedrock? Can we use AWS Bedrock in AdalFlow without this PR or should we wait?

Hi, what's the status of this PR? Do you need help @adityasugandhi for anything? I would like to see this feature implemented asap along with AWS Bedrock as they could...

Hey where are we at with this PR? @adityasugandhi

> Upon conda activate, the env variables will be set for you, and unset on deactivation. > Better than nothing, but might interfere with some other configuration... Really appreciate the...