Property IndexingMode
IndexingMode
Gets the processing mode used for this document.
public DocumentIndexingResult.DocumentIndexingMode IndexingMode { get; }
Property Value
Remarks
FullDocument indicates the document fits within the token budget and is included in full. PassageRetrieval indicates the document was chunked for per-query passage retrieval.