Skip to content

rescore on updated_at field#61

Draft
mascarpon3 wants to merge 6 commits intomainfrom
boost
Draft

rescore on updated_at field#61
mascarpon3 wants to merge 6 commits intomainfrom
boost

Conversation

@mascarpon3
Copy link
Copy Markdown
Contributor

@mascarpon3 mascarpon3 commented Feb 26, 2026

Purpose

We hypothesised that users will be interested in most recently updated documents.

To improve search results given this hypothesis we want to boost the score of documents based on the updated_at field.

Proposal

This commit applies a gaussian boost on the updated_at field

Description...

  • ✨ apply a gaussian boost on the updated_at field
  • ⚰️ remove sorting. sorting is not supported with hybrid search. I should have removed it long ago. It is not supported with rescore either.
  • 🚨 remove the dimension param. the params dimension is either ignored or crashes the api call depending on the provider

@mascarpon3 mascarpon3 force-pushed the boost branch 3 times, most recently from 4ddea66 to 76db576 Compare February 26, 2026 16:54
I am improving the data management of evaluation system
@mascarpon3 mascarpon3 changed the title Boost rescore on updated_at field Mar 12, 2026
@mascarpon3 mascarpon3 force-pushed the boost branch 5 times, most recently from 64c208e to d54d324 Compare March 12, 2026 14:33
the params dimension is either ignored or crashes
the api call depending on the provider
We hypothesised that users will be interested in most recently
updated documents.
To improve search results given this hypothesis we want to boost
the score of documents based on the `updated_at` field.
This commit applies a gaussian boost on the updated_at field
sorting is not supported with hybrid search.
I should have removed it long ago.
It is not supported also with rerank.
I am making rescore optional.
i am testing the rescore feature
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