mirror of https://github.com/milvus-io/milvus.git
22 lines
429 B
Markdown
22 lines
429 B
Markdown
|
# Requirements
|
||
|
|
||
|
- python 3.6+
|
||
|
- pip install -r requirements.txt
|
||
|
|
||
|
# How to use this Test Project
|
||
|
|
||
|
This project is used to test search accuracy based on the given datasets (https://github.com/erikbern/ann-benchmarks#data-sets)
|
||
|
|
||
|
1. start your milvus server
|
||
|
2. update your test configuration in test.py
|
||
|
3. run command
|
||
|
|
||
|
```shell
|
||
|
python test.py
|
||
|
```
|
||
|
|
||
|
# Contribution getting started
|
||
|
|
||
|
- Follow PEP-8 for naming and black for formatting.
|
||
|
|