mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:28:56 +08:00
feat: add hostnames bw filter
This commit is contained in:
parent
7eedb561a3
commit
4b171b843e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user