optimize retrieve logic
This commit is contained in:
@@ -29,7 +29,7 @@ final class NdjsonHybridRetriever implements RetrieverInterface
|
||||
|
||||
private const THRESHOLD_FLOOR = 0.83;
|
||||
private const THRESHOLD_CEIL = 0.92;
|
||||
private const EMPTY_RRF_FALLBACK_TOPN = 5;
|
||||
private const EMPTY_RRF_FALLBACK_TOPN = 1;
|
||||
|
||||
public function __construct(
|
||||
private readonly NdjsonChunkLookup $lookup,
|
||||
|
||||
Reference in New Issue
Block a user