David Miguel Lozano

Results 76 comments of David Miguel Lozano

hey @Sahil-kachhap , Happy to hear that you are willing to collaborate with the project! 🙂 I've just fixed the links that point to the LangChain Python documentation and implementation....

@Sahil-kachhap thanks for your work. I think it's better if LangChain.dart is not responsible for the authentication/authorization part, but delegates that to [googleapis_auth](https://pub.dev/packages/googleapis_auth) package. As there are many ways you...

We can always add convenient factory constructors later on if needed, but I would keep it simple for now.

No progress yet, unfortunately. It should be pretty straightforward to integrate. There's already a Dart client ([huggingface_dart](https://pub.dev/packages/huggingface_dart)), so it's just about implementing the LangChain.dart wrappers around it. Happy to help...

Waiting for https://github.com/mlc-ai/mlc-llm/issues/766

Ah I didn't know you dropped `llama_cpp_dart`, I'll check `maid_llm` out. Thanks for bringing this up @danemadsen! If we integrate llama.cpp into LangChain.dart, I guess you could simplify `maid` implementation...

Good to know. If you miss any functionality in the current abstractions let me know, and we can add it. v0.5.0 [breaks](https://github.com/davidmigloz/langchain_dart/issues/328) `langchain` into `langchain_core`, `langchain` and `langchain_community`, so you...

@raymon-io I haven't started working on it yet, so it'd be great if you pick it up 🙂 We may have to create a `langchain_community_flutter` package to add integrations that...

I haven't migrated yet to the official client, as it still less feature complete than `googleai_dart`. The following features are not yet supported in the latest available version (0.2.1): -...

Thanks @mirkancal ! I need to resolve [this issue](https://github.com/tazatechnology/openapi_spec/issues/35) before being able to add the speech APIs (and the rest of APIs that work files). Once that it's implemented, it...