Skip to content

Commit

Permalink
Merge pull request #27 from vectara/dev
Browse files Browse the repository at this point in the history
Auto-generated. Updating Vectara public protos. (ca07d6ccf168e22379eb…
  • Loading branch information
pwoznic authored Jan 9, 2024
2 parents 9d9296a + a693f04 commit 61f515c
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 61f515c

Please sign in to comment.