Skip to content

Commit 140f268

Browse files
committed
merge in conflicting changes from erikbern/ann-benchmarks
1 parent f80d1ff commit 140f268

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Evaluated
4040
* [vald](https://github.com/vdaas/vald) ![https://img.shields.io/github/stars/vdaas/vald?style=social](https://img.shields.io/github/stars/vdaas/vald?style=social)
4141
* [Qdrant](https://github.com/qdrant/qdrant) ![https://img.shields.io/github/stars/qdrant/qdrant?style=social](https://img.shields.io/github/stars/qdrant/qdrant?style=social)
4242
* [qsgngtlib](https://gitee.com/WPJIANG-gitee/hwtl_sdu-anns-qsgngtlib)
43-
* [Milvus](https://github.com/milvus-io/milvus) ![https://img.shields.io/github/stars/milvus-io/milvus?style=social](https://img.shields.io/github/stars/milvus-io/milvus?style=social): [Knowhere](https://github.com/milvus-io/knowhere) [Glass](https://github.com/hhy3/pyglass)
43+
* [Milvus](https://github.com/milvus-io/milvus) ![https://img.shields.io/github/stars/milvus-io/milvus?style=social](https://img.shields.io/github/stars/milvus-io/milvus?style=social): [Knowhere](https://github.com/milvus-io/knowhere) * [Zilliz(Glass)](https://github.com/hhy3/pyglass)
4444
* [pgvector](https://github.com/pgvector/pgvector) ![https://img.shields.io/github/stars/pgvector/pgvector?style=social](https://img.shields.io/github/stars/pgvector/pgvector?style=social)
4545

4646
Data sets

ann_benchmarks/algorithms/elasticsearch/module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ def get_batch_results(self):
123123
return self.batch_res
124124

125125
def __str__(self):
126-
return f"Elasticsearch(index_options: {self.index_options}, num_canditates: {self.num_candidates})"
126+
return f"Elasticsearch(index_options: {self.index_options}, num_canditates: {self.num_candidates})"
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
FROM ann-benchmarks
22

3-
RUN pip3 install glassppy==1.0.5
4-
RUN python3 -c 'import glassppy as glass'
3+
RUN lscpu
4+
RUN pip3 install glassppy
5+
RUN python3 -c 'import glassppy as glass'

ann_benchmarks/algorithms/opensearchknn/module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ def freeIndex(self):
107107
self.client.indices.delete(index=self.index_name)
108108

109109
def __str__(self):
110-
return f"OpenSearch(index_options: {self.method_param}, ef_search: {self.ef_search})"
110+
return f"OpenSearch(index_options: {self.method_param}, ef_search: {self.ef_search})"

0 commit comments

Comments
 (0)