RetrieverDocumentEmbedding constructor
RetrieverDocumentEmbedding({})
Returns a new RetrieverDocumentEmbedding instance.
Implementation
RetrieverDocumentEmbedding({
required this.id,
required this.pathway,
required this.url,
required this.platformKey,
this.documentName,
this.documentType,
this.tokens,
this.isTrained,
});