-
Notifications
You must be signed in to change notification settings - Fork 282
New Productivity Suite react UI and Bug Fixes #1834
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
Conversation
…ummarize and Code Generation Signed-off-by: Gurunath S <gurunath.s@intel.com>
Signed-off-by: Gurunath S <gurunath.s@intel.com>
Signed-off-by: Gurunath S <gurunath.s@intel.com>
… base library and also updated modules version issues. Signed-off-by: Ubuntu <ubuntu@ip-172-31-1-234.us-west-2.compute.internal>
Signed-off-by: Gurunath S <gurunath.s@intel.com>
Dependency ReviewThe following issues were found:
License IssuesProductivitySuite/ui/react/package.json
Scanned Files
|
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.
Copilot reviewed 144 out of 153 changed files in this pull request and generated 1 comment.
Files not reviewed (9)
- ProductivitySuite/docker_compose/intel/cpu/xeon/set_env.sh: Language not supported
- ProductivitySuite/ui/react/.env.production: Language not supported
- ProductivitySuite/ui/react/index.html: Language not supported
- ProductivitySuite/ui/react/package.json: Language not supported
- ProductivitySuite/ui/react/public/manifest.json: Language not supported
- ProductivitySuite/ui/react/public/model_configs.json: Language not supported
- ProductivitySuite/ui/react/public/robots.txt: Language not supported
- ProductivitySuite/ui/react/src/App.scss: Language not supported
- ProductivitySuite/ui/react/src/components/Chat_Assistant/ChatAssistant.module.scss: Language not supported
Comments suppressed due to low confidence (1)
ProductivitySuite/docker_compose/intel/cpu/xeon/compose.yaml:200
- The dependency reference has been updated from 'llm' to 'llm_codegen', but there is no corresponding 'llm_codegen' service defined in the configuration. Please double-check the service naming for consistency.
- llm_codegen
for more information, see https://pre-commit.ci
Signed-off-by: Gurunath S <gurunath.s@intel.com>
Signed-off-by: Gurunath S <gurunath.s@intel.com>
for more information, see https://pre-commit.ci
Signed-off-by: Gurunath S <gurunath.s@intel.com>
Signed-off-by: Gurunath S <gurunath.s@intel.com>
for more information, see https://pre-commit.ci
Signed-off-by: Gurunath S <gurunath.s@intel.com>
Signed-off-by: Gurunath S <gurunath.s@intel.com>
… images Signed-off-by: Gurunath S <gurunath.s@intel.com>
Signed-off-by: Gurunath S <gurunath.s@intel.com>
Signed-off-by: Gurunath S <gurunath.s@intel.com>
for more information, see https://pre-commit.ci
Signed-off-by: Gurunath S <gurunath.s@intel.com>
for more information, see https://pre-commit.ci
Signed-off-by: Gurunath S <gurunath.s@intel.com>
Signed-off-by: Gurunath S <gurunath.s@intel.com>
Signed-off-by: Gurunath S <gurunath.s@intel.com>
Signed-off-by: Gurunath S <gurunath.s@intel.com>
I can reproduce the issue on my local env, so it's not a test env issue. Have you run with |
Signed-off-by: Gurunath S <gurunath.s@intel.com>
…tySuite Signed-off-by: Gurunath S <gurunath.s@intel.com>
Signed-off-by: Gurunath S <gurunath.s@intel.com>
Signed-off-by: Gurunath S <gurunath.s@intel.com>
Signed-off-by: Gurunath S <gurunath.s@intel.com> Signed-off-by: Chingis Yundunov <c.yundunov@datamonsters.com>
Description
This Pull Request introduces a new React-based user interface for the ProductivitySuite along with issue fixes for Docsum, Data Management and Code Generation.
Type of change
List the type of change like below. Please delete options that are not relevant.
Changes
New React UI: Replaced the existing UI with a newly designed React-based user interface.
Updated Screenshots: Replaced outdated screenshots in the documentation with new ones reflecting the updated UI.
Documentation Updates: Revised the documentation to align with the new UI and its features.
Docker Compose File: Updated the docker-compose.yml file to ensure compatibility with the new UI.
README Updates: Updated the README file to reflect the changes in the UI and provide accurate setup instructions.
Bug Fixes: Fixed issues with Document Summarization, Data Management and Code Generation.
Tests