
Semantic Search
Semantic search is a method that returns search results based on the "semantic proximity" between a query and documents. Rather than matching keyword strings, it converts text into a vector space using embeddings and measures relevance with distance functions such as cosine similarity.











