Rizwan Ahmed
Rizwan Ahmed
> Hi @rizahmeds I'm unable to get this running properly in my local. I'll ask in the discord for anyone to test it out. Alright @srbhr Thanks!
Hi @SubramanyamChalla24, Thanks for pointing this out. This error is due to older version of `QdrantClient` which didn't had `url` parameter. Make sure you have [qdrant-client>=1.2](https://github.com/srbhr/Resume-Matcher/blob/faeeac10f0882af8cd5274cf8a7dd800640eb4cb/requirements.txt#L116) in virtualenv or docker...
@SubramanyamChalla24 Make sense. Earlier we only needed to replace the values that's why I got confused 😅
Yes, i already checked with the config.yaml file. Since I do not have the cohere API key(_Because it requires me to add a credit card detail, which I don't have...
Thanks for the update @SubramanyamChalla24. Yes i have got the **Cohere Trial key.** Then i reinitialized qdrant cluster which was suspended. Here you go, Finished getting similarity score.
I also got the same error. @josephmachado Do we have any workaround for M1 Mac?
Upgraded python version from 3.11.5 to 3.12.3, and it worked.