Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚸 Improve speed and relevance of search #26

Merged
merged 1 commit into from
Nov 26, 2024
Merged

Conversation

falexwolf
Copy link
Member

@falexwolf falexwolf commented Nov 26, 2024

Authors: @Koncopd, @fredericenard

The PR ports the implementation of Record.search from lamindb to laminhub.

The search doesn't do an approximate matching anymore, it filters using the "contains" condition and then ranks the results using hand-crafted rules.

Before After

This PR builds on the below sequence of PRs in lamindb to improve the overall search experience:

Internal ref:

@falexwolf falexwolf changed the title 🚸 Improve search 🚸 Improve speed and relevance of search Nov 26, 2024
@falexwolf falexwolf merged commit 3d3829b into main Nov 26, 2024
@falexwolf falexwolf deleted the falexwolf-patch-2 branch November 26, 2024 15:24
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