srbhr / Resume-Matcher

Resume Matcher is an open source, free tool to improve your resume. It works by using language models to compare and rank resumes with job descriptions.
https://www.resumematcher.fyi/
Apache License 2.0
4.72k stars 1.86k forks source link

Resolves issue #130 #133

Closed SubramanyamChalla24 closed 10 months ago

SubramanyamChalla24 commented 10 months ago

Pull Request Title

Related Issue

130

Description

Type

Proposed Changes

Screenshots / Code Snippets (if applicable)

How to Test

Checklist

Additional Information

SubramanyamChalla24 commented 10 months ago

I've made the changes, I could install qdrant_client by keeping the version > 1.2 . If anyone gets an issue I think its better to install using pip and specifying the version

pip install 'qdrant-client>=1.2' --force-reinstall
drewbitt commented 10 months ago

There are still JSON changes being proposed here for some reason

SubramanyamChalla24 commented 10 months ago

There are still JSON changes being proposed here for some reason

That shouldn't be a problem, you can take reference from the README.md in the commit .