1 write to _thresholdPercentile
Microsoft.Extensions.DataIngestion (1)
Chunkers\SemanticSimilarityChunker.cs (1)
43
_thresholdPercentile
= thresholdPercentile ?? 95.0f;
1 reference to _thresholdPercentile
Microsoft.Extensions.DataIngestion (1)
Chunkers\SemanticSimilarityChunker.cs (1)
136
float i = (
_thresholdPercentile
/ 100f) * (sorted.Length - 1);