Skip to content

Gorse v0.5.0-alpha.4

Pre-release
Pre-release

Choose a tag to compare

@zhenghaoz zhenghaoz released this 15 Aug 14:00
0ed58d6

Warning This is a pre-release version of the Gorse recommender system. It means:

  1. Don't use the pre-release version in production unless you can afford the risks.
  2. APIs, configurations, and data storage might be changed between pre-release versions.
  3. Clear local caches and cache databases after the upgrade.

Features

  • Implement item to item recommendation (#905).
  • Implement LLM-based recommenders (#941).
  • Support feedback with value (#1007).

BREAK CHANGES

  • Remove inverted file index for neighbors (#929).
  • Enable HNSW index for matrix factorization by default (#934).