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)
136float i = (_thresholdPercentile / 100f) * (sorted.Length - 1);