mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:28:56 +08:00
chore: first commit
This commit is contained in:
parent
8c8484593f
commit
d063ad5f53
@ -505,7 +505,7 @@ But then you realized you have asked them before. You decided to to think out of
|
||||
description: r.description,
|
||||
}));
|
||||
for (const r of minResults) {
|
||||
allURLs[r.url] = r.title + ' - ' + r.description;
|
||||
allURLs[r.url] = r.title;
|
||||
}
|
||||
searchResults.push({query, results: minResults});
|
||||
allKeywords.push(query);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user