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

1167 Commits

Author SHA1 Message Date
louistiti
6a4bde6c88
chore: explicit exclusion of TCP server and Python bridge on TypeScript watcher 2022-10-07 15:47:55 +08:00
louistiti
b3fdde9d83 chore: explicit exclusion of TCP server and Python bridge on TypeScript watcher 2022-10-07 15:47:55 +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
ea6fc4108a 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
40958f2fb4 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
8e0d18a596 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
861d773cdd feat: on Python dev env setup, provide Windows hint related to Microsoft C++ Build Tools 2022-10-07 13:24:58 +08:00
louistiti
061f555e11
fix: always make use of latest Python build deps 2022-10-07 13:16:35 +08:00
louistiti
6bd9f0ef9d fix: always make use of latest Python build deps 2022-10-07 13:16:35 +08:00
louistiti
7bb9780ab1
feat: add hint on failed build 2022-10-07 12:07:48 +08:00
louistiti
d69157439c feat: add hint on failed build 2022-10-07 12:07:48 +08:00
louistiti
999328819a
feat: map Python bridge and TCP server binaries to runtime code 2022-10-07 11:53:43 +08:00
louistiti
1a3d4f2204 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
b59f6a7264 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
bf902fd2d9 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
a8272e1bf9 feat: pack TCP server and optimize setup scripts 2022-10-07 02:37:43 +08:00
louistiti
109561495c
feat(tcp server): set up script 2022-10-06 23:20:30 +08:00
louistiti
b96070085b feat(tcp server): set up script 2022-10-06 23:20:30 +08:00
louistiti
286892eb30
chore: upgrade archiver to latest 2022-10-06 19:48:17 +08:00
louistiti
48688dc6e6 chore: upgrade archiver to latest 2022-10-06 19:48:17 +08:00
louistiti
3eea6a8fe8
feat(python bridge): pack build 2022-10-06 19:45:35 +08:00
louistiti
9dd9b010ed feat(python bridge): pack build 2022-10-06 19:45:35 +08:00
louistiti
472e388508
feat(python bridge): build script 2022-10-06 19:01:50 +08:00
louistiti
0888ae5033 feat(python bridge): build script 2022-10-06 19:01:50 +08:00
louistiti
1a953e007d
feat(python bridge): set up script 2022-10-06 16:27:20 +08:00
louistiti
2d7be3348a feat(python bridge): set up script 2022-10-06 16:27:20 +08:00
louistiti
0fd4dd67c7
refactor(tcp server): move tokenizers private libraries to lib location 2022-10-06 08:34:30 +08:00
louistiti
bee3fbb9e2 refactor(tcp server): move tokenizers private libraries to lib location 2022-10-06 08:34:30 +08:00
louistiti
6146fa1f15
fix(tcp server): include private libraries of the tokenizers package 2022-10-06 01:25:26 +08:00
louistiti
55db68400d fix(tcp server): include private libraries of the tokenizers package 2022-10-06 01:25:26 +08:00
louistiti
3361d9b37e
feat(tcp server): include tokenizers files on build 2022-10-06 01:11:52 +08:00
louistiti
7d2432c56c feat(tcp server): include tokenizers files on build 2022-10-06 01:11:52 +08:00
louistiti
39dacb87e0
chore(tcp server): upgrade to latest setuptools version 2022-10-06 00:59:20 +08:00
louistiti
48731e8ddf chore(tcp server): upgrade to latest setuptools version 2022-10-06 00:59:20 +08:00
louistiti
2c9b675cae
refactor(tcp server): remove cx_Freeze from Pipfile to install it individually during the dev phase 2022-10-06 00:13:54 +08:00
louistiti
4d0a97f9c2 refactor(tcp server): remove cx_Freeze from Pipfile to install it individually during the dev phase 2022-10-06 00:13:54 +08:00
louistiti
0d02b2e9fa
fix: remove requests.certs import from the TCP server and Python bridge setups 2022-10-05 01:31:46 +08:00
louistiti
133310bd7d fix: remove requests.certs import from the TCP server and Python bridge setups 2022-10-05 01:31:46 +08:00
louistiti
d8b20660a2
fix: upgrade cx_Freeze to 6.11.1 with --no-binary to avoid OpenSSL conflict with urllib3 2022-10-04 23:57:18 +08:00
louistiti
69bf9cebb3 fix: upgrade cx_Freeze to 6.11.1 with --no-binary to avoid OpenSSL conflict with urllib3 2022-10-04 23:57:18 +08:00
louistiti
5715786be2
chore: add TCP server and Python bridge as high-level nodes 2022-10-04 17:16:41 +08:00
louistiti
91e39a0a37 chore: add TCP server and Python bridge as high-level nodes 2022-10-04 17:16:41 +08:00
louistiti
0a4baf67ac
feat: isolate TCP server 2022-10-04 17:10:14 +08:00
louistiti
586ca11106 feat: isolate TCP server 2022-10-04 17:10:14 +08:00