Skip to content

Commit

Permalink
Auto-generated. Updating Vectara public protos. (ca07d6ccf168e22379eb…
Browse files Browse the repository at this point in the history
…a8b3f56653e0673ccc5b).
  • Loading branch information
bitbucket-pipelines committed Jan 9, 2024
1 parent 2d16874 commit a693f04
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions services.proto
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,13 @@ service AdminService {

}

// Service for working with documents.
service DocumentService {
// Returns a list of documents for customer/corpus with pagination and optional document metadata filtering.
rpc ListDocuments(com.vectara.lists.ListDocumentsRequest) returns (com.vectara.lists.ListDocumentsResponse) {
option (google.api.http) = {
post: "/v1/list-documents"
body: "*"
};
}
}

0 comments on commit a693f04

Please sign in to comment.