Skip to content

Commit

Permalink
add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Mar 21, 2024
1 parent f6cd886 commit ea3b554
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ Before running the benchmarks, ensure you have the following installed:

The repository includes the following Jupyter notebooks for conducting benchmarks:

- [Elasticsearch](run-elasticsearch.ipynb)
- [OpenSearch](run-opensearch.ipynb)
- [Qdrant](run-qdrant.ipynb)
- [Vespa](run-vespa.ipynb)
- [Weaviate](run-weaviate.ipynb)
- [Elasticsearch](run-elasticsearch.ipynb): [![Run Elasticsearch on Linux](https://github.com/marevol/search-ann-benchmark/actions/workflows/run-elasticsearch-linux.yml/badge.svg)](https://github.com/marevol/search-ann-benchmark/actions/workflows/run-elasticsearch-linux.yml)
- [OpenSearch](run-opensearch.ipynb): [![Run OpenSearch on Linux](https://github.com/marevol/search-ann-benchmark/actions/workflows/run-opensearch-linux.yml/badge.svg)](https://github.com/marevol/search-ann-benchmark/actions/workflows/run-opensearch-linux.yml)
- [Qdrant](run-qdrant.ipynb): [![Run Qdrant on Linux](https://github.com/marevol/search-ann-benchmark/actions/workflows/run-qdrant-linux.yml/badge.svg)](https://github.com/marevol/search-ann-benchmark/actions/workflows/run-qdrant-linux.yml)
- [Vespa](run-vespa.ipynb): [![Run Vespa on Linux](https://github.com/marevol/search-ann-benchmark/actions/workflows/run-vespa-linux.yml/badge.svg)](https://github.com/marevol/search-ann-benchmark/actions/workflows/run-vespa-linux.yml)
- [Weaviate](run-weaviate.ipynb): [![Run Weaviate on Linux](https://github.com/marevol/search-ann-benchmark/actions/workflows/run-weaviate-linux.yml/badge.svg)](https://github.com/marevol/search-ann-benchmark/actions/workflows/run-weaviate-linux.yml)

Each notebook guides you through the process of setting up the test environment, loading the dataset, executing the search queries, and analyzing the results.

Expand Down

0 comments on commit ea3b554

Please sign in to comment.