204 Commits

Author SHA1 Message Date
Andy
658527b950
Update README_cn.md 2024-04-11 14:12:55 +08:00
Andy
7faa222652
Update README.md 2024-04-11 14:11:00 +08:00
mfz-ant
303e8f9569
feat(CA): init CA (Controllable Agent) library (#184) 2024-04-10 17:07:50 +08:00
Donghai
98be8a8282
feat(reasoner): support get_value udf (#196) 2024-04-09 17:20:24 +08:00
Donghai
b169228efb
fix(reasoner): fix dsl annonymous npe (#197) 2024-04-09 17:06:00 +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
赵培龙
497da2e1b8
feat(reasoner): add udf to get json str info (#165) 2024-04-02 14:26:17 +08:00
baifuyu
508f3e0a81
feat(release): release 0.0.3-beta1 (#190) v0.0.3-beta1 2024-04-02 12:53:00 +08:00
赵培龙
64dac567b2
fix(reasoner): bugfix for extra used fields in expr (#189) 2024-04-02 10:38:06 +08:00
guihonghao
5f46f3b658
fix(deepkeprompt): add deepkeprompt (#149)
Co-authored-by: Qu <qy266141@antgroup.com>
2024-04-01 16:38:34 +08:00
赵培龙
1982db26ad
fix(reasoner): bugfix for mock data to run (#162)
Co-authored-by: Donghai <donghai.ydh@antgroup.com>
Co-authored-by: FishJoy <chengqiang.cq@antgroup.com>
Co-authored-by: wangshaofei <wangshaofei.wsf@antgroup.com>
2024-04-01 13:25:19 +08:00
yinghuiCAI
57f74c5447
feat(nn4k): implement hub_invoker (#183) 2024-03-29 17:18:26 +08:00
wenchengyao
a0f1286439
fix(reasoner): bugfix of ExpandIntoPure (#181)
Co-authored-by: FishJoy <chengqiang.cq@antgroup.com>
Co-authored-by: Donghai <donghai.ydh@antgroup.com>
2024-03-28 19:14:42 +08:00
FishJoy
a0906f61ba
feat(reasoner): optimize the performance of the planner (#182) 2024-03-27 17:27:02 +08:00
Donghai
8c8074f92f
fix(reasoner): fix qlexpress keyword (#164)
Co-authored-by: FishJoy <chengqiang.cq@antgroup.com>
Co-authored-by: peilong <peilong.zpl@antgroup.com>
Co-authored-by: kejian <wangshaofei.wsf@antgroup.com>
2024-03-25 19:51:07 +08:00
FishJoy
3f9fadb22c
fix(reasoner): bugfix in catalog (#173) 2024-03-25 15:47:26 +08:00
wangshaofei
b99849d2b9
feat(reasoner): support remove duplicate (#177)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-25 14:07:51 +08:00
wenchengyao
aba1ea1cca
fix(reasoner): fix __path__ format (#175) 2024-03-25 10:57:52 +08:00
matthewhyx
e6c963bd6f
fix(schema): fix schema preload bug (#174) 2024-03-22 14:20:16 +08:00
wangshaofei
a781b5a312
feat(reasoner): supports export to SLS (#157) 2024-03-19 16:41:11 +08:00
Donghai
64059f36d0
feat(reasoner): do not load unnecessary vertex data (#155)
Co-authored-by: FishJoy <chengqiang.cq@antgroup.com>
2024-03-19 15:07:32 +08:00
FishJoy
9eac15c4de
fix(reasoner): support std prop during type inference && fix some bugs in NodeIdToEdgeProperty (#159) 2024-03-15 15:28:20 +08:00
FishJoy
3b214401ec
fix(reasoner): bugfix NodeIdToEdgeProperty (#153) 2024-03-13 17:06:33 +08:00
wangshaofei
8869df8c8c
fix(reasoner): fix KgGraph split bug (#145) 2024-03-13 14:26:25 +08:00
FishJoy
e4602264a5
fix(reaonser): bugfix in type infer (#150)
Co-authored-by: Donghai <donghai.ydh@antgroup.com>
2024-03-11 16:52: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
baifuyu
3171852b48
feat(service): add concept instance query api (#144) 2024-03-08 10:40:10 +08:00
baifuyu
df86073bdb
fix(builder): fix the construction of concept tree (#142) 2024-03-07 14:42:14 +08:00
FishJoy
f8f8206b0c
fix(reasoner): bugfix in expandIntoPure (#139) 2024-03-06 19:16:38 +08:00
baifuyu
1a0945aded
feat(service): add search and query interface (#141) 2024-03-06 15:35:12 +08:00
baifuyu
c2963a6a91
fix(cloudext): fix elasticsearch mapping for date type (#136) 2024-03-05 13:35:27 +08:00
FishJoy
258b0e7dfb
feat(reasoner): support value type inference in udf (#132)
Co-authored-by: Donghai <donghai.ydh@antgroup.com>
2024-03-05 11:59:50 +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
yixianlzz
e95725d470
fix(docs): fix readme document (#118)
Co-authored-by: baifuyu <fuyu.bfy@antgroup.com>
2024-02-19 11:33:47 +08:00
baifuyu
9326af4180
fix(server): fix management.endpoints.web.exposure.exclude (#121) 2024-02-06 16:57:58 +08:00
Donghai
c78929c044
fix(reasoner): delete useless unit test (#120) 2024-02-06 10:27:52 +08:00
wangshaofei
1b9081e2ef
fix(reasoner): adjust extra edge identifier logic (#116) 2024-02-05 11:05:03 +08:00
Donghai
0d8e532d5d
fix(server): close sofaboot health check (#117) 2024-02-04 18:07:54 +08:00
baifuyu
a9c29efdb2
fix(pmd): fix java pmd error (#115) 2024-02-02 17:49:54 +08:00
xionghuaidong
945cf8fbbd
feat(nn4k): implement text embeddings (#104) 2024-02-02 16:29:24 +08:00
FishJoy
1b3b78b02e
fix(reasoner): fix bug in FilterPushDown (#113)
Co-authored-by: peilong <peilong.zpl@antgroup.com>
Co-authored-by: youdonghai <donghai.ydh@antgroup.com>
2024-02-02 11:31:19 +08:00
Donghai
1c85965fa9
feat(reasoner): group by concept and write to canvas (#98) 2024-01-31 15:11:18 +08:00
FishJoy
b0911bd345
feat(reasoner): supports full node id pushdown (#101)
Co-authored-by: youdonghai <donghai.ydh@antgroup.com>
2024-01-30 14:08:32 +08:00
baifuyu
3c7d5b41f2
feat(release): release 0.0.2-beta5 (#108) v0.0.2-beta5 2024-01-26 17:45:27 +08:00
Donghai
c9a775d257
fix(reasoner): multiple intersection vertex join (#103) 2024-01-24 11:38:51 +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
wangshaofei
2e39a437c5
fix(reasoner): fix odps check type error (#97) 2024-01-18 10:59:53 +08:00
Donghai
bdfcd43406
feat(reasoner): support odps io (#96) 2024-01-17 17:52:11 +08:00