1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-11 09:12:40 +03:00
Commit Graph

128 Commits

Author SHA1 Message Date
Divlo
c979a9ea08
refactor(server): lang helper to TypeScript 2022-09-16 17:17:54 +02:00
louistiti
6f7bcc5e37
refactor(server): skill domain helper to TypeScript 2022-09-13 23:06:57 +08:00
louistiti
dbd659d75f
feat: add OS info in the checking report 2022-09-13 00:45:23 +08:00
louistiti
ed97b9361f
feat: add spaCy model checking 2022-09-13 00:09:37 +08:00
louistiti
35a9f6e0ea
refactor(server): string helper to TypeScript 2022-09-12 16:00:46 +08:00
louistiti
49ffb0b1f3
style(server): typo 2022-09-04 14:25:41 +08:00
louistiti
4e7ee1bb5e
feat: make sure there is no .venv folder before the Python deps setup 2022-09-03 21:12:53 +08:00
louistiti
019c462bfa
feat: complete Prettier setup 2022-09-03 19:12:41 +08:00
louistiti
b9945729bb
feat: new ESLint config 2022-09-03 18:17:16 +08:00
louistiti
afdb71f766
perf: check Pipfile instead of Pipfile.lock to judge whether Python packages must be installed 2022-08-23 21:19:23 +08:00
louistiti
0580cfc54a
chore: upgrade to spaCy latest and PyTorch latest 2022-08-23 21:05:49 +08:00
Divlo
f507f6f7e4
fix(docker): usage of Ubuntu base image with pyenv and nvm (#408) 2022-08-23 20:59:09 +08:00
louistiti
f17b894907
refactor: legacy package/module naming to skills naming 2022-08-20 22:47:06 +08:00
louistiti
01f7515e6f
refactor: switch from skill NLU config to skill config naming 2022-08-20 22:35:34 +08:00
louistiti
65bfa6cf37
chore: enable site-packages for the virtual env 2022-07-27 22:51:42 +08:00
louistiti
fdf0a389b7
fix: check script with new intent-object format 2022-07-19 22:01:48 +08:00
louistiti
cfd8f7cbe5
fix: check new resolvers paths 2022-07-19 21:57:00 +08:00
louistiti
602604e437
feat: create new NLP skills resolvers model + NLP global resolvers model 2022-07-12 22:27:38 +08:00
louistiti
239ce6fb36
chore: add Leon version in check report 2022-07-09 19:07:17 +08:00
louistiti
6ed88a5946
feat: add Cartesian sample training on resolvers + enum entities 2022-07-02 01:42:23 +08:00
louistiti
eb5ade7684
feat: map skills resolvers intents 2022-07-01 01:07:48 +08:00
louistiti
82df0a3c23
feat: train skills resolvers and remap as per changes 2022-07-01 00:19:36 +08:00
louistiti
e37526d905
feat(server): introduce main NLP model and resolvers NLP model 2022-06-30 22:35:54 +08:00
louistiti
07743657cd
BREAKING: remove legacy packages 2022-06-26 23:11:37 +08:00
louistiti
a1e9011d5d
feat: achieve Cartesian training 2022-06-26 17:37:21 +08:00
louistiti
e3b20a320d
chore: add global entities logs on training phase 2022-06-26 17:28:19 +08:00
louistiti
2e66be25ef
refactor: train global entities at a higher level 2022-06-26 12:01:43 +08:00
louistiti
aa995d46c8
refactor: move up the rest of the config to the higher level 2022-06-20 21:17:30 +08:00
louistiti
3713521b08
refactor: move up /server/src/config to /core level 2022-06-19 23:57:36 +08:00
louistiti
10d10a1690
feat: support dynamic variables on skill NLU settings for logic type 2022-06-12 10:49:07 +08:00
louistiti
567b030c4f
feat(server): support on-the-fly entity annotation for built-in entities 2022-06-11 07:54:20 +08:00
louistiti
6712ae5539
fix(server): context switching on action loop 2022-06-06 23:42:36 +08:00
louistiti
e88495a9a9
feat: start to map resolvers between the core and skills 2022-05-23 22:33:56 +08:00
louistiti
993d52e868
feat: train affirmation and denial resolver 2022-05-23 22:23:32 +08:00
louistiti
250e16e4e4
refactor: rename "source" to "item" 2022-05-08 11:31:05 +08:00
louistiti
05e0911009
chore: upgrade spaCy to 3.3.0 2022-05-05 21:26:02 +08:00
louistiti
7a9db1363d
chore: require Python 3.9.10 to run 2022-05-01 10:53:52 +08:00
louistiti
fa4bd6a8a1
Merge branch 'develop' into from-modules-to-skills 2022-04-11 22:53:52 +08:00
louistiti
3dd9039678
fix: use ports.ubuntu.com mirror for the offline TTS [skip ci] 2022-04-11 22:53:26 +08:00
louistiti
8e1868798c
feat(server): when a context is activated, pick up the most probable classification 2022-04-06 01:44:40 +08:00
louistiti
860571bcb6
refactor: persistent entities in dynamic contexts (wip) 2022-04-05 20:27:15 +08:00
louistiti
68e40f65df
feat(server): forward slots to skill + add original utterance 2022-04-01 00:45:07 +08:00
louistiti
7513aa7d20
fix: set skill config only when a bridge is set 2022-03-29 20:04:55 +08:00
louistiti
77ebaf4a9c
feat(server): from modules to skills with type at the actions level 2022-03-28 00:27:42 +08:00
louistiti
81c7eb83c5
refactor(server): move from skill type to action type 2022-03-28 00:01:57 +08:00
louistiti
1ece25a497
feat(server): unstack oldest context 2022-03-27 12:30:34 +08:00
louistiti
2a535a8898
refactor(server): start slot filling / context refactor (wip) 2022-03-27 01:32:12 +08:00
louistiti
8257eb8792
feat(server): context setup with slot for each conversation (wip) 2022-03-27 01:05:56 +08:00
louistiti
960a6dc71c
feat(server): resolve slots from slot filling 2022-03-26 19:51:50 +08:00
louistiti
3bbc2f8a25
feat(server): pickup questions for slot filling 2022-03-26 17:36:21 +08:00