Skip to content

Commit bd32c62

Browse files
committed
Fix distance
1 parent c04328f commit bd32c62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

experiments/configurations/cohere-calibration.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"data_type": "FLOAT16",
133133
"svs-vamana_config": {
134134
"NUM_THREADS": 16,
135-
"DISTANCE_METRIC": "L2",
135+
"DISTANCE_METRIC": "IP",
136136
"GRAPH_MAX_DEGREE": 64,
137137
"CONSTRUCTION_WINDOW_SIZE": 200,
138138
"compression": "GlobalSQ8"
@@ -165,7 +165,7 @@
165165
"data_type": "FLOAT32",
166166
"svs-vamana_config": {
167167
"NUM_THREADS": 16,
168-
"DISTANCE_METRIC": "L2",
168+
"DISTANCE_METRIC": "IP",
169169
"GRAPH_MAX_DEGREE": 64,
170170
"CONSTRUCTION_WINDOW_SIZE": 200,
171171
"compression": "GlobalSQ8"

0 commit comments

Comments
 (0)