DocumentChunk.Context

DocumentChunk.Context property

Gets the structural context of this chunk, typically the header path indicating where this chunk appears in the document hierarchy.

public string Context { get; }

Property Value

A string representing the header context (e.g. “# Introduction ## Architecture”), or null if no structural context is available.

See Also