dialoqbase

Create chatbots with ease

MIT License

Downloads
12
Stars
1.4K
Committers
12

Bot releases are visible (Hide)

dialoqbase - v1.4.1

Published by n4ze3m 11 months ago

What's Changed

  • Fixed issue #116.
  • Added support for the Jina embedding API using the JINA_API_KEY environment variable.
  • Updated the Playground UI.

Full Changelog: https://github.com/n4ze3m/dialoqbase/compare/v1.4.0...v1.4.1

dialoqbase - v1.4.0

Published by n4ze3m 11 months ago

What's Changed

Added:

  • Jina embedding
  • The latest OpenAI models

Updated:

  • Transitioned from using Whisper to Distil Whisper

Improved:

  • Defaulted to Retrieval-Augmented Generation (RAG) with significantly better response quality #133

Integration:

  • Telegram integration updated to include the use of the welcome message from the bot theme editor for a more personalized user experience. #143

Fixed:

  • Addressed issues with the regular expression (regex) for Github loading processes to prevent errors during data retrieval. #126

Full Changelog: https://github.com/n4ze3m/dialoqbase/compare/v1.3.1...v1.4.0

dialoqbase - v1.3.1

Published by n4ze3m 12 months ago

What's Changed

  • migration fix v1.3.0

Full Changelog: https://github.com/n4ze3m/dialoqbase/compare/v1.3.0...v1.3.1

dialoqbase - v1.3.0

Published by n4ze3m 12 months ago

What's Changed

  • Support openai apiBase parameter #126

  • API key field for custom model loading #120

  • Add RAG functionality for web embedding #127

  • Allow setting openai apikey per bot (currently only support for openai models) #115

Full Changelog: https://github.com/n4ze3m/dialoqbase/compare/v1.2.1...v1.3.0

dialoqbase - v1.2.1

Published by n4ze3m 12 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/n4ze3m/dialoqbase/compare/v1.2.0...v1.2.1

dialoqbase - v1.2.0

Published by n4ze3m 12 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/n4ze3m/dialoqbase/compare/v1.1.0...v1.2.0

dialoqbase - v1.1.0

Published by n4ze3m about 1 year ago

What's Changed

  • Experimental Support for RAG (Retrieval Augmented Generation).

  • Experimental Public Bot API protection.

Notes

Both features are currently in the experimental phase. We're planning to make these default features once we receive valuable feedback from the community. We appreciate your input and testing!

Full Changelog: https://github.com/n4ze3m/dialoqbase/compare/v1.0.4...v1.1.0

dialoqbase - v1.0.4

Published by n4ze3m about 1 year ago

What's Changed

  • sitemap as data loader
  • ui enhanced

Full Changelog: https://github.com/n4ze3m/dialoqbase/compare/v1.0.3...v1.0.4

dialoqbase - v1.0.3

Published by n4ze3m about 1 year ago

What's Changed

  • v1.0.3 - rest api as data loader
  • Supabase/gte-small embedding model

Full Changelog: https://github.com/n4ze3m/dialoqbase/compare/v1.0.2...v1.0.3

dialoqbase - v1.0.2

Published by n4ze3m about 1 year ago

What's Changed

  • whitescreen issue fixed caused by crypto.randomUUID
  • only use syntax component for programming languages on context modal popup

Full Changelog: https://github.com/n4ze3m/dialoqbase/compare/v1.0.1...v1.0.2

dialoqbase - v1.0.1-patch

Published by n4ze3m about 1 year ago

What's Changed

Full Changelog: https://github.com/n4ze3m/dialoqbase/compare/v1.0.1...v1.0.1-patch

dialoqbase - v1.0.1

Published by n4ze3m about 1 year ago

What's Changed

Full Changelog: https://github.com/n4ze3m/dialoqbase/compare/v1.0.0...v1.0.1

dialoqbase - v1.0.0

Published by n4ze3m about 1 year ago

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.

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

Full Changelog: https://github.com/n4ze3m/dialoqbase/compare/v0.0.32...v1.0.0

Learn More

dialoqbase - v0.0.32

Published by n4ze3m about 1 year ago

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: https://github.com/n4ze3m/dialoqbase/compare/v0.0.31...v0.0.32

New Contributors

dialoqbase - v0.0.31

Published by n4ze3m about 1 year ago

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: https://github.com/n4ze3m/dialoqbase/compare/v0.0.30...v0.0.31

New Contributors

dialoqbase - v0.0.30

Published by n4ze3m about 1 year ago

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 and elevenlabs.
  • 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

Full Changelog: https://github.com/n4ze3m/dialoqbase/compare/v0.0.28...v0.0.30

dialoqbase - v0.0.29

Published by n4ze3m about 1 year ago

What's Changed

Full Changelog: https://github.com/n4ze3m/dialoqbase/compare/v0.0.28...v0.0.29

dialoqbase - v0.0.28

Published by n4ze3m about 1 year ago

What's Changed

Full Changelog: https://github.com/n4ze3m/dialoqbase/compare/v0.0.27...v0.0.28

dialoqbase - v0.0.27

Published by n4ze3m about 1 year ago

What's Changed

  • Playground UI now displays sources
  • UI upgraded
  • Introducing a new login page

Full Changelog: https://github.com/n4ze3m/dialoqbase/compare/v0.0.26...v0.0.27

dialoqbase - v0.0.26

Published by n4ze3m about 1 year ago

What's Changed

Full Changelog: https://github.com/n4ze3m/dialoqbase/compare/v0.0.25...v0.0.26

Package Rankings
Top 39.43% on Npmjs.org
Badges
Extracted from project README's
Join dialoqbase #welcome Build Status License: MIT DialoqBase Demo Deploy on Railway
Related Projects