Skip to content

Commit c6f039c

Browse files
RayOffiahsarahlwelton
authored andcommitted
[DOC-12609]: Document the extension to vector syntax to support pre filtering: MB-62230 (#285)
* [DOC-12609]: Document the extension to vector syntax to support pre filtering: MB-62230 * [DOC-12609]: Document the extension to vector syntax to support pre filtering: MB-62230 Fleshing out the text following review. Tidied up the advantages list. * [DOC-12609]: Document the extension to vector syntax to support pre-filtering: MB-62230 Fixups following review.
1 parent 61fb55c commit c6f039c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/vector-search/pages/pre-filtering-vector-search.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ Pre-filtering allows you to execute vector searches over a subset of the vector
1313
via the means of a filter request that qualifies the subset.
1414

1515
include::partial$vector-search-no-windows.adoc[]
16+
Using pre-filtering as part of your vector search offers two key advantages:
17+
18+
. *Enhanced precision and relevance:*
19+
Narrow your search results based on specific criteria, such as organization, date/time ranges, or geospatial locations.
20+
21+
. *Performance optimization:*
22+
Reduce the search space before executing queries to improve query execution time and reduce computational overhead.
1623

1724
== Prerequisites
1825

0 commit comments

Comments
 (0)