Skip to content

pradeepongithub/search-rapidfuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Advanced Fuzzy Search for QA Data

This function performs an optimized fuzzy search on a given QA dataset using vectorized operations for efficiency. It calculates a composite score for each entry based on weighted fuzzy matching of the query against the title and description fields.

Key Features

  • Weighted Matching
  • Customize the importance of title and description fields using configurable weights.

Containment Boost

  • Boosts the score if the query is found as a substring in the title or description, ensuring more relevant results are prioritized.

Threshold Filtering

  • Filters out results with scores below a specified threshold to improve result quality.

Pagination

  • Supports paginated results for better usability with large datasets.

Releases

No releases published

Packages

No packages published

Languages