Class RagEngine.TextPartitionSimilarity
Represents the result of a text retrieval operation, encapsulating the similarity measure between a text partition and a specific content.
public sealed class RagEngine.TextPartitionSimilarity
- Inheritance
-
RagEngine.TextPartitionSimilarity
- Inherited Members
Fields
- Partition
The TextPartition that was used in the comparison operation.
Properties
- PartitionIndex
Gets the index of the partition in its container Section object.
- Similarity
Gets the similarity score between the associated TextPartition and a specific content.