Skip to content

Commit

Permalink
Disable a few algos
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbern committed Oct 15, 2023
1 parent c599989 commit f72e3b9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ann_benchmarks/algorithms/annoy/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ bit:
hamming:
- base_args: ['@metric']
constructor: Annoy
disabled: false
disabled: true
docker_tag: ann-benchmarks-annoy
module: ann_benchmarks.algorithms.annoy
name: annoy
Expand All @@ -15,7 +15,7 @@ float:
any:
- base_args: ['@metric']
constructor: Annoy
disabled: false
disabled: true
docker_tag: ann-benchmarks-annoy
module: ann_benchmarks.algorithms.annoy
name: annoy
Expand Down
2 changes: 1 addition & 1 deletion ann_benchmarks/algorithms/elastiknn/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ float:
euclidean:
- base_args: []
constructor: L2Lsh
disabled: false
disabled: true
docker_tag: ann-benchmarks-elastiknn
module: ann_benchmarks.algorithms.elastiknn
name: elastiknn-l2lsh
Expand Down
2 changes: 1 addition & 1 deletion ann_benchmarks/algorithms/kdtree/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ float:
any:
- base_args: ['@metric']
constructor: KDTree
disabled: false
disabled: true
docker_tag: ann-benchmarks-kdtree
module: ann_benchmarks.algorithms.kdtree
name: kd
Expand Down
2 changes: 1 addition & 1 deletion ann_benchmarks/algorithms/nmslib/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ float:
any:
- base_args: ['@metric', vptree]
constructor: NmslibReuseIndex
disabled: false
disabled: true
docker_tag: ann-benchmarks-nmslib
module: ann_benchmarks.algorithms.nmslib
name: BallTree(nmslib)
Expand Down
2 changes: 1 addition & 1 deletion ann_benchmarks/algorithms/onng_ngt/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ float:
any:
- base_args: ['@metric', Float, 0.1]
constructor: ONNG
disabled: false
disabled: true
docker_tag: ann-benchmarks-onng_ngt
module: ann_benchmarks.algorithms.onng_ngt
name: NGT-onng
Expand Down
2 changes: 1 addition & 1 deletion ann_benchmarks/algorithms/qdrant/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ float:
any:
- base_args: ['@metric']
constructor: Qdrant
disabled: false
disabled: true
docker_tag: ann-benchmarks-qdrant
module: ann_benchmarks.algorithms.qdrant
name: qdrant
Expand Down

0 comments on commit f72e3b9

Please sign in to comment.