optimize chunk text normalizer

This commit is contained in:
team2
2026-02-27 15:37:05 +01:00
parent 4761648836
commit a5a6f466f3
3 changed files with 52 additions and 30 deletions

View File

@@ -23,7 +23,7 @@ final class NdjsonHybridRetriever implements RetrieverInterface
* Tags dürfen nur ein kleiner Bonus sein (kein Gate/Filter).
* Enterprise Default: klein halten, sonst dominieren Tags wieder.
*/
private const TAG_SCORE_BONUS = 0.25;
private const TAG_SCORE_BONUS = 0.5;
public function __construct(
private readonly NdjsonChunkLookup $lookup,