mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2026-03-22 07:29:35 +08:00
feat: add hostnames bw filter
This commit is contained in:
@@ -342,6 +342,9 @@ async function executeSearchQueries(
|
||||
}
|
||||
|
||||
console.log(`Utility/Queries: ${utilityScore}/${searchedQueries.length}`);
|
||||
if (searchedQueries.length > MAX_QUERIES_PER_STEP) {
|
||||
console.log(`So many queries??? ${searchedQueries.map(q => `"${q}"`).join(', ')}`)
|
||||
}
|
||||
return {
|
||||
newKnowledge,
|
||||
searchedQueries
|
||||
|
||||
Reference in New Issue
Block a user