Commit graph

687 commits

Author SHA1 Message Date
Wenbo Cao aedaaea229 re-format the code 2023-09-04 17:14:39 -05:00
Haiping bad607f51c
Merge pull request #130 from hchen2020/master
Add new line.
2023-09-01 22:33:36 -05:00
hchen2020 c57ec9a878 Add new line. 2023-09-01 22:10:41 -05:00
Haiping aa3fd24c85
Merge pull request #129 from hchen2020/master
Fix collecting training data set.
2023-09-01 22:03:09 -05:00
hchen2020 fee9b6f93b Fix collecting training data set. 2023-09-01 22:02:27 -05:00
Haiping Chen 6146ca1fa5 bump verion to v0.10.1. 2023-09-01 21:25:43 -05:00
Haiping Chen 30f47485a4 Chatbot UI works. 2023-09-01 21:10:27 -05:00
Haiping 09b16a211d
Merge pull request #128 from amolwankhede/patch-1
Update Chatbot-UI.md
2023-09-01 20:37:12 -05:00
Amol Wankhede cb942ac3dd
Update Chatbot-UI.md
Added a small line to find the package.json
2023-09-01 15:50:13 -07:00
Haiping Chen c2cb80bc67 Add Instruct Mode and Open API. 2023-09-01 17:26:25 -05:00
Haiping 55076d5104
Merge pull request #127 from evan-cao-wb/Add-filter-when-saving-dialogue
Add filter when saving dialogue
2023-09-01 17:22:33 -05:00
Wenbo Cao 31a0f62a02 add "-" bettwen httppost address 2023-09-01 16:31:53 -05:00
Wenbo Cao ea8ea43353 Fix the previous issues 2023-09-01 16:02:53 -05:00
Wenbo Cao 33803beb51 Merge branch 'master' into Add-filter-when-saving-dialogue 2023-09-01 15:13:05 -05:00
Wenbo Cao b6a1afd8e2 Add training controller 2023-09-01 15:12:17 -05:00
Haiping 9d30c36a28
Merge pull request #126 from evan-cao-wb/Add-filter-when-saving-dialogue
Add filter when saving dialogue
2023-09-01 13:50:45 -05:00
Haiping 24898ff108
Merge pull request #125 from evan-cao-wb/Add-confidence-threshold
Add async save user dialogue data
2023-09-01 13:50:34 -05:00
Wenbo Cao e850381b9f Add filter when saving dialogue 2023-09-01 13:37:18 -05:00
Wenbo Cao 7af506fc76 Add async save user dialogue data 2023-09-01 12:42:18 -05:00
Haiping Chen 973ec72e6d Fix intent code start issue. 2023-09-01 10:42:16 -05:00
Haiping 1dc8b2fa61
Merge pull request #124 from evan-cao-wb/Add-confidence-threshold
add model and label file
2023-09-01 10:10:42 -05:00
Wenbo Cao 5db2ddd6bf add model and label file 2023-09-01 10:10:02 -05:00
Haiping be970c2971
Merge pull request #123 from evan-cao-wb/Add-confidence-threshold
Move label to model dir
2023-09-01 10:04:42 -05:00
Wenbo Cao 74ddd3ea13 Move label to model dir 2023-09-01 10:01:35 -05:00
Haiping 5780511812
Merge pull request #122 from evan-cao-wb/Add-confidence-threshold
Add confidence threshold
2023-09-01 10:00:43 -05:00
Wenbo Cao db61b8b82d Merge branch 'Add-confidence-threshold' of https://github.com/evan-cao-wb/BotSharp into Add-confidence-threshold 2023-09-01 09:56:31 -05:00
Wenbo Cao 5e46af7ba2 Move label to model dir 2023-09-01 09:56:24 -05:00
Wenbo Cao 26ba03fceb Add label.txt and h5 files 2023-08-31 21:19:11 -05:00
Wenbo Cao fc96c36dc0 Add confidence threshold 2023-08-31 20:42:04 -05:00
Haiping 1ba2e2674e
Merge pull request #121 from evan-cao-wb/master
Add intent classifier in routing speeder.
2023-08-31 20:25:33 -05:00
Wenbo Cao 7762627f82 Add intent classifier 2023-08-31 17:00:31 -05:00
Wenbo Cao 890df8743a Add intent classifier in routing speeder. 2023-08-31 10:48:59 -05:00
Wenbo Cao 5f0c3106bb resolve conflict. 2023-08-31 09:55:11 -05:00
Wenbo Cao 0d017f1e86 Add DialoguePrediction 2023-08-31 09:52:09 -05:00
Haiping Chen 9f6739643a RenderIntentResponse 2023-08-31 06:40:51 -05:00
Haiping Chen 20a7676442 Allow hook to interrupt completion. 2023-08-30 21:09:38 -05:00
Haiping Chen 4dcb00ca83 Function templating response. 2023-08-30 18:29:01 -05:00
Haiping Chen 9393508a46 Add Pizza bot example. 2023-08-30 17:40:45 -05:00
Haiping Chen 55f1ff9ae1 Release v0.10.0 2023-08-29 21:48:59 -05:00
Haiping 041e1fbf16
Merge pull request #120 from hchen2020/master
Fix send message directly to agent without routing.
2023-08-29 21:32:09 -05:00
hchen2020 090cf58b01 Fix send message directly to agent without routing. 2023-08-29 21:19:19 -05:00
hchen2020 7fd1a96e28 Switch routing-profile per channel. 2023-08-29 15:31:53 -05:00
Haiping ab813205d1
Merge pull request #118 from hchen2020/master
Draft of Reasoning
2023-08-28 11:19:19 -05:00
Haiping d16df19823
Merge pull request #109 from evan-cao-wb/add-PdfToTextConverter
MR for PdfToTextConverter
2023-08-28 11:19:05 -05:00
hchen2020 5413f4f71b response_to_user after reasoning. 2023-08-28 10:58:35 -05:00
Wenbo Cao 780bb4ed79 Add PaddleOcrConverter 2023-08-28 10:28:52 -05:00
Wenbo Cao 14d9066f65 Add PaddleOcrConverter 2023-08-28 10:24:43 -05:00
hchen2020 6f5cf2fcae Draft of Reasoning 2023-08-27 22:50:10 -05:00
hchen2020 e4d8524376 Add disabled property to routing table. 2023-08-27 06:07:22 -05:00
Haiping Chen 7e95be00ef Merge branch 'v0.9.0-routing' 2023-08-25 10:45:28 -05:00