headliner
headliner copied to clipboard
Implement search feature to search for articles using annoy
Something like:
user gets to webpage. Types word in textbox. Flask hits API, which runs an ANN search on the vectorized space for the word, returns nearest articles.