Skip to content

Commit

Permalink
Updated README.md to point out the http client.
Browse files Browse the repository at this point in the history
  • Loading branch information
maumueller authored Oct 4, 2021
1 parent 455aadc commit f998096
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t1_t2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ python install.py --install [your_team_name]
Develop and add your algorithm's python class to the [benchmark/algorithms](../benchmark/algorithms) directory.
* You will need to subclass from the [BaseANN class](../benchmark/algorithms/base.py) and implement the functions of that parent class.
* You should consult the examples already in the directory.
* If it is difficult to write a Python wrapper, please consult [HttpANN](../benchmark/algorithms/httpann_example.py) for a RESTful API.


When you are ready to test on the competition datasets, use the create_dataset.py script as follows:
Expand Down

0 comments on commit f998096

Please sign in to comment.