Open
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
Metadata
Metadata
Assignees
Labels
No labels
Activity
BAndresen commentedon Apr 16, 2024
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.
Could add these two modules to the requirements.txt ?
I'm using Windows 10 Python 3.11.5
added cohere and qdrant-client to requirements.txt (srbhr#244)
added cohere and qdrant-client to requirements.txt (#244) (#254)