Releases: dialogflowchatbot/dialogflow
Releases · dialogflowchatbot/dialogflow
v1.16.0
What's Changed
- Large language chat node is coming!
- Some issues fix.
- Update tokenizers requirement from 0.19 to 0.20 by @dependabot in dialogflowchatbot/dialogflow-backend#14
Large language chat node
Settings of Large language chat node
Full Changelog: v1.15.0...v1.16.0
v1.15.0
What's Changed
- Added
Proxy
option forOpenAI
andOllama
HTTP connections onSettings
page. - Some minor optimizations.
- Prepare for LLM dialog node.
v.1.14.0
What's Changed
- Update
Oasysdb
to0.7
which made sentence embedding searching more accurate. - Update
windows
requirement from 0.57 to 0.58 by @dependabot in dialogflowchatbot/dialogflow-backend#11 - Update
scraper
requirement from 0.19 to 0.20 by @dependabot in dialogflowchatbot/dialogflow-backend#13 - Update
sqlx
requirement from 0.7 to 0.8 by @dependabot in dialogflowchatbot/dialogflow-backend#12
Full Changelog: v1.13.0...v.1.14.0
v1.13.0
What's new?
Now can generate text from LLM for text of dialog node
Beautified rich text editor
Before
After
Full Changelog: v1.12.0...v1.13.0
v1.12.0
What's new?
Currently, three types of bots can be created: outbound call bots, inbound call bots, and text bots.
Each bot can have its own independent conversation flow.
Breaking changes:
1.12.0 data structure has been changed.
v1.11.1
What's new?
- Minor changes of intention management.
- Set default embedding model to HuggingFace
v1.11.0
v1.10.0
What's new?
- Added a node for sending emails
- Optimized the flow editor and reduced the number of node loading times
v1.9.5
What's new?
- Added '-ip' startup parameter, which can specify the listening IP address at startup. Like:
./dialogflow -ip 0.0.0.0
- Fixed the problem of incorrect language display in the demo flows
v1.9.4
What's new?
- Update some pages
- Fixed some bugs
- Removed some unnecessary files