Skip to content

Commit 156143c

Browse files
authored
Fix grammar in the pre-filtering section (#312)
1 parent 9967c1b commit 156143c

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ ext:
99
HEAD:
1010
sources:
1111
docs-server:
12-
branches: release/7.6
12+
branches: [release/7.6]
1313
override:
1414
startPage: server:introduction:intro.adoc

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,10 @@
88

99
== About Pre-filtering
1010

11-
Using pre-filtering as part of your vector search offers two key advantages:
11+
The Search Service supports pre-filtering on Vector Search queries.
12+
Pre-filtering allows you to execute vector searches over a subset of the vector index,
13+
via the means of a filter request that qualifies the subset.
1214

13-
. *Enhanced precision and relevance:*
14-
Narrow your search results based on specific criteria, such as organization, date/time ranges, or geospatial locations.
15-
16-
. *Performance optimization:*
17-
Reduce the search space before executing queries to improve query execution time and reduce computational overhead.
1815

1916
== Prerequisites
2017

0 commit comments

Comments
 (0)