add tagging
This commit is contained in:
@@ -10,7 +10,7 @@ use App\Vector\VectorSearchClient;
|
||||
|
||||
final class NdjsonHybridRetriever implements RetrieverInterface
|
||||
{
|
||||
private const VECTOR_SCORE_THRESHOLD = 0.65;
|
||||
private const VECTOR_SCORE_THRESHOLD = 0.25;
|
||||
|
||||
/**
|
||||
* Wenn Tag-Routing aktiv ist, erhöhen wir TopK,
|
||||
|
||||
Reference in New Issue
Block a user