Date: July 21, 2025 We’re launching a big update to Auto search in our API. The new system cannot create useful scores for results. Because of this, we’re removing scores from Auto and Keyword search types.
Scores in Neural search results will remain unchanged and continue to work exactly as before.
What Changed
Previously, all search types (Auto, Keyword, and Neural) returned relevance scores - a number from 0 to 1 representing similarity between the query and each result. With our new Auto search architecture, we can no longer generate meaningful scores for Auto and Keyword search results. The search functionality works exactly the same way as it did before - you’ll still get the same high-quality results, just without thescore
field in the response.
What This Means for You
- Auto search: The
score
field will no longer be returned in search results - Keyword search: The
score
field will no longer be returned in search results - Neural search: Scores continue to work exactly as before with no changes
- Migration needed: If your application relies on scores from Auto or Keyword search, you should migrate as soon as possible
How to Update Your Code
If you currently use scores from Auto or Keyword search, here is what you can do:Remove Score Dependencies
Python