43 Commits

Author SHA1 Message Date
FishJoy
b48dd2cbe5
feat(reasoner): support thinker in knext (#344)
Co-authored-by: matthewhyx <matthew.hyx@antgroup.com>
2024-08-26 13:38:49 +08:00
matthewhyx
0fde581e87
feat(schema): support maintenance of simplified DSL (#335)
Co-authored-by: kejian <wangshaofei.wsf@antgroup.com>
Co-authored-by: wenchengyao <45688588+ChengyaoWen@users.noreply.github.com>
Co-authored-by: 赵培龙 <peilong.zpl@antgroup.com>
Co-authored-by: wenchengyao <wenchengyao.wcy@antgroup.com>
Co-authored-by: FishJoy <chengqiang.cq@antgroup.com>
2024-08-20 11:31:53 +08:00
Andy
24b6fc361a
feat(docker): update version (#337) 2024-08-12 10:44:20 +08:00
Qu
7280befe89
fix(knext): add params in init method of AutoPrompt (#246) 2024-08-01 11:27:35 +08:00
Siyuan Li
19ebd1976d
docs(ca): update ca readme.md (#221)
Co-authored-by: lisiyuan.li <lisiyuan.li@alibaba-inc.com>
2024-04-29 15:08:30 +08:00
Qu
6b97110423
fix(knext): fix bugs in oneke_prompt and add one example for oneke (#213) 2024-04-23 18:43:17 +08:00
chenbin11200
da11e81870
fix(knext): remove peft reference to avoid a huge install package (#216) 2024-04-23 15:14:30 +08:00
chenbin11200
ff948d5403
feat(nn4k): not load model to cuda when using deepspeed (#207) 2024-04-19 11:20:25 +08:00
mfz-ant
303e8f9569
feat(CA): init CA (Controllable Agent) library (#184) 2024-04-10 17:07:50 +08:00
Qu
170e4c2ab0
fix(knext): add autoescape parameter in render_template (#193) 2024-04-03 15:46:07 +08:00
Qu
9191613d2a
fix(knext): bugfix in dag construction (#192) 2024-04-03 14:41:12 +08:00
baifuyu
508f3e0a81
feat(release): release 0.0.3-beta1 (#190) 2024-04-02 12:53:00 +08:00
guihonghao
5f46f3b658
fix(deepkeprompt): add deepkeprompt (#149)
Co-authored-by: Qu <qy266141@antgroup.com>
2024-04-01 16:38:34 +08:00
yinghuiCAI
57f74c5447
feat(nn4k): implement hub_invoker (#183) 2024-03-29 17:18:26 +08:00
matthewhyx
e6c963bd6f
fix(schema): fix schema preload bug (#174) 2024-03-22 14:20:16 +08:00
chenbin11200
bf57b3319f
feat(nn4k): support huggingface decode only model local inference (#128)
Co-authored-by: xionghuaidong <huaidong.xhd@antgroup.com>
2024-03-08 13:54:15 +08:00
matthewhyx
4dcfb5570f
feat(schema): support cross project type referencing (#119)
Co-authored-by: baifuyu <fuyu.bfy@antgroup.com>
2024-03-08 11:00:07 +08:00
chenbin11200
eb2590aada
feat(nn4k): add huggingface decode only model local sft feature (#1) (#109)
Co-authored-by: xionghuaidong <huaidong.xhd@antgroup.com>
2024-02-22 14:08:21 +08:00
xionghuaidong
945cf8fbbd
feat(nn4k): implement text embeddings (#104) 2024-02-02 16:29:24 +08:00
baifuyu
3c7d5b41f2
feat(release): release 0.0.2-beta5 (#108) 2024-01-26 17:45:27 +08:00
Qu
9d9f6c4958
refactor(knext): adjust directory structures (#102)
Co-authored-by: baifuyu <fuyu.bfy@antgroup.com>
2024-01-23 20:31:54 +08:00
baifuyu
042c4e1ed1
chore(license): update license (#88) 2024-01-16 14:38:37 +08:00
Qu
440fb6128e
fix(knext): fix bugs and add debug mode (#84)
Co-authored-by: baifuyu <fuyu.bfy@antgroup.com>
2024-01-16 14:12:37 +08:00
baifuyu
6163ac8c70
fix(knext): fix schema url (#77) 2024-01-09 22:39:39 +08:00
Qu
93a89c6188
fix(knext): add debug mode in LLMBasedExtractor (#76)
Co-authored-by: Qu <qu266141@antgroup.com>
Co-authored-by: baifuyu <fuyu.bfy@antgroup.com>
2024-01-09 22:26:41 +08:00
baifuyu
6b179e4542
feat(release): release 0.0.2-beta2 (#75) 2024-01-09 19:50:33 +08:00
Qu
f9fbf4850c
feat(knext): support event extraction auto prompt and fix finance example (#74)
Co-authored-by: Qu <qu266141@antgroup.com>
Co-authored-by: matthewhyx <matthew.hyx@antgroup.com>
Co-authored-by: baifuyu <fuyu.bfy@antgroup.com>
2024-01-09 17:32:17 +08:00
baifuyu
7b1613c362
fix(docker): fix docker release (#70) 2024-01-08 20:07:26 +08:00
baifuyu
0c04799e0a
fix(knext): fix example and knext requirements (#68) 2024-01-08 15:17:56 +08:00
matthewhyx
658dbec25a
fix(schema): fix event type inheritance error (#67) 2024-01-08 14:40:42 +08:00
baifuyu
711c2be2b1
fix(example): update finance example (#65) 2024-01-08 11:39:18 +08:00
Qu
d6fe8ee469
fix(knext): fix nn4k error (#63) 2024-01-08 11:13:49 +08:00
matthewhyx
03d19c4053
feat(schema): prohibit the creation of properties for concept types (#59) 2024-01-07 17:56:33 +08:00
baifuyu
e7317ef8b1
fix(docs): fix example readme (#61) 2024-01-07 12:23:20 +08:00
Qu
4129a1a586
feat(knext): add knext feature and refactor some code (#58)
Co-authored-by: didicout <julin.jl@antgroup.com>
Co-authored-by: huaidong.xhd <huaidong.xhd@antgroup.com>
Co-authored-by: Qu <qu266141@antgroup.com>
Co-authored-by: baifuyu <fuyu.bfy@antgroup.com>
2024-01-06 15:55:10 +08:00
xionghuaidong
6c3f8584ec
feat(nn4k): implement openai invoker and local hf executor (#57)
Co-authored-by: 基尔 <qy266141@antgroup.com>
Co-authored-by: didicout <julin.jl@antgroup.com>
2024-01-06 12:12:12 +08:00
baifuyu
22ea3ee395
feat(builder): add llm4spg feature and refactor some code (#49) 2024-01-06 11:56:42 +08:00
matthewhyx
7b9ce789d7
feat(schema): support defining standard types and optimized concept model (#46) 2023-12-27 16:59:14 +08:00
baifuyu
edff7f1135
adjust dir structure (#12) 2023-11-28 22:59:32 +08:00
baifuyu
6d0c30e5b4
chore(workflow): add license-checker and pr-title-checker workflow (#8) 2023-11-21 17:33:33 +08:00
baifuyu
85fefd9f9e
style: format code (#7) 2023-11-21 15:17:02 +08:00
baifuyu
ba5412276b
[knext] fix knext config bug (#4) 2023-11-07 18:56:20 +08:00
baifuyu
ea82b3700b init commit 2023-10-26 10:34:08 +08:00