David Miguel Lozano
David Miguel Lozano
hey @mdshihabuddinroky, Can you explain more about what you mean?
No worries! Let me know if you need help 🙂
Hey @KennethKnudsen97! Sorry for the late response.. and thanks again for your work 🙂 The new arguments look good. I would remove the Firebase App initialization to the user (similar...
Hey @tinoper , Did you manage to get it working? I can take it over from where you are otherwise. I want to add support for Anthropic as well.
Awesome! Yes, that's perfect
@mdshihabuddinroky the project is open to contributors 🙂
Hey @jtkeyva, Thanks for opening the issue. Can you give some more detail on how you envision the integration? Do you know how we can communicate with those models locally?...
At the moment, we have an open issue with [integrating with HuggingFaceHub](https://github.com/davidmigloz/langchain_dart/issues/19). So, for example, you could use `distilbert-base-uncased-finetuned-sst-2-english` via their inference endpoint. Will that be sufficient for your use...
I'll start working on porting LangGraph to Dart soon. Some more resources: - https://python.langchain.com/v0.2/docs/how_to/migrate_agent/ - https://www.deeplearning.ai/short-courses/ai-agents-in-langgraph/ - https://www.youtube.com/watch?v=E7nFHaSs3q8
hey @danemadsen, Indeed, sounds like a nice thing to have. It should be pretty straightforward to implement, as the model endpoints are already implemented in the respective clients. I'm currently...