-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(api): stream user pipeline trigger response (#318)
feat(api): stream user pipeline trigger response Because: - We want to support streaming responses for triggering user pipelines, which is useful for real-time inference when low latency is a concern. - The current RPC method for triggering user pipelines returns the response synchronously, which is not suitable for streaming.
- Loading branch information
1 parent
e1f183d
commit bf709f3
Showing
2 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters