Matching strings with high similarity using Sentence Similarity NLP
So, currently I’m have a list of vectors in my database, and I’m getting data from an API, from that API I loop over each of strings provided converting it to a vector & matching the most similar in my database. The issue is, the API provides a different name compared to what I have stored in my database although they are the same.