Commit graph

37 commits

Author SHA1 Message Date
Deep Blue 6b0a5be1af Render quick replies in chat-box. 2023-12-19 07:16:43 -06:00
Haiping Chen 538753571a Unify the LLM Provider Settings #234 2023-12-13 12:12:25 -06:00
xbotter 114fa98616
🔧 Update ITextEmbedding interface and its implementations
- Update ITextEmbedding interface to use async methods for getting vectors
- Update KnowledgeService to use async methods for getting vectors
- Update TextEmbeddingProvider and fastTextEmbeddingProvider to use async methods for getting vectors
- Update IntentClassifier to use async methods for getting vectors
- Update SemanticKernelTextEmbeddingProvider to use async methods for getting vectors
2023-11-16 21:37:53 +08:00
Haiping 8531d8ab09 Add IContentGeneratingHook. 2023-10-16 15:07:07 -05:00
Haiping Chen 7fbff8c777 PluginController 2023-10-10 23:11:06 -05:00
Haiping Chen b7d19ee789 Bump to v0.15.1. 2023-10-02 15:40:15 -05:00
hchen d165897069 Add RoutingContext to manage redirection stack automatically. 2023-10-02 15:16:35 -05:00
Haiping Chen a7b6c4083f Build-in routing prompt. 2023-09-20 05:31:50 -05:00
hchen 73ead13d7f Rename PackageVersion to BotSharpVersion;
Add SetModelName to IChatCompletion.
2023-09-19 11:29:25 -05:00
Wenbo Cao 043980dee2 Modify the functions 2023-09-12 12:42:31 -05:00
Wenbo Cao eaab096ca0 solve RoutingSpeeder path issue 2023-09-11 14:20:33 -05:00
Haiping Chen de82fac8e2 Change interface GetAgentResponses. 2023-09-09 15:13:19 -05:00
Wenbo Cao 27bcaad52f fix-local-file-loading-issue 2023-09-06 23:15:31 -05:00
Haiping Chen 9f74b04fd7 Separate KnoledgeBase as standalone plugin. 2023-09-06 07:58:02 -05:00
Wenbo Cao f7f9e96f0e remove unused libraries 2023-09-04 18:16:13 -05:00
Wenbo Cao 310576045f re-format code style 2023-09-04 17:36:32 -05:00
Wenbo Cao 7c93820ae5 Merge branch 'master' into re-format-the-code 2023-09-04 17:14:55 -05:00
Wenbo Cao aedaaea229 re-format the code 2023-09-04 17:14:39 -05:00
Haiping Chen 147aa944da Fix reasoner function call. 2023-09-03 21:45:31 -05:00
hchen2020 c57ec9a878 Add new line. 2023-09-01 22:10:41 -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
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 b6a1afd8e2 Add training controller 2023-09-01 15:12:17 -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
Wenbo Cao 74ddd3ea13 Move label to model dir 2023-09-01 10:01:35 -05:00
Wenbo Cao 5e46af7ba2 Move label to model dir 2023-09-01 09:56:24 -05:00
Wenbo Cao fc96c36dc0 Add confidence threshold 2023-08-31 20:42:04 -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