This document compares the Vector Space Model (VSM) and Latent Semantic Indexing (LSI) techniques for information retrieval. VSM represents documents as vectors in a multi-dimensional space, where cosine similarity between vectors indicates document similarity. LSI builds on VSM by extracting concepts from terms and representing documents based on these concepts, allowing matching of documents using different vocabularies. While VSM is simpler, LSI can handle synonymy and polysemy better. Both are commonly used in search engines.