This is a software with only one executable file, including a visual process editor and a response system.
- π Light Only ONE executable file, it can run smoothly on laptops without GPUs (data files will be created at runtime automatically).
- π±βπ AI powered Integrated
Huggingface local model
,Ollama
andOpenAI
, this can be used forChat
,Text generation
andIntent detection
. - π Fast Built on Rust and Vue3.
- π Simple Use the mouse to drag and drop with our intuitive node-based editor.
- π Safe 100% open source, all runtime data is saved locally (Using
OpenAI API
may expose some data).
- π Docker We provided an image on Docker Hub at dialogflowchatbot/demo
- π» Binary releases, please check here
By default application will listen to
127.0.0.1:12715
, you can use-ip
and-port
specify new value, e.g.:dialogflow -ip 0.0.0.0 -port 8888
https://dialogflowchatbot.github.io/
Node | Name |
---|---|
![]() |
Dialog Node |
Large language model chat node | |
Knowledge base answer node | |
Conditions node | |
![]() |
Goto node |
Collect node | |
External HTTP node | |
Send email node | |
![]() |
The end node |
- Download on Github release page
- Run it.
- Open your browser and visit http://localhost:12715 (you can change port in settings) to see the application in action
- Add a main flow and click its name into it
- Create dialog flow by dragging and drop nodes onto canvas
- Test it