Skip to content

Commit

Permalink
Merge pull request #27 from mrlynn/main
Browse files Browse the repository at this point in the history
spelling correction
  • Loading branch information
mrlynn authored May 29, 2024
2 parents 3016685 + 941c3b4 commit 5b68f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/7-vector-search/9-filtering.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Extra activity, do it if you have extra time or are following at home, won't be covered during the hands-on Lab.
:::

One of the nice things about Vector Search in Atlas is its seamless integration with the MongoDB ecosystem. For instance, to do a vector search we use an Aggregation Pipeline stage, and after searching we can project, limit our data, etc. But sometimes we want to filter _before_ running the semantic search. For that, we can use the optinal `filter` property in `$vectorSearch`.
One of the nice things about Vector Search in Atlas is its seamless integration with the MongoDB ecosystem. For instance, to do a vector search we use an Aggregation Pipeline stage, and after searching we can project, limit our data, etc. But sometimes we want to filter _before_ running the semantic search. For that, we can use the optional `filter` property in `$vectorSearch`.

## Pre-filtering using number fields

Expand Down

0 comments on commit 5b68f7c

Please sign in to comment.