Uses of Class
ai.vectros.types.DocumentRequest
Packages that use DocumentRequest
Package
Description
-
Uses of DocumentRequest in ai.vectros.resources.documents
Methods in ai.vectros.resources.documents with parameters of type DocumentRequestModifier and TypeMethodDescriptionAsyncDocumentsClient.ingestDocument(DocumentRequest request) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.AsyncDocumentsClient.ingestDocument(DocumentRequest request, RequestOptions requestOptions) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.AsyncRawDocumentsClient.ingestDocument(DocumentRequest request) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.AsyncRawDocumentsClient.ingestDocument(DocumentRequest request, RequestOptions requestOptions) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.DocumentsClient.ingestDocument(DocumentRequest request) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.DocumentsClient.ingestDocument(DocumentRequest request, RequestOptions requestOptions) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.RawDocumentsClient.ingestDocument(DocumentRequest request) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.RawDocumentsClient.ingestDocument(DocumentRequest request, RequestOptions requestOptions) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable. -
Uses of DocumentRequest in ai.vectros.resources.documents.requests
Methods in ai.vectros.resources.documents.requests that return DocumentRequestMethods in ai.vectros.resources.documents.requests with parameters of type DocumentRequestModifier and TypeMethodDescriptionPatchDocumentRequest.BodyStage.body(@NotNull DocumentRequest body) PatchDocumentRequest.Builder.body(@NotNull DocumentRequest body) UpdateDocumentRequest.BodyStage.body(@NotNull DocumentRequest body) UpdateDocumentRequest.Builder.body(@NotNull DocumentRequest body) -
Uses of DocumentRequest in ai.vectros.types
Methods in ai.vectros.types that return DocumentRequestModifier and TypeMethodDescriptionDocumentRequest._FinalStage.build()DocumentRequest.Builder.build()Methods in ai.vectros.types with parameters of type DocumentRequestModifier and TypeMethodDescriptionDocumentRequest.Builder.from(DocumentRequest other) DocumentRequest.TitleStage.from(DocumentRequest other)