Finding similar articles in realtime
I want to build a large document (news article) searchable database, such as when adding a new article I will be able to quickly find X most similar articles from it. What is the right tech/algorithm/Python framework to approach this?
Topic similar-documents search-engine python similarity algorithms
Category Data Science