You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a Product Review service with GenAI-powered summaries (#2663)
* added skeleton version of the product review service
* added mysql database for the product review service
* added LLM with tool call to fetch product reviews
* added product reviews and summaries for each product
* updated LLM service to return pre-generated product summary
* added llm, mysql, and product-reviews to build pipeline
* changed how the product review service returns summaries
* added feature flags for LLM service
* added metrics to product review service
* added tests for the product review service
* added new services to docker-compose.minimal.yml
* added product review, llm, and mysql services to k8s manifest
* fixed mysql port in k8s manifest
* updated versions of new services
* updated README for the LLM service
* added product reviews to UI
* updated product review UI
* added product review summary to product page
* cleaned up visualization of product reviews
* fixed product review score percentage calculation
* added Cypress tests for product reviews
* updated changelog, removed temporary images, and updated loadgen
* restore kubernetes manifest to current state
* reverting changes to kubernetes/opentelemetry-demo.yaml
* updated product review service to use postgres instead of mysql
* updated product review service to use structured outputs
* build(deps): bump jvm (#2679)
Bumps the gradle-production-dependencies group with 1 update in the /src/fraud-detection directory: jvm.
Updates `jvm` from 2.2.20 to 2.2.21
---
updated-dependencies:
- dependency-name: jvm
dependency-version: 2.2.21
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: gradle-production-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* resolved markdown lint errors and disabled the llmInaccurateResponse feature flag
* resolved protobufcheck and sanitycheck issues
* resolving licensecheck issues
* updated product reviews to include interactive AI component
* updated product review service to add AI assistant capabilities
* updated frontend to use new Product AI Assistant
* added tool call to AI assistant to fetch product info
* Processes all tool calls in a loop
* Add license
* updated mock LLM logic to match product review service updates
* Add line break
* build(deps): bump github/codeql-action (#2698)
Bumps the actions-production-dependencies group with 1 update in the / directory: [github/codeql-action](https://github.com/github/codeql-action).
Updates `github/codeql-action` from 4.31.0 to 4.31.1
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@4e94bd1...5fe9434)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.31.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: actions-production-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* updated product review service so feature flags work with real OpenAI API
* Add line break
* Fix tracetests
* Fix yamllint
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Juliano Costa <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Juliano Costa <[email protected]>
0 commit comments