Skip to content

Add optional explain_score argument to Search Mode#93

Draft
CShorten wants to merge 1 commit into
mainfrom
explain-score
Draft

Add optional explain_score argument to Search Mode#93
CShorten wants to merge 1 commit into
mainfrom
explain-score

Conversation

@CShorten

@CShorten CShorten commented May 26, 2026

Copy link
Copy Markdown
Member

Usage Example:

qa.search(
  f"Similar podcasts to: {new_podcast_description}",
  limit=5,
  explain_score=True
)

This will populate the explain_score field in MetadataReturn.

@orca-security-eu orca-security-eu Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Infrastructure as Code high 0   medium 0   low 0   info 0 View in Orca
Passed Passed SAST high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Vulnerabilities high 0   medium 0   low 0   info 0 View in Orca

@CShorten CShorten changed the title Add explain_score to Search Mode Add optional explain_score argument to Search Mode May 26, 2026
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.

1 participant