File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
ann_benchmarks/algorithms Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff 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
4646Data sets
Original file line number Diff line number Diff 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 } )"
Original file line number Diff line number Diff line change 11FROM 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'
Original file line number Diff line number Diff 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 } )"
You can’t perform that action at this time.
0 commit comments