Skip to content

Commit

Permalink
changing type of the similarity field to float
Browse files Browse the repository at this point in the history
  • Loading branch information
pstrsr committed Sep 21, 2023
1 parent a8ddffe commit 44fd54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/_types/Knn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export interface KnnQuery {
/** Filters for the kNN search query */
filter?: QueryContainer | QueryContainer[]
/** The minimum similarity for a vector to be considered a match */
similarity?: double
similarity?: float
}

/** @variants container */
Expand Down

0 comments on commit 44fd54f

Please sign in to comment.