Semantic search is an information retrieval technique that interprets the contextual meaning of a query and document content—often using vector embeddings and neural networks—rather than relying on exact keyword matching. It maps both queries and documents into a high-dimensional latent space where their geometric proximity represents semantic similarity, enabling the system to find conceptually related information even when vocabulary differs. This is fundamental to Retrieval-Augmented Generation (RAG) and agentic memory systems, allowing autonomous agents to retrieve contextually relevant past experiences or knowledge.
