cleanup code
This commit is contained in:
@@ -25,7 +25,6 @@ final class NdjsonHybridRetriever implements RetrieverInterface
|
|||||||
private const TAG_SCORE_BONUS = 0.08;
|
private const TAG_SCORE_BONUS = 0.08;
|
||||||
|
|
||||||
public function __construct(
|
public function __construct(
|
||||||
private readonly ChunkManager $chunkManager,
|
|
||||||
private readonly NdjsonChunkLookup $lookup,
|
private readonly NdjsonChunkLookup $lookup,
|
||||||
private readonly VectorSearchClient $vectorClient,
|
private readonly VectorSearchClient $vectorClient,
|
||||||
private readonly TagRoutingService $tagRouting,
|
private readonly TagRoutingService $tagRouting,
|
||||||
|
|||||||
Reference in New Issue
Block a user