Skip to main content

Frequently Bought Together Overview

AddSearch's Frequently Bought Together (FBT) feature recommends sets of products or documents that users often purchase or view together. This can help you suggest related news articles, complementary products, or other grouped items.

Frequently Bought Together visualization

How It Works

FBT relies on the FP-growth algorithm, a frequent-pattern mining method. It discovers frequently occurring itemsets efficiently by building a frequent pattern tree (FP-tree).

Setting Up Frequently Bought Together

  1. Upload your data:

  2. Configure recommendations:

Implementing FBT Recommendations

You can integrate FBT recommendations using the AddSearch API or JavaScript libraries:

These tools allow you to display frequently bought together items seamlessly within your website or app.


For more details on each step, please refer to the linked documentation pages.