Search

Search IconIcon to open search

Constrained Search

Last updatedUpdated: by Jakub Žovák · 1 min read

Properties
created 04.11.2024, 09:18
modified 09.08.2025, 11:27
published Empty
sources Empty
topics Constrained Search, Filtering, Vector Search
authors Empty
ai-assisted No

This type of search extends classical kANN search by applying a constraint that the resulting set of nearest neighbours must satisfy. This can greatly improve the quality of the result since we are only searching in the area of interest within our dataset (LI in VDBMS).

💡It is ideal to employ this type of search when you can estimate the topic or category that the user is asking about. Also, you can prompt the user for some information about him, which again gives the opportunity to narrow the search space with the use of filtering.

# Resources