Semantic search
Search based on meaning instead of exact words — "how do I fix my car" finds documents on "automotive repair".
Built on embeddings + a vector database. Complement to classic keyword search (BM25). Hybrid search combines both for the best results: precision from keywords + recall from semantics.