mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 09:11:00 +00:00
Do a first clippy pass
This commit is contained in:
@ -69,11 +69,6 @@ impl From<ChatConfig> for ChatSettings {
|
||||
HybridQuery { semantic_ratio: SemanticRatio(semantic_ratio), embedder }
|
||||
});
|
||||
|
||||
let matching_strategy = matching_strategy.map(MatchingStrategy::from);
|
||||
|
||||
let ranking_score_threshold =
|
||||
ranking_score_threshold.map(RankingScoreThreshold::from);
|
||||
|
||||
ChatSearchParams {
|
||||
hybrid: Setting::some_or_not_set(hybrid),
|
||||
limit: Setting::some_or_not_set(limit),
|
||||
|
Reference in New Issue
Block a user