Updated: January 20, 2025 (January 20, 2025)

  Charts & Illustrations

Understanding AI Search Indexes

My Atlas / Charts & Illustrations

379 wordsTime to read: 2 min
Barry Briggs by
Barry Briggs

Before joining Directions on Microsoft in 2020, Barry worked at Microsoft for 12 years in a variety of roles, including... more

Effectively indexing large bodies of content involves choices by a solution developer; considerations include:

  • Time required to index and reindex
  • How current the index must be, especially if content is added frequently
  • How computationally expensive the index operation is
  • Which and how many data sources for the content are selected
  • Whether the index will be used for general content search, AI, or both.

Azure AI Search offers three index types: keyword, vector, and hybrid, described in more detail below.

Keyword Index

Keyword indexes, as the name implies, rely on key terms in the query (such as “contracts” and “widgets” in the illustration). Keyword indexes have several advantages, including:

  • Keyword indexing is very fast compared to vector indexing 
  • Keyword indexing is especially useful for text-only datasets
  • Keyword indexes can be consumed by Azure OpenAI for small Retrieval Augmented Generation (RAG) applications.

However, keyword indexes cannot be used to index nontextual data, such as images, and can be very difficult to scale efficiently to large datasets (say, social media feeds).

Atlas Members have full access

Get access to this and thousands of other unbiased analyses, roadmaps, decision kits, infographics, reference guides, and more, all included with membership. Comprehensive access to the most in-depth and unbiased expertise for Microsoft enterprise decision-making is waiting.

Membership Options

Already have an account? Login Now