Skip to content

Commit 4f8f157

Browse files
committed
Add SVS reference and installation instructions
1 parent b6486f1 commit 4f8f157

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,18 @@
33
![GitHub License](https://img.shields.io/github/license/IntelLabs/ScalableVectorSearchBenchmarking)
44
![python-support](https://img.shields.io/badge/Python-3.12-3?logo=python)
55

6-
## Use
6+
Scalable Vector Search Benchmarking enables the benchmarking or evaluation of the [Scalable Vector Search](https://github.com/intel/ScalableVectorSearch) library.
7+
8+
## Installation
9+
10+
Requires Python >= 3.12.
11+
12+
```sh
13+
python -m pip install \
14+
git+https://github.com/IntelLabs/ScalableVectorSearchBenchmarking
15+
```
16+
17+
## Usage
718

819
### Building an index
920

0 commit comments

Comments
 (0)