Releases: n4ze3m/dialoqbase
Releases · n4ze3m/dialoqbase
v1.0.0
Dialoqbase v1.0.0 Release
We are thrilled to announce the release of Dialoqbase v1.0.0! This release comes with several exciting features and improvements that enhance your bot-building experience.
- Multi Users with Admin Control
- Queue Processing Concurrency
- Optional Datasources for Bot Creation
- New Enhanced UI
- add azure
AZURE_OPENAI_API_KEY
@zhuSilence in #94
How to Upgrade
To upgrade to Dialoqbase v1.0.0, simply follow the installation instructions in our documentation. If you're an existing user, make sure to back up your data before upgrading.
New Contributors
- @zhuSilence made their first contribution in #94
Full Changelog: v0.0.32...v1.0.0
Learn More
- https://dialoqbase.n4ze3m.com/guide/upgrading-local.html
- https://dialoqbase.n4ze3m.com/guide/application/enabling-disabling-user-registration-in-dialoqbase.html
- https://dialoqbase.n4ze3m.com/guide/application/adjusting-bots-creation-limit-in-dialoqbase.html
- https://dialoqbase.n4ze3m.com/guide/application/setting-up-dialoqbase-queue-concurrency.html
v0.0.32
What's Changed
- Added support for using YouTube videos as a dataloader idea via @mjtechguy
- Now supports Mistral Model via fireworks.ai integration
- Introduced hybrid search retrievers, such as Supabase Hybrid Search on Langchainjs, which can be toggled in the settings idea via @phpia
- You can now access the question generator prompt editor in the settings idea via @oleg-schmidt
Full Changelog: v0.0.31...v0.0.32
New Contributors
v0.0.31
What's Changed
- Save customer chat to browser local storage, only removing it when the customer restarts.
- View all customer chats on the bot dashboard.
Full Changelog: v0.0.30...v0.0.31
New Contributors
- @oleg-schmidt made their first contribution in #85
v0.0.30
What's Changed
Speech Recognition
- Initial release of Speech Recognition using
WebkitSpeechRecognition
/SpeechRecognition
. - Support for the following browsers:
- Chrome (desktop)
- Safari 14.1
- Microsoft Edge
- Chrome (Android)
- Android WebView
- Samsung Internet
Please note that additional features and improvements are planned for future releases, including support for OpenAI Whisper and other speech recognition api. Stay tuned for updates!
PDF Support
- Added PDF support to the website data loader. You can now directly load PDF files through the application.
Text-to-Speech
- Introduced text-to-speech functionality using the browser's
speechSynthesis
API andelevenlabs
. - Users can now enable and configure text-to-speech features via the new playground settings.
Playground Settings
- Added new settings in the playground to manage both speech recognition and text-to-speech functionalities.
- Users can customize their speech recognition and text-to-speech experiences through these settings.
New Contributors
- @phpia made their first contribution in #79
- @johnnybloem Speech Recognition and Text-to-Speech idea in #82
Full Changelog: v0.0.28...v0.0.30
v0.0.29
v0.0.28
v0.0.27
What's Changed
- Playground UI now displays sources
- UI upgraded
- Introducing a new login page
Full Changelog: v0.0.26...v0.0.27