mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2026-03-22 07:29:35 +08:00
refactor: build ref with embeddings
This commit is contained in:
@@ -393,7 +393,7 @@ export async function getResponse(question?: string,
|
||||
badHostnames: string[] = [],
|
||||
onlyHostnames: string[] = [],
|
||||
maxRef: number = 10,
|
||||
minRelScore: number = 0.7
|
||||
minRelScore: number = 0.75
|
||||
): Promise<{ result: StepAction; context: TrackerContext; visitedURLs: string[], readURLs: string[], allURLs: string[] }> {
|
||||
|
||||
let step = 0;
|
||||
|
||||
Reference in New Issue
Block a user