How does it work?

Your query is turned into an embedding and compared with the embeddings of your documents in a vector store. The system returns the most related results, not the ones with the exact same words.

Someone searches for "lower energy costs" and also finds your page about "saving on heating bills".

What is it for?

Keyword search vs. semantic search

A traditional search matches exact words: if the word isn't there, it finds nothing. Semantic search understands intent and also finds synonyms, paraphrases and related phrasings. For a ten-question FAQ, keyword search is fine; across hundreds of pages of content, semantic search makes the difference.

How Sevendays uses this: our search features and AI assistants use semantic search on top of a vector store, so visitors and staff find answers based on meaning. See the examples or our AI platform.

Related terms