Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
change: adjust default similarity score threshold to 0.4 and for defa…
Browse files Browse the repository at this point in the history
…ult blueprint set keepMin to 1
  • Loading branch information
iwilltry42 committed Oct 17, 2024
1 parent ee90307 commit 4d0947d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/flows/config/blueprints/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ flows:
postprocessors:
- name: similarity
options:
threshold: 0.6
threshold: 0.4
keepMin: 1
- name: reduce
options:
topK: 20
Expand Down

0 comments on commit 4d0947d

Please sign in to comment.