From d68b12412d93da903bea59b60fe9bdf1fdd04b08 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Tue, 22 Mar 2022 13:53:00 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 66228fe..ba24ec3 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,10 @@ source scribe-venv/bin/activate pip install -e . ``` +## Trending + +For a detailed explaination of the [trending algorithm](https://github.com/lbryio/scribe/blob/master/scribe/elasticsearch/fast_ar_trending.py) used for claim search, see [this](https://raw.githubusercontent.com/lbryio/scribe/master/scribe/elasticsearch/trending%20algorithm.pdf) paper + ## Contributing Contributions to this project are welcome, encouraged, and compensated. For more details, please check [this](https://lbry.tech/contribute) link.