From a693f04ed1efd2154929370f8b1975a3488e4738 Mon Sep 17 00:00:00 2001 From: bitbucket-pipelines Date: Tue, 9 Jan 2024 02:16:37 +0000 Subject: [PATCH] Auto-generated. Updating Vectara public protos. (ca07d6ccf168e22379eba8b3f56653e0673ccc5b). --- services.proto | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/services.proto b/services.proto index 0806257..b8a7f3c 100644 --- a/services.proto +++ b/services.proto @@ -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: "*" + }; + } +}