Skip to content

Commit 64dc05e

Browse files
committed
Updated vector-search-filters.md
1 parent c664b11 commit 64dc05e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/search/vector-search-filters.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ In a vector query, `preFilter` is the default.
130130

131131
Postfiltering applies filters after query execution, narrowing the search results.
132132

133+
In a vector query, use `postFilter` for this task.
134+
133135
:::image type="content" source="media/vector-search-filters/post-filter.svg" alt-text="Diagram of post-filters." border="true" lightbox="media/vector-search-filters/post-filter.png":::
134136

135137
---
@@ -228,4 +230,4 @@ The vertical axis represents the relative performance of prefiltering compared t
228230
+ A value of `0.5` means prefiltering is 50% slower.
229231
+ A value of `1.0` means prefiltering and post filtering are equivalent.
230232

231-
The horizontal axis represents the filtering rate, or the percentage of candidate documents after applying the filter. For example, a rate of `1.00%` means that the filter criteria selected one percent of the search corpus.
233+
The horizontal axis represents the filtering rate, or the percentage of candidate documents after applying the filter. For example, a rate of `1.00%` means the filter criteria selected one percent of the search corpus.

0 commit comments

Comments
 (0)