From 9e545aa945642a29e18cc6be8f22a2ff848697e5 Mon Sep 17 00:00:00 2001 From: qwertyforce Date: Fri, 2 Sep 2022 13:22:55 +0300 Subject: [PATCH] Update how_it_works_search.md --- how_it_works_search.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/how_it_works_search.md b/how_it_works_search.md index 1ec6df3..1a19620 100644 --- a/how_it_works_search.md +++ b/how_it_works_search.md @@ -15,7 +15,7 @@ current microservices: - text_web (not released yet) In the text below, I will try to briefly explain how they work, show search examples, runnable examples (Google Colab), links for further reading, and various tips/tricks. -If you want to read about the photo gallery, click here +If you want to read about the photo gallery, click [here](https://github.com/qwertyforce/scenery/blob/master/how_it_works_scenery.md) @@ -414,4 +414,4 @@ As you can see image retrieval is such an interesting problem! I would say, that information becomes useful, only when you can perform a search, otherwise, it's just a pile of ones and zeros. Github repository with colabs: https://github.com/qwertyforce/image_search -If you found any inaccuracies or have something to add, feel free to submit PR or raise an issue. \ No newline at end of file +If you found any inaccuracies or have something to add, feel free to submit PR or raise an issue.