Woolball / job-catcher

A better job search based on semantic matching
https://job-catcher.onrender.com/
GNU Affero General Public License v3.0
7 stars 1 forks source link

Improve how search results are tagged with level of relevance #5

Closed Woolball closed 1 month ago

Woolball commented 1 month ago

Currently the resulting job listings are tagged with a relevance score, which is relative to the pool of results fetched. This gives the user little indication regarding actual relevance. One idea is to adjust the scoring range to fall between something ideally relevant (e.g., practically identical to the user's profile) and something completely irrelevant (e.g., gibberish text). Also, this range can then be divided discretely to tags: High, Medium, and Low. This may even allow filtering out very low-relevance results altogether.

Woolball commented 1 month ago

Implemented and released in this commit