Skip to content
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

Merged
merged 11 commits into from
Oct 11, 2024

Conversation

duylv27
Copy link
Contributor

@duylv27 duylv27 commented Oct 8, 2024

No description provided.

Copy link

github-actions bot commented Oct 8, 2024

Storefront BFF Coverage Report

Overall Project NaN% NaN% 🍏

There is no coverage information present for the Files changed

Copy link

github-actions bot commented Oct 8, 2024

Payment Paypal Coverage Report

Overall Project 84.47% 🍏

There is no coverage information present for the Files changed

Copy link

github-actions bot commented Oct 8, 2024

Customer Coverage Report

Overall Project 88.69% 🍏

There is no coverage information present for the Files changed

Copy link

github-actions bot commented Oct 8, 2024

Location Coverage Report

Overall Project 93.28% 🍏

There is no coverage information present for the Files changed

Copy link

github-actions bot commented Oct 8, 2024

Rating Coverage Report

Overall Project 81.94% 🍏

There is no coverage information present for the Files changed

Copy link

github-actions bot commented Oct 8, 2024

Search Coverage Report

Overall Project 94.07% 🍏

There is no coverage information present for the Files changed

Copy link

github-actions bot commented Oct 8, 2024

Inventory Coverage Report

Overall Project 90.52% 🍏

There is no coverage information present for the Files changed

Copy link

github-actions bot commented Oct 8, 2024

Cart Coverage Report

Overall Project 81.32% 🍏

There is no coverage information present for the Files changed

Copy link

github-actions bot commented Oct 8, 2024

Promotion Coverage Report

Overall Project 82.9% 🍏

There is no coverage information present for the Files changed

Copy link

github-actions bot commented Oct 8, 2024

Media Coverage Report

Overall Project 87.19% 🍏

There is no coverage information present for the Files changed

Copy link

github-actions bot commented Oct 8, 2024

Webhook Coverage Report

Overall Project 77.63%

There is no coverage information present for the Files changed

Copy link

github-actions bot commented Oct 8, 2024

Order Coverage Report

Overall Project 80.14% 🍏

There is no coverage information present for the Files changed

Copy link

github-actions bot commented Oct 8, 2024

Tax Coverage Report

Overall Project 88.12% 🍏

There is no coverage information present for the Files changed

Copy link

github-actions bot commented Oct 8, 2024

Payment Coverage Report

Overall Project 73.77%

There is no coverage information present for the Files changed

@duylv27 duylv27 changed the title #1102 - Create recommendation project, product vector ddl #1102 - Embedding-based product similarity search Oct 8, 2024
List<Product> productVariations = product.getProducts()
.stream()
.toList();
variations = productVariations.stream()
Copy link
Contributor Author

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.

Copy link
Contributor Author

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.

Copy link

github-actions bot commented Oct 8, 2024

Product Coverage Report

Overall Project 77.64% -4.05%
Files changed 7.76%

File Coverage
ProductController.java 100% 🍏
ProductDetailService.java 6.64% -93.36%
ProductDetailInfoVm.java 0%

@duylv27 duylv27 self-assigned this Oct 9, 2024
Copy link

sonarcloud bot commented Oct 11, 2024

Copy link

sonarcloud bot commented Oct 11, 2024

Copy link

sonarcloud bot commented Oct 11, 2024

Copy link

sonarcloud bot commented Oct 11, 2024

Copy link

sonarcloud bot commented Oct 11, 2024

Copy link

sonarcloud bot commented Oct 11, 2024

Copy link

sonarcloud bot commented Oct 11, 2024

Copy link

sonarcloud bot commented Oct 11, 2024

Copy link

sonarcloud bot commented Oct 11, 2024

Copy link

sonarcloud bot commented Oct 11, 2024

Copy link

sonarcloud bot commented Oct 11, 2024

Copy link

sonarcloud bot commented Oct 11, 2024

Copy link

sonarcloud bot commented Oct 11, 2024

Copy link

sonarcloud bot commented Oct 11, 2024

Copy link

sonarcloud bot commented Oct 11, 2024

Copy link

sonarcloud bot commented Oct 11, 2024

Copy link

sonarcloud bot commented Oct 11, 2024

@khanhtrand khanhtrand merged commit baf7e28 into main Oct 11, 2024
52 checks passed
@khanhtrand khanhtrand deleted the feature/yas-1102-backup branch October 11, 2024 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants