Finding the Needle in the Haystack: How to Train a Dense Passage Retriever
Author(s): Thilina Rajapakse Originally published on Towards AI. Letβs see how we can train a model to perform dense-passage retrieval with Transformer models using Simple Transformers. Photo by matthew Feeney on Unsplash Passage retrieval is a conceptually simple task where a system …
How To Use Vector Search To Quickly Build A Content-Based Filtering Recommender System
Author(s): ___ Originally published on Towards AI. Qualitative Evaluation Visualizing some results (all movie posters are from imdb) In this article, I will share how a vector search engine like weaviate can be used to quickly build a content-based filtering recommender system. …