This repository has been archived by the owner on Jul 3, 2023. It is now read-only.
Replies: 1 comment
-
Simple synchronous model inference DAGs would be a good testing ground: can Hamilton help a user run a DAG with just a couple of critical typical ML inference nodes: [preprocess HTTP/gRPC request] -> [fetch data from remote Feature Store endpoint] -> [send model inference request to remote model hosting service endpoint] -> [post-process model outputs and produce appropriate HTTP/gRPC response] Obviously more complex DAGs need to work, but this "hello world" would showcase how synchronous requests could be wired into Hamilton |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Idea: Could you use Hamilton to model a recommendation stack call
Steps:
Discuss your thoughts here -- what should the requirements be?
Beta Was this translation helpful? Give feedback.
All reactions