Skip to content

Commit

Permalink
Change class to final
Browse files Browse the repository at this point in the history
  • Loading branch information
dungba88 committed Dec 14, 2024
1 parent 8ddc3ec commit 8d3a535
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ abstract class AbstractKnnVectorQuery extends Query {

/** the number of documents to find */
protected final int k;

/** the filter to be executed. when the filter is applied is up to the underlying knn index */
protected final Query filter;

Expand Down

0 comments on commit 8d3a535

Please sign in to comment.