RetrieverDocumentEmbeddingRequest constructor
RetrieverDocumentEmbeddingRequest({})
Returns a new RetrieverDocumentEmbeddingRequest instance.
Implementation
RetrieverDocumentEmbeddingRequest({
required this.pathway,
this.documentName,
this.documentType,
this.url,
this.train,
});