Skip to content

an optional min_score argument to the __search semantic introspection…#83

Merged
PascalSenn merged 1 commit intomainfrom
Keweiqu-patch-1
Jan 31, 2026
Merged

an optional min_score argument to the __search semantic introspection…#83
PascalSenn merged 1 commit intomainfrom
Keweiqu-patch-1

Conversation

@Keweiqu
Copy link
Contributor

@Keweiqu Keweiqu commented Jan 30, 2026

… field

This PR introduces an optional min_score argument to the __search semantic introspection field, allowing clients to filter results by a minimum relevance score. When provided, servers must exclude any results with a score lower than the threshold before applying result limits, while preserving descending score ordering. This enables more precise and predictable semantic search behavior without changing existing defaults.

… field

This PR introduces an optional min_score argument to the __search semantic introspection field, allowing clients to filter results by a minimum relevance score. When provided, servers must exclude any results with a score lower than the threshold before applying result limits, while preserving descending score ordering. This enables more precise and predictable semantic search behavior without changing existing defaults.
@Keweiqu Keweiqu requested a review from PascalSenn January 30, 2026 23:06
Copy link
Contributor

@PascalSenn PascalSenn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@PascalSenn PascalSenn merged commit a1032e4 into main Jan 31, 2026
2 checks passed
@PascalSenn PascalSenn deleted the Keweiqu-patch-1 branch January 31, 2026 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants