Skip to content

Commit

Permalink
Auto-generated. Updating Vectara public protos. (cb9ee42ff0551dd18266…
Browse files Browse the repository at this point in the history
…abd6020069a54017080a). (#37)

Co-authored-by: bitbucket-pipelines <[email protected]>
  • Loading branch information
faiqibrahim and bitbucket-pipelines authored Apr 2, 2024
1 parent 001fabb commit b7d51d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions services.proto
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ service QueryService {
// A streamed response interface when lower latency is absolutely critical.
rpc StreamQuery(com.vectara.serving.BatchQueryRequest)
returns (stream com.vectara.serving.QueryResponsePart) {
option (google.api.http) = {
post: "/v1/stream-query"
body: "*"
};
}
}

Expand Down

0 comments on commit b7d51d6

Please sign in to comment.