temp drop on search data catlog

This commit is contained in:
dal 2025-03-31 17:39:17 -06:00
parent 64bce766b9
commit c1c748eeda
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 2 additions and 1 deletions

View File

@ -238,7 +238,7 @@ async fn rerank_datasets(
query,
documents,
model: ReRankModel::EnglishV3,
top_n: Some(20), // Get top 20 results per query
top_n: Some(25), // Get top 20 results per query
..Default::default()
};
@ -331,6 +331,7 @@ async fn filter_datasets_with_llm(
}),
// reasoning_effort: Some(String::from("low")),
max_completion_tokens: Some(8096),
temperature: Some(0.0),
..Default::default()
};