mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### 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:
@ -397,6 +397,7 @@ export const initialRetrievalValues = {
|
||||
similarity_threshold: 0.2,
|
||||
keywords_similarity_weight: 0.3,
|
||||
top_n: 8,
|
||||
use_kg: false,
|
||||
...initialQueryBaseValues,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user