-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#1102 - Embedding-based product similarity search #1139
Conversation
Storefront BFF Coverage Report
|
Payment Paypal Coverage Report
|
Customer Coverage Report
|
Location Coverage Report
|
Rating Coverage Report
|
Search Coverage Report
|
Inventory Coverage Report
|
Cart Coverage Report
|
Promotion Coverage Report
|
Media Coverage Report
|
Webhook Coverage Report
|
Order Coverage Report
|
Tax Coverage Report
|
Payment Coverage Report
|
product/src/main/java/com/yas/product/service/ProductRecommendationService.java
Outdated
Show resolved
Hide resolved
product/src/main/java/com/yas/product/service/ProductRecommendationService.java
Outdated
Show resolved
Hide resolved
List<Product> productVariations = product.getProducts() | ||
.stream() | ||
.toList(); | ||
variations = productVariations.stream() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Product variations are considered separate products, but the recommendation service expects to receive a product corresponding to a long productId
. Is there any specific reason to retrieve variations along with the requested product? Let's discuss.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Temporarily hold this discussion. Product variations will be handled in #1149, then this API/service will no longer be needed.
recommendation/src/main/java/com/yas/recommendation/service/ProductSyncDataService.java
Outdated
Show resolved
Hide resolved
a62a1f3
to
af1244c
Compare
Product Coverage Report
|
…or storing pgVector - Fix unit test
…or storing pgVector - Remane DTO
…or storing pgVector - fix checkstyle
…or storing pgVector - update group id
f7259c8
to
42b963a
Compare
Quality Gate passed for 'backoffice-bff'Issues Measures |
Quality Gate passed for 'sampledata'Issues Measures |
Quality Gate passed for 'storefront-bff'Issues Measures |
Quality Gate passed for 'payment-paypal'Issues Measures |
Quality Gate passed for 'webhook'Issues Measures |
Quality Gate passed for 'promotion'Issues Measures |
Quality Gate passed for 'media'Issues Measures |
Quality Gate passed for 'rating'Issues Measures |
Quality Gate passed for 'customer'Issues Measures |
Quality Gate passed for 'order'Issues Measures |
Quality Gate passed for 'inventory'Issues Measures |
Quality Gate passed for 'payment'Issues Measures |
Quality Gate passed for 'location'Issues Measures |
Quality Gate passed for 'search'Issues Measures |
Quality Gate passed for 'yas'Issues Measures |
Quality Gate passed for 'tax'Issues Measures |
Quality Gate passed for 'product'Issues Measures |
No description provided.