Skip to content

Commit 246a17a

Browse files
committed
changing type of the similarity field to float
1 parent a8ddffe commit 246a17a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

output/schema/schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)