Skip to content

Commit a8221ad

Browse files
authored
Add Cosine in inverted index test generator (#91)
1 parent fdf936f commit a8221ad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/benchmark_inputs/inverted/test-generator.toml

+6
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,9 @@ queries_in_training_set = 100
3030
__version__ = 'v0.0.0'
3131
distance = 'MIP'
3232
path = 'groundtruth_mip.ivecs'
33+
34+
[[inverted_test_generator.groundtruths]]
35+
__schema__ = 'benchmark_distance_and_groundtruth'
36+
__version__ = 'v0.0.0'
37+
distance = 'Cosine'
38+
path = 'groundtruth_cosine.ivecs'

0 commit comments

Comments
 (0)