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.7k stars 1.84k forks source link

added cohere and qdrant-client to requirements.txt (#244) #254

Closed BAndresen closed 2 months ago

BAndresen commented 2 months ago

Pull Request Title

Added the cohere and qdrant-client libraries to the requirements.txt

Related Issue

(#244)

Description

Fix missing module error when installing

Type

Proposed Changes

added: qdrant-client==1.8.2 cohere==5.3.2

Screenshots / Code Snippets (if applicable)

How to Test

  1. cloned fresh github repo
  2. added missing modules to requirements.txt and followed install instructions
  3. didn't get any errors when running streamlit command

Checklist

Additional Information