Update README.md (#1635)

Summary:
Update link to API docs website.

Pull Request resolved: https://github.com/facebookresearch/faiss/pull/1635

Reviewed By: mdouze

Differential Revision: D25942944

Pulled By: beauby

fbshipit-source-id: 573024b01c61f2464ecbf33e233cd93b2903a493
pull/1636/head^2
Lucas Hosseini 2021-01-18 01:11:36 -08:00 committed by Facebook GitHub Bot
parent 39c4ff218a
commit 010b05712c
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ The optional GPU implementation provides what is likely (as of March 2017) the f
The following are entry points for documentation:
- the full documentation, including a [tutorial](https://github.com/facebookresearch/faiss/wiki/Getting-started), a [FAQ](https://github.com/facebookresearch/faiss/wiki/FAQ) and a [troubleshooting section](https://github.com/facebookresearch/faiss/wiki/Troubleshooting) can be found on the [wiki page](http://github.com/facebookresearch/faiss/wiki)
- the [doxygen documentation](http://rawgithub.com/facebookresearch/faiss/master/docs/html/annotated.html) gives per-class information
- the [doxygen documentation](https://facebookresearch.github.io/faiss) gives per-class information
- to reproduce results from our research papers, [Polysemous codes](https://arxiv.org/abs/1609.01882) and [Billion-scale similarity search with GPUs](https://arxiv.org/abs/1702.08734), refer to the [benchmarks README](benchs/README.md). For [
Link and code: Fast indexing with graphs and compact regression codes](https://arxiv.org/abs/1804.09996), see the [link_and_code README](benchs/link_and_code)