Class RelevantChunk
The information for a chunk relevant to a query.
public class RelevantChunk
- Inheritance
-
objectRelevantChunk
Properties
Chunk
Chunk associated with the query.
public Chunk Chunk { get; set; }
Property Value
ChunkRelevanceScore
Chunk relevance to the query.
public double ChunkRelevanceScore { get; set; }
Property Value
- double