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

fix: webpage content reader issue and added some docs! #64

Merged
merged 2 commits into from
Jan 28, 2025

Conversation

sauravpanda
Copy link
Member

@sauravpanda sauravpanda commented Jan 28, 2025

Remove Release Workflow and Update Chat Demo

  • Purpose:
    Remove the GitHub Actions workflow for creating releases and update the chat demo component.
  • Key Changes:
    • Removed the .github/workflows/release.yml file that was responsible for automatically creating releases.
    • Updated the EnhancedChatInterface component in the chat demo to add a new model option.
    • Bumped the package version from 1.0.19 to 1.0.20.
    • Cleaned up and documented the HTMLCleaner utility class.
    • Improved the IndexedDBStorage implementation to use a configurable store name.
    • Added more context around the phonemize and voices utility functions.
  • Impact:
    These changes remove the automated release process and make some minor improvements to the chat demo and underlying utilities. The removal of the release workflow may require manual intervention for future releases.

✨ Generated with love by Kaizen ❤️

Original Description # Enhance Chat Interface and Database Improvements
  • **Purpose:
    **
    Improve the chat interface and enhance the database functionality in the project.
  • Key Changes:
    • Added new model options to the chat interface, including Qwen2.5 1.5B Instruct, Gemma 2B Instruct, and TinyLlama 1.1B Chat.
    • Updated the repository URL for the DeepSeek-R1-Distill-Qwen-1.5B-MLC model in the mlc-models.json file.
    • Improved the HTMLCleaner class to provide more granular control over cleaning HTML content, including preserving semantic hierarchy and extracting structured data.
    • Introduced a configurable store name for the IndexedDBStorage implementation in the database module.
  • **Impact:
    **
    These changes enhance the user experience by providing more model options, improve the reliability and flexibility of the database functionality, and enable better handling of HTML content in the application.

✨ Generated with love by Kaizen ❤️

Original Description None

Copy link
Contributor

kaizen-bot bot commented Jan 28, 2025

🔍 Code Review Summary

All Clear: This commit looks good! 👍

Overview

  • Total Feedbacks: 0 (Critical: 0, Refinements: 0)
  • Files Affected: 0
  • Code Quality: [█████████████████░░░] 85% (Good)

✨ Generated with love by Kaizen ❤️

Useful Commands
  • Feedback: Share feedback on kaizens performance with !feedback [your message]
  • Ask PR: Reply with !ask-pr [your question]
  • Review: Reply with !review
  • Update Tests: Reply with !unittest to create a PR with test changes

@sauravpanda sauravpanda merged commit 4488d64 into main Jan 28, 2025
4 checks passed
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.

1 participant