We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf936f commit a8221adCopy full SHA for a8221ad
tools/benchmark_inputs/inverted/test-generator.toml
@@ -30,3 +30,9 @@ queries_in_training_set = 100
30
__version__ = 'v0.0.0'
31
distance = 'MIP'
32
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