Table of Contents

Property UsedDocumentTokens

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

UsedDocumentTokens

Gets the number of tokens currently consumed by full-context documents.

public int UsedDocumentTokens { get; }

Property Value

int

Remarks

This value increases as documents are loaded with FullDocument mode and resets to zero when ClearDocuments() is called.