1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-21 07:41:39 +03:00
Commit Graph

735 Commits

Author SHA1 Message Date
louistiti
25adf406c8
feat(server): context and slot filling, keep context and await for entities 2022-03-27 19:50:35 +08:00
louistiti
1ece25a497
feat(server): unstack oldest context 2022-03-27 12:30:34 +08:00
louistiti
49a7da9117
refactor(server): context and slot filling into a specific class 2022-03-27 10:24:08 +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
louistiti
6aa60bfbd8
fix(server): correctly extract all spaCy entities 2022-03-26 15:51:12 +08:00
louistiti
368c57928a
refactor(server): spaCy entities extracting 2022-03-22 23:40:35 +08:00
louistiti
1d9b18093b
feat(server): main slots structure (wip) 2022-03-22 22:43:57 +08:00
louistiti
334bf393f2
feat(server): introduce resolvers for slot filling (wip) 2022-03-22 00:39:36 +08:00
louistiti
7e70f41774
refactor(server): find spaCy entities before extracting entities 2022-03-21 23:40:10 +08:00
louistiti
bc228a6860
feat(web app): wait for TCP client to be connected first 2022-03-21 22:48:52 +08:00
louistiti
95bfcfe422
feat(server): slot filling PoC (tmp wip) 2022-03-21 00:01:44 +08:00
louistiti
2b03d981ab
refactor(server): add prefix for system intents 2022-03-20 20:01:24 +08:00
louistiti
969a83e608
feat(server): slot filling (wip) 2022-03-20 19:25:42 +08:00
louistiti
1845eed71d
feat(server): trigger unsupported language 2022-03-20 18:07:16 +08:00
louistiti
cbb48213d2
Merge remote-tracking branch 'origin/develop' into from-modules-to-skills 2022-03-19 20:47:15 +08:00
Louis Grenard
499be77d50
docs: add long dev notice to README [skip ci] 2022-03-19 19:47:45 +08:00
louistiti
d1c2a11d82
feat(server): context (wip) 2022-03-14 00:06:23 +08:00
louistiti
a9a43ac478
feat(server): context (wip) 2022-03-13 18:30:45 +08:00
louistiti
bf9bf231f7
feat(server): differenciate cities from countries for location entities 2022-03-13 13:34:53 +08:00
louistiti
1e6835a9e5
chore: context (wip) 2022-03-12 13:18:13 +08:00
louistiti
9be7c70076
feat(server): auto restart the TCP server when language is switching 2022-03-06 22:09:04 +08:00
louistiti
fd7234c827
chore(server): remove unnecessary Python packages 2022-03-06 15:13:34 +08:00
louistiti
0f7a6f6bed
refactor(server): TCP server for better structure 2022-03-06 14:26:36 +08:00
louistiti
1e988350b4
refactor: rename skills folder to match PEP 8 convention 2022-03-06 11:08:05 +08:00
louistiti
a808742c92
feat(server): support multi languages on TCP server 2022-03-06 02:33:32 +08:00
louistiti
cbe89ed6cc
feat(server): add auto reconnect on TCP client 2022-03-06 01:32:34 +08:00
louistiti
006e9fb011
feat(server): make TCP client global 2022-03-06 00:19:14 +08:00
louistiti
8acb82da9b
feat(server): fully implement low-level networking for IPC 2022-03-05 23:41:39 +08:00
louistiti
8476d5fc3c
refactor(server): add entities data to TCP server message 2022-03-05 21:32:43 +08:00
louistiti
5970ec9e8e
feat: Python TCP server and Node.js TCP client for IPC (wip) 2022-03-05 18:46:34 +08:00
louistiti
caa86fc8a6
feat: introduce spaCy for complete NER (wip) 2022-03-05 01:43:49 +08:00
louistiti
f17db82509
refactor(skill/birthday): main NLU structure 2022-03-04 00:16:59 +08:00
louistiti
64e8742aad
refactor(skill/birthday): birthday != birth date 2022-03-04 00:03:34 +08:00
louistiti
76547d9411
feat: slot filling (wip) 2022-03-03 23:50:45 +08:00
louistiti
9ce9a8bc4f
fix: only set skill config when it is a logic type 2022-03-02 01:08:03 +08:00
louistiti
f4f9fff978
feat: share data across domains 2022-03-02 01:00:55 +08:00
louistiti
0367b44f21
feat: dynamic variable binding on NLG 2022-03-02 00:16:03 +08:00
louistiti
8280c65897
fix(server): intent not found 2022-02-28 23:06:21 +08:00
louistiti
d5577b1ef5
feat(server): more accurate NLG 2022-02-28 22:54:31 +08:00
louistiti
28efe6e7d5
feat(server): unknown_answers fallback on dialog type 2022-02-28 22:03:15 +08:00
louistiti
b0d4bf6e1f
refactor: remove src/ when skills are dialog type 2022-02-28 21:32:35 +08:00
louistiti
a853de4558
refactor(skill/partner_assistant): use dialog type 2022-02-28 21:27:06 +08:00
louistiti
3ca48265e7
feat(server): deep data mapping on enum NER 2022-02-28 01:00:01 +08:00
louistiti
8f2f935b94
feat(server): NLG and entities mapping 2022-02-27 16:32:01 +08:00
louistiti
29b32f66f2
Merge branch 'develop' into from-modules-to-skills 2022-02-27 11:30:22 +08:00
Divlo
4372b45fc6
fix(docker): check should not allocate a pseudo-TTY (#359)
LGTM 👍
2022-02-27 11:28:25 +08:00
louistiti
4d255dd1d1
Merge branch 'develop' into from-modules-to-skills 2022-02-24 23:42:20 +08:00