Uses of Class
ai.vectros.resources.documents.requests.IngestDocumentRequest
Packages that use IngestDocumentRequest
-
Uses of IngestDocumentRequest in ai.vectros.resources.documents
Methods in ai.vectros.resources.documents with parameters of type IngestDocumentRequestModifier and TypeMethodDescriptionAsyncDocumentsClient.ingestDocument(IngestDocumentRequest request) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.AsyncDocumentsClient.ingestDocument(IngestDocumentRequest request, RequestOptions requestOptions) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.AsyncRawDocumentsClient.ingestDocument(IngestDocumentRequest request) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.AsyncRawDocumentsClient.ingestDocument(IngestDocumentRequest request, RequestOptions requestOptions) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.DocumentsClient.ingestDocument(IngestDocumentRequest request) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.DocumentsClient.ingestDocument(IngestDocumentRequest request, RequestOptions requestOptions) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.RawDocumentsClient.ingestDocument(IngestDocumentRequest request) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.RawDocumentsClient.ingestDocument(IngestDocumentRequest request, RequestOptions requestOptions) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable. -
Uses of IngestDocumentRequest in ai.vectros.resources.documents.requests
Methods in ai.vectros.resources.documents.requests that return IngestDocumentRequestModifier and TypeMethodDescriptionIngestDocumentRequest._FinalStage.build()IngestDocumentRequest.Builder.build()Methods in ai.vectros.resources.documents.requests with parameters of type IngestDocumentRequestModifier and TypeMethodDescriptionIngestDocumentRequest.BodyStage.from(IngestDocumentRequest other) IngestDocumentRequest.Builder.from(IngestDocumentRequest other)