Skip to content

Commit 44fd54f

Browse files
committed
changing type of the similarity field to float
1 parent a8ddffe commit 44fd54f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/_types/Knn.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export interface KnnQuery {
3939
/** Filters for the kNN search query */
4040
filter?: QueryContainer | QueryContainer[]
4141
/** The minimum similarity for a vector to be considered a match */
42-
similarity?: double
42+
similarity?: float
4343
}
4444

4545
/** @variants container */

0 commit comments

Comments
 (0)