From f60b2f85f9202685b922f264714132457070eea8 Mon Sep 17 00:00:00 2001 From: Lukas Heumos Date: Wed, 24 Apr 2024 13:31:07 +0200 Subject: [PATCH] Add link to example in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 299d712..a472b9c 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Help is more than welcome! Please refer to the [documentation][link-docs]. In particular, the - [API documentation][link-api]. +- [Faiss example notebook][link-faiss-example]. ## Installation @@ -48,3 +49,4 @@ If you found a bug, please use the [issue tracker][issue-tracker]. [changelog]: https://fknni.readthedocs.io/latest/changelog.html [link-docs]: https://fknni.readthedocs.io [link-api]: https://fknni.readthedocs.io/latest/api.html +[link-faiss-example]: https://fknni.readthedocs.io/en/latest/notebooks/faiss.html