Skip to content

Commit

Permalink
Merge pull request #18 from ravanscafi/main
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
dfreniche authored Dec 12, 2023
2 parents 62aa6a6 + 8d4154e commit 373ff90
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 MongDB 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`.
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`.

## Pre-filtering using number fields

Expand Down

0 comments on commit 373ff90

Please sign in to comment.