Skip to content

Testing of Resume Matcher  #244

Open
@srbhr

Description

Hi All!

I need help testing the Resume Matcher in different environments to understand where people face problems and difficulty following steps.

We have already laid out precise steps in the Readme file; however, different versions of Python conflict with libraries like Cohere, Qdrant, etc.

I need some help with testing, documenting, and improving steps for installation in the following platforms:

  • Windows 10, 11.
  • MacOS
  • Linux
  • Docker

If you have any suggestions and updates, please comment, and after testing, please reply to this issue as well. Feel free to join our Discord as well for more discussions.

Thanks,
Saurabh

Activity

BAndresen

BAndresen commented on Apr 16, 2024

@BAndresen
Contributor

Hello! I just went through the install process and getting errors about missing cohere and qdrant modules. I resolved after pip install qdrant_client and pip install cohere and working.

  File "C:\Users\brend\Desktop\Resume-Matcher\scripts\similarity\get_similarity_score.py", line 5, in <module>
    import cohere
ModuleNotFoundError: No module named 'cohere'
File "C:\Users\brend\Desktop\Resume-Matcher\scripts\similarity\get_similarity_score.py", line 7, in <module>
    from qdrant_client import QdrantClient, models
ModuleNotFoundError: No module named 'qdrant_client'

Could add these two modules to the requirements.txt ?

I'm using Windows 10 Python 3.11.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Testing of Resume Matcher · Issue #244 · srbhr/Resume-Matcher