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

Version 1.2.0 #12

Merged
merged 29 commits into from
Oct 14, 2024
Merged

Version 1.2.0 #12

merged 29 commits into from
Oct 14, 2024

Commits on Jul 15, 2024

  1. Sync branch [skip ci]

    pirate-bot authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    b078f16 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    8c6767d View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    8e51100 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f36a19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ece6123 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df9f430 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8af0cf9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6fe6273 View commit details
    Browse the repository at this point in the history
  7. chore: update artifact

    HardeepAsrani committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    6188683 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    7cdfd67 View commit details
    Browse the repository at this point in the history
  2. chore: update artifact

    HardeepAsrani committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    fa04827 View commit details
    Browse the repository at this point in the history
  3. release(minor): version 1.1.0

    - Initial version.
    HardeepAsrani authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    5d6e9f3 View commit details
    Browse the repository at this point in the history
  4. Sync branch [skip ci]

    pirate-bot authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    107d135 View commit details
    Browse the repository at this point in the history
  5. Sync branch [skip ci]

    pirate-bot authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    5f93b20 View commit details
    Browse the repository at this point in the history
  6. Sync branch [skip ci]

    pirate-bot authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a4f6d0f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Sync branch [skip ci]

    pirate-bot authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    632c37a View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Sync branch [skip ci]

    pirate-bot authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    29712d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    7e656bb View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    98594c2 View commit details
    Browse the repository at this point in the history
  2. feat: Qdrant integration for increased Knowledge Base storage

    This PR allows Hyve users to connect with their Qdrant account to get a much more increased Knowledge Base storage.
    HardeepAsrani committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    f685a4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89c5003 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03b667a View commit details
    Browse the repository at this point in the history
  5. feat: add Sitemap & Website URL as Knowledge Base source

    This PR adds Sitemap and Website crawling as a source for Knowledge Base.
    HardeepAsrani committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    07ee82e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c963f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    77d9924 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef256db View commit details
    Browse the repository at this point in the history
  9. test: Add PHPUnit tests

    HardeepAsrani committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    2532156 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3b5050b View commit details
    Browse the repository at this point in the history
  11. Merge pull request #7 from Codeinwp/v1.3

    ### New Features
    - **Choose Between GPT-3.5 and GPT-4o-mini**: Users can now select between GPT-3.5 and GPT-4o-mini for their interactions. GPT-4o-mini is much cheaper and provides better results.
    - **Support for Rich Text in Chat Responses**: Chat responses now support rich text, allowing for enhanced results like images, links, and code snippets.
    - **Website URL and Sitemap Crawling for Knowledge Base**: You can now add external content to your Knowledge Base, including data from your website and HelpScout docs, using Website URL and Sitemap Crawling.
    - **Qdrant Integration for Improved Performance**: Users can now integrate with Qdrant to improve both performance and Knowledge Base limits. Qdrant's free plan offers liberal limits suitable for most websites.
    
    ### Improvements
    - **PHP-tiktoken for Better Performance**: We’ve replaced js-tiktoken with php-tiktoken to significantly improve performance speed.
    - **Minimum PHP Version Bumped to 8.1**: We’ve updated the minimum required PHP version to 8.1 to ensure better performance and security.
    HardeepAsrani authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    e5f804e View commit details
    Browse the repository at this point in the history