In Fusion 5.2, you can download and import a query pipeline that works out of the box to fetch items-for-user recommendations generated by the default BPR Recommender job.
-
Rename the file to replace
APPName
with the name of your Fusion app, such asProductCatalog_item_item_rec_pipelines_bpr.json
. -
Open the JSON file, replace all instances of
APPName
with the name of your Fusion app, such asProductCatalog
, and save it. -
Import the JSON file into your Fusion instance using the Query Pipelines REST API:
curl -u user:pass <fusion_proxy>/api/query-pipelines -XPOST -H 'content-type:application/json' -d@<path/to/filename.json>
-
In the Fusion UI, navigate to Query > Query Pipelines to verify that the new pipeline is available.
TipIf the pipeline does not appear in the Query Pipelines panel, you may need to attach it to your app like this: Go to System > Object Explorer, click the In No Apps filter, hover over the pipeline, click the icon, and select Add to this app.
No additional configuration is needed to use this pipeline with the default BPR job configuration.