Skip to content

Commit c54ae42

Browse files
committed
RM PR fixes 1
1 parent 191e570 commit c54ae42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/fundamentals/builders/vector-search.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ the ``vectorSearch()`` helper method that you can use to
2727
create a :atlas:`$vectorSearch </atlas-vector-search/vector-search-stage/>`
2828
pipeline stage. This pipeline stage allows you to perform a **semantic
2929
search** on your documents. A semantic search is a type of search which
30-
locates information that is similar in meaning to your provided search
31-
term or phrase.
30+
locates information that is similar in meaning, but not necessarily
31+
identical, to your provided search term or phrase.
3232

3333
.. important:: Feature Compatibility
3434

0 commit comments

Comments
 (0)