Indexing with Inverted Files

Large Language Models(LLMs) is a hot topic after the release of GPT-3 and has seen a fast paced adoption across industries.

Text retrieval is a fundamental building block of modern search algorithms and application powered by LLMs. Last post explored various text retrieval methods. This post will focus on the concept of inverted files and how they are used in text retrieval by different retrieval models.

Comments