
-  
+   
[](https://discord.gg/t3Y9HEuV34) [](https://twitter.com/_srbhr_)
[](https://www.resumematcher.fyi)
@@ -49,7 +49,7 @@ The process is as follows:
3. **Key Terms Extraction**: Beyond keyword extraction, the tool uses textacy to identify the main key terms or themes in the job description. This step helps in understanding the broader context of what the resume is about.
-4. **Vector Similarity Using Qdrant**: The tool uses [Qdrant](https://github.com/qdrant/qdrant), a highly efficient vector similarity search tool, to measure how closely your resume matches the job description. The more similar they are, the higher the likelihood that your resume will pass the ATS screening.
+4. **Vector Similarity Using FastEmbedd**: The tool uses [FastEmbedd](https://github.com/qdrant/fastembed), a highly efficient embedding system, to measure how closely your resume matches the job description. The more similar they are, the higher the likelihood that your resume will pass the ATS screening.
@@ -197,6 +197,7 @@ To run the full stack web application (frontend client and backend api servers),
4. Enter your ngrok token and run the notebook.
5. Copy the url and open it in your browser.
6. 
+
### Cohere and Qdrant
1. Visit [Cohere website registration](https://dashboard.cohere.ai/welcome/register) and create an account.
@@ -205,8 +206,8 @@ To run the full stack web application (frontend client and backend api servers),
4. Get your api key and cluster url.
5. Go to open dashboard in qdrant and enter your api key **for only the first time**

-6. Now create a yaml file named config.yml in Scripts/Similarity/ folder.
-7. The format for the conifg file should be as below:
+1. Now create a yaml file named config.yml in Scripts/Similarity/ folder.
+2. The format for the conifg file should be as below:
```yaml
cohere:
api_key: cohere_key
@@ -214,10 +215,13 @@ To run the full stack web application (frontend client and backend api servers),
api_key: qdrant_api_key
url: qdrant_cluster_url
```
-8. Please replace your values without any quotes.
+3. Please replace your values without any quotes.
*Note: Please make sure that Qdrant_client's version is higher than v1.1*
+*Note: This part needs updating w.r.t to the new FastEmbed changes.*
+
+