Sergio Bayona

Results 20 comments of Sergio Bayona

I'm also getting the same error. Using npm 3.5.3, node 5.0.0, bower 1.7.2 The `src/js` folder does exists.

@jxnl seems like ruby-openai would be able to support it with some patching. Although I wouldn't use [dry-validation](https://github.com/dry-rb/dry-validation). I would use [ActiveModel](https://github.com/rails/rails/tree/main/activemodel). Something else to consider is that these libs...

@jxnl I'd like to take a stab at a solution for Ruby for the problem you are solving with Instructor. Would you be interested in collaborating?

I think this issue can be closed since [instructor-rb](https://github.com/instructor-ai/instructor-rb) solves it. cc @alexrudall

This is good and it is a move in the right direction but there are some key points that are missing: 1. Generating the json_schema only is not enough. The...

I ran into the same issue as @drnic where I could not pass a block to the openai client. Then I saw you mentioned the global logging flag, which I...

yeah so used `Langchain.logger.level = :debug` and ran some api calls. I was expecting to see the request/response calls logged but that was not the case. A stronger case for...

Thanks for the exploratory work on evaluators! We agree evals belong in the ecosystem, but we need a broader discussion about whether they should live inside LangChain-RB or in a...

I seems Google Gemini does support parallel function calling, see: https://cloud.google.com/vertex-ai/generative-ai/docs/multimodal/function-calling#supported_models https://cloud.google.com/vertex-ai/generative-ai/docs/multimodal/function-calling#parallel-samples