Skip to content

Commit 52a5113

Browse files
author
alex-omophub
committed
Update minimum similarity threshold in search.py from 0.3 to 0.5 for improved filtering accuracy.
1 parent db326bd commit 52a5113

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/omophub/resources/search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def semantic(
297297
domain_ids: Filter by domain IDs
298298
standard_concept: Filter by standard concept flag ('S' or 'C')
299299
concept_class_id: Filter by concept class
300-
threshold: Minimum similarity threshold (0.0-1.0, default 0.3)
300+
threshold: Minimum similarity threshold (0.0-1.0, default 0.5)
301301
page: Page number (1-based)
302302
page_size: Results per page (max 100)
303303

0 commit comments

Comments
 (0)