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

65 Commits

Author SHA1 Message Date
louistiti
6ea6c84b3d
refactor: remove setuptools and wheel force install for macOS ARM64 arch 2022-10-15 21:38:22 +08:00
louistiti
6e2790b738
refactor: remove Rust compiler version number from TCP server setup 2022-10-15 21:11:29 +08:00
louistiti
92ea9a081e
feat: install additional resources for macOS ARM64 arch 2022-10-15 21:03:44 +08:00
louistiti
350072cf8c
ci: remove skip lock for Windows 2022-10-13 01:22:40 +08:00
louistiti
b0849c0046
ci: add PIP_NO_BINARY 2022-10-13 01:11:12 +08:00
louistiti
08d7fdf0dd
ci: make use of Pipenv 2022.7.24 and skip lock on Windows 2022-10-13 00:53:58 +08:00
louistiti
42a3130394
ci: try with --deploy flag to install Python deps 2022-10-13 00:10:45 +08:00
louistiti
fc2a37a7a6
ci: try Windows Pipenv deps install 2022-10-12 23:50:46 +08:00
louistiti
a863c872b0
ci: try to build on Windows without catching exceptions 2022-10-12 23:37:23 +08:00
louistiti
7111983ef5
perf(tcp server): option to download spaCy models through mirror in China 2022-10-07 15:31:37 +08:00
louistiti
b201f3f1b1
fix(tcp server): handle Windows child process does not throw exception 2022-10-07 14:10:32 +08:00
louistiti
cace69e9af
perf(tcp server): do not download Python deps but spaCy models when necessary 2022-10-07 13:44:48 +08:00
louistiti
432c590ee7
feat: on Python dev env setup, provide Windows hint related to Microsoft C++ Build Tools 2022-10-07 13:24:58 +08:00
louistiti
999328819a
feat: map Python bridge and TCP server binaries to runtime code 2022-10-07 11:53:43 +08:00
louistiti
0e697183b2
perf(tcp server): optimize spaCy models checking 2022-10-07 11:26:39 +08:00
louistiti
05b62871fb
feat: universal build binaries script 2022-10-07 10:41:04 +08:00
louistiti
9724d7b943
feat: pack TCP server and optimize setup scripts 2022-10-07 02:37:43 +08:00
louistiti
0a4baf67ac
feat: isolate TCP server 2022-10-04 17:10:14 +08:00
louistiti
a27ab96e18
feat: Python bridge binary build with cx_Freeze 2022-10-04 14:19:56 +08:00
louistiti
defc70128c
refactor: add ESLint rules about imports 2022-09-27 00:01:03 +08:00
louistiti
f68da11f6b
refactor(server): make use of node:* import for all Node.js built-in modules 2022-09-26 23:28:25 +08:00
louistiti
7544534ea4 refactor(server): skill domain helper to static class 2022-09-26 21:36:07 +08:00
louistiti
a80e8ba65d refactor(server): log helper to static class 2022-09-26 21:29:56 +08:00
louistiti
88d86117ac refactor(server): loader helper to static class 2022-09-26 21:24:07 +08:00
louistiti
82f6ee80fe
refactor(server): skill domain helper to singleton 2022-09-21 23:01:16 +08:00
louistiti
4f1683dc55
refactor(server): capitalize singleton helpers instance constants 2022-09-21 20:25:00 +08:00
Divlo
949138627e
refactor(server): loader helper to TypeScript 2022-09-16 20:58:24 +02:00
Divlo
b7f20710db
refactor(server): log helper to TypeScript 2022-09-16 19:36:58 +02:00
louistiti
6f7bcc5e37
refactor(server): skill domain helper to TypeScript 2022-09-13 23:06:57 +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
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
65bfa6cf37
chore: enable site-packages for the virtual env 2022-07-27 22:51:42 +08:00
louistiti
e37526d905
feat(server): introduce main NLP model and resolvers NLP model 2022-06-30 22:35:54 +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
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
7513aa7d20
fix: set skill config only when a bridge is set 2022-03-29 20:04:55 +08:00
louistiti
a808742c92
feat(server): support multi languages on TCP server 2022-03-06 02:33:32 +08:00
louistiti
caa86fc8a6
feat: introduce spaCy for complete NER (wip) 2022-03-05 01:43:49 +08:00
louistiti
9ce9a8bc4f
fix: only set skill config when it is a logic type 2022-03-02 01:08:03 +08:00
louistiti
b775ec4e9d
refactor: continue from modules to skills transition 2022-02-17 20:10:42 +08:00
louistiti
cad072c3a6
refactor: skills over HTTP 2022-02-16 22:28:05 +08:00
louistiti
963e4de8df
refactor: setup skills config with skill friendly name naming 2022-02-16 21:16:57 +08:00
louistiti
dc80135cd0
refactor: setup skills config 2022-02-16 21:08:47 +08:00
louistiti
f24513a223
feat(server): on-the-fly language switching 2022-02-13 01:42:29 +08:00
louistiti
c6c0129158
fix: Python deps tree check 2022-02-04 13:44:40 +08:00