optimize chunk text normalizer
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user