---
title: "Semantic Search"
date: 2025-11-04
author: "Anton \"JD\" Titov"
---

# Semantic Search

**Semantic Search** is an advanced search technique that finds relevant information based on the meaning or intent of the query, rather than simply matching exact keywords. By utilizing **[Embeddings](https://stage.spiralscout.com/glossary/embedding)**, the system matches the concept in your query with content that may be phrased differently but carries the same meaning.

Spiral Scout incorporates semantic search into **[RAG](https://stage.spiralscout.com/glossary/retrieval-augmented-generation)** systems and knowledge bases to intelligently pull the most pertinent answers from massive corpora, drastically improving the relevance of results.