Semantic search finds results based on meaning rather than exact keyword matches. It uses vector embeddings to understand the intent behind a query and match it with semantically similar content, even if the words are completely different.
This is what powers modern RAG systems and makes AI assistants able to find relevant information even when you don't know the exact terms.