You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just found your app, amazing! I see internally you have implemented all the functionality via crates. Why don't you publish these crates on crates.io? That's a great advance for the Rust community in ML tools, but I see no mentions anywhere, no Reddit, no ycombinator. That's a pity!
I'm looking now for something like running a Langflow config in my app in Rust, like what Langflow offers in the Python Code tab (run_flow_from_json). I guess I need to see what specific crate in the crates folder does this job (I don't want to exec an external binary). Do you have an example how to accomplish that?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi!
Just found your app, amazing! I see internally you have implemented all the functionality via crates. Why don't you publish these crates on crates.io? That's a great advance for the Rust community in ML tools, but I see no mentions anywhere, no Reddit, no ycombinator. That's a pity!
I'm looking now for something like running a Langflow config in my app in Rust, like what Langflow offers in the Python Code tab (
run_flow_from_json
). I guess I need to see what specific crate in the crates folder does this job (I don't want to exec an external binary). Do you have an example how to accomplish that?Thanks!
The text was updated successfully, but these errors were encountered: