Skip to content

Releases: n4ze3m/dialoqbase

v1.5.2

24 Dec 15:45
809e06c
Compare
Choose a tag to compare

What's Changed

  • The chatbot widget is now responsive on mobile devices. (Fix #176 )
  • New chatbot widget embedding editor (allows users to add a custom icon, choose colors easily, and make changes using the editor)
  • UI: Easily search chat and embedding models from the drop-down

Full Changelog: v1.5.1...v1.5.2

v1.5.1

21 Dec 15:38
f4f2a40
Compare
Choose a tag to compare

What's Changed

  • Max Width and Max Height to chat widget by @nsollazzo in #177
  • Added qwen-72b-chat model from fireworks.ai
  • UI fixes

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0

14 Dec 15:20
b1524e5
Compare
Choose a tag to compare

What's Changed

  • Dark mode support
  • Removed tensorflow embedding
  • Added embedding-001 from google ai
  • Added Mistral and other few models from fireworks.ai
  • Added gemini-pro from Google
  • Application optimized little

Full Changelog: v1.4.6...v1.5.0

v1.4.6

11 Dec 15:32
43287ba
Compare
Choose a tag to compare

What's Changed

  • added Mixtral MoE 8x7B Chat from @fw-ai

Full Changelog: v1.4.5...v1.4.6

v1.4.5

03 Dec 15:02
477dc34
Compare
Choose a tag to compare

What's Changed

  • Added New models from fireworks
  • Added voice support to the Telegram bot; it can now reply to voice messages. This feature is currently slow, but I will try to optimize it in a future release

Full Changelog: v1.4.4...v1.4.5

v1.4.4

28 Nov 19:19
12d05d3
Compare
Choose a tag to compare

What's Changed

  • Fixed Integrations history issue #156
  • Conversation logs now include Telegram and Discord chat logs. WhatsApp logs will be added in a future release
  • UI enhancement

Full Changelog: v1.4.3...v1.4.4

v1.4.3

23 Nov 13:15
54cacb2
Compare
Choose a tag to compare

What's Changed

  • New Docx loader #139
  • Playground UI updated
  • New Anthropic models

Full Changelog: v1.4.2...v1.4.3

v1.4.2

19 Nov 09:29
e48b544
Compare
Choose a tag to compare

What's Changed

  • Fixed #145 and #140.
  • Addressed streaming-related issue #147.
  • New UI for the Playground form.
  • Chat Widget Updates.
  • Docker image that now supports arm64 architecture.

Full Changelog: v1.4.1...v1.4.2

v1.4.1

11 Nov 05:37
46e6f07
Compare
Choose a tag to compare

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: v1.4.0...v1.4.1

v1.4.0

09 Nov 12:09
48e82e3
Compare
Choose a tag to compare

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: v1.3.1...v1.4.0