Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ ext:
HEAD:
sources:
docs-server:
branches: release/7.6
branches: [release/7.6]
override:
startPage: server:introduction:intro.adoc
9 changes: 3 additions & 6 deletions modules/vector-search/pages/pre-filtering-vector-search.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@

== About Pre-filtering

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

. *Enhanced precision and relevance:*
Narrow your search results based on specific criteria, such as organization, date/time ranges, or geospatial locations.

. *Performance optimization:*
Reduce the search space before executing queries to improve query execution time and reduce computational overhead.

== Prerequisites

Expand Down
Loading