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

V1.3 #7

Merged
merged 11 commits into from
Oct 14, 2024
Merged

V1.3 #7

merged 11 commits into from
Oct 14, 2024

Conversation

HardeepAsrani
Copy link
Member

@HardeepAsrani HardeepAsrani commented Oct 7, 2024

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.

Copy link

github-actions bot commented Oct 14, 2024

Plugin build for 3b5050b is ready 🛎️!

inc/OpenAI.php Outdated Show resolved Hide resolved
Copy link
Contributor

@Soare-Robert-Daniel Soare-Robert-Daniel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code looks solid; I left a few suggestions in some places.

One thing that I found problematic is how we feed data into the ProgressBar component. We can avoid having max as 0 from the backend and add some small guard in the component.

@HardeepAsrani HardeepAsrani merged commit e5f804e into development Oct 14, 2024
6 checks passed
@pirate-bot
Copy link
Contributor

🎉 This PR is included in version 1.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants