Table of Contents

Property IndexingMode

Namespace
LMKit.Retrieval
Assembly
LM-Kit.NET.dll

IndexingMode

Gets the processing mode used for this document.

public DocumentIndexingResult.DocumentIndexingMode IndexingMode { get; }

Property Value

DocumentIndexingResult.DocumentIndexingMode

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.