For the complete documentation index, see llms.txt. This page is also available as Markdown.

Recommendations

Starting from version 0.6.x, Metarank supports three types of recommendations:

  • Trending: popularity-sorted list of items with customized ordering.

  • Similar items: matrix-factorization collaborative filtering recommender of items you may also like.

  • Semantic: a content-based semantic similarity recommender, based on neural embeddings.

Last updated

Was this helpful?