Feat: Why can't Retrieval component support internet web search. #5973 (#5978)

### What problem does this PR solve?

Feat: Why can't Retrieval component support internet web search. #5973

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-03-12 18:47:22 +08:00
committed by GitHub
parent 3c43a7aee8
commit c57f16d16f
5 changed files with 34 additions and 12 deletions

View File

@ -397,6 +397,7 @@ export const initialRetrievalValues = {
similarity_threshold: 0.2,
keywords_similarity_weight: 0.3,
top_n: 8,
use_kg: false,
...initialQueryBaseValues,
};