LLM-based financial investment advisory chatbot
An LLM-based investment advisory chatbot personalizes financial advice by handling 1,000 requests per minute, providing scalable guidance to users instantly.
Comeet is a startup from New York founded in 2013 to bring modern collaboration and workflow tools to help companies build their global teams.
Comeet operates a collaborative recruitment platform with a goal to make the process of hiring personalized.
Usually, recruiters need somewhat between one week and a month to find suitable candidates for a position.
Our client wanted to automate finding candidates whose CVs match with vacancies.
This would save even small companies hundreds of hours annually.
We created a smart algorithm for matching recruiters’ search demands with CVs that helps to find specialists from different areas, not just by keywords.
We also implemented another algorithm that shows how much a person fits a position and sorts of candidates in the order of suitability.
The search system lets users add additional filters or prioritize skills.
To get data from CVs, we used a special parser that made the development much faster. Our algorithm works on two converted text lines from CVs and recruiters’ filters. We used ElasticSearch and modern NLP techniques to make the search as fast as possible.
The biggest challenge was deciding how to compare people with the same title in the profile (for example “Doctor”) but with different skill sets or vice versa. Also, the algorithm had to understand the slight differences between related fields and areas of specialization.
Our solution could roughly be split into three sub-solutions:
We added 12 criteria to sort the final results. Each candidate got assigned points and the system calculated an average score.
The technology stack the owner chose for this project included Python, ElasticSearch, ElasticSearch-DSL-Py, AWS S3 bucket, MySQL, AWS RedShift and Django REST framework.
The main goal was to develop a search REST API as a part of an existing project powered by Django REST Framework for the client app. The search API uses ElasticSearch and enables multi-criteria searching functionality.
This task required the following: