Prerequisites
Enable recommendations: Before creating a Recommend Items for Item stage, enable recommendations.- In the Managed Fusion UI – With Query Workbench open, click Settings > Enable Recommendations.
-
Using the REST API – Use this command to enable recommendations:
Replace
EXAMPLE_COMPANY
with the name provided by your Lucidworks representative.When you enable recommendations, Managed Fusion creates a query pipeline that already contains this stage, and that is configured for boosting. The query pipeline is
COLLECTION_NAME_items_for_user_recommendations
.Using live signals
The Estimate Recent Results option uses live signals to augment items-for-user recommendations with real-time recommendations. When this is enabled, Managed Fusion first looks up items from previously generated recommendations that are similar to the new items. If there are none then it looks up similar users who also interacted with that item to get a list of recommendations based on the new items. It then combines those new recommendations with the job-based recommendations already generated for that user, to generate a final list of recommendations.Configuration
When entering configuration values in the UI, use unescaped characters, such as
\t
for the tab character. When entering configuration values in the API, use escaped characters, such as \\t
for the tab character.