recommender now returns ids instead of products
This commit is contained in:
parent
fd6b66faeb
commit
0cf418df99
3 changed files with 75 additions and 82 deletions
|
@ -47,7 +47,7 @@ message ListRecommendationsRequest {
|
|||
}
|
||||
|
||||
message ListRecommendationsResponse {
|
||||
repeated Product products = 1;
|
||||
repeated string product_ids = 1;
|
||||
}
|
||||
|
||||
// ---------------Product Catalog----------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue