Skip to content

Commit

Permalink
chore: set default search metric to euclidean
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniAkash committed May 15, 2024
1 parent cdd8dab commit d87c051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/search.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const DEFAULT_TOP_K = 10;
export const DEFAULT_SEARCH_METRIC = "cosine";
export const DEFAULT_SEARCH_METRIC = "euclidean";
export const DEFAULT_SEARCH_ALGORITHM = "nearest_neighbor";

0 comments on commit d87c051

Please sign in to comment.