cleanup code

This commit is contained in:
team2
2026-02-27 06:43:54 +01:00
parent 41b595b4c5
commit 26ee95cadd

View File

@@ -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,