Also - if I’m interested in executing a flyte work...
# flyte-support
b
Also - if I’m interested in executing a flyte workflow from my javascript web app - what would be the best way to set this up? In the docs, I only see how to execute workflows from Python - would I need a flask or fastapi endpoint in between which executes the workflow? Appreciate the help!
f
Hi @bright-eve-21175 - Partial gpu support is not available right now. If kubernetes supports it, that will be supported by Flyte automatically
šŸ‘ 1
For launching a workflow from JavaScript- 2 options 1. Use Flyte typescript Grpc client or use the rest client 2. Pterodactyl if it supports- cc @bored-sundown-82236
b
Thanks so much! I found some docs here that helped me figure it out: https://docs.flyte.org/en/latest/reference/swagger.html#reference-swagger
f
Let me share the generated client
šŸ‘ 1
157 Views