optimite tag logic boost
This commit is contained in:
@@ -12,7 +12,7 @@ use Symfony\Component\Uid\Uuid;
|
||||
final class TagRoutingService
|
||||
{
|
||||
private const DEFAULT_TOPK = 8;
|
||||
private const MIN_BEST_SCORE = 0.10;
|
||||
private const MIN_BEST_SCORE = 0.25;
|
||||
private const MAX_CANDIDATE_DOCS = 200;
|
||||
|
||||
public function __construct(
|
||||
|
||||
Reference in New Issue
Block a user