Back to Freecodecamp

What is Semantic Search?

curriculum/challenges/english/blocks/retrieval-engine-internals/what-is-semantic-search-video.md

latest602 B
Original Source

--description--

In this video, you will learn about semantic search.

--questions--

--text--

What is semantic search?

--answers--

Searching only for documents that contain the exact keyword typed, without considering context or meaning.


A system that converts every search query into random tags and retrieves documents with the most matching tags.


A search method that organizes results alphabetically by word length and popularity instead of relevance.


Searching documents based on the meaning of the words rather than just keyword matching.

--video-solution--

4