Table of Contents

Class RelevantChunk

The information for a chunk relevant to a query.

public class RelevantChunk
Inheritance
object
RelevantChunk

Properties

Chunk

Chunk associated with the query.

public Chunk Chunk { get; set; }

Property Value

Chunk

ChunkRelevanceScore

Chunk relevance to the query.

public double ChunkRelevanceScore { get; set; }

Property Value

double