160 Commits

Author SHA1 Message Date
wenchengyao
7c0d84ceb5 fix 2024-05-14 17:29:28 +08:00
wenchengyao
416f68feaa json_get support JSONArray 2024-05-08 11:47:02 +08:00
wenchengyao
bfad654576 support add multi edge instance 2024-05-06 14:39:11 +08:00
wenchengyao
d1eef7c4f0 support add multi edge instance 2024-05-06 14:29:27 +08:00
wenchengyao
36b5fdac2f Merge branch 'master' into add_multi_edge_instance 2024-05-06 11:00:44 +08:00
wenchengyao
649513572f
feat(reasoner): support belongTo meta concept (#229)
Co-authored-by: peilong <peilong.zpl@antgroup.com>
2024-05-06 10:48:01 +08:00
wenchengyao
4bd9d0b73e
feat(reasoner): support ConcatAggIf Udaf (#224)
Co-authored-by: peilong <peilong.zpl@antgroup.com>
2024-04-30 14:06:26 +08:00
wenchengyao
c55c7241a1 support add multi edge instance 2024-04-29 15:38:36 +08:00
wenchengyao
a6e9198bb5 support add multi edge instance 2024-04-29 15:26:05 +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
wenchengyao
e80ebf08f7 support add multi edge instance 2024-04-29 14:15:42 +08:00
wenchengyao
a6a0160f65 Merge branch 'master' into add_multi_edge_instance 2024-04-29 14:07:39 +08:00
wenchengyao
089c40c737
fix(reasoner): fix Expr2Qlexpress (#204) 2024-04-26 16:57:13 +08:00
Donghai
92546f334f
feat(reasoner): local runner support callable wrapper (#218) 2024-04-26 15:45:29 +08:00
wenchengyao
97d838f1a2 support add multi edge instance 2024-04-26 14:43:22 +08:00
wenchengyao
8c658d56ab support add multi edge instance 2024-04-26 11:09:54 +08:00
wenchengyao
666352054d support add multi edge instance 2024-04-26 11:04:38 +08:00
wenchengyao
18164ab9d7 support ConcatAggIf 2024-04-24 17:02:50 +08:00
wenchengyao
5f74db5bb8 Merge branch 'master' into concat_aggIf_dev 2024-04-24 14:17:36 +08:00
Donghai
b3d00a2a07
feat(reasoner): udf load from multiple package path (#200)
Co-authored-by: peilong <peilong.zpl@antgroup.com>
Co-authored-by: wenchengyao <wenchengyao.wcy@antgroup.com>
Co-authored-by: FishJoy <chengqiang.cq@antgroup.com>
2024-04-24 10:10:23 +08:00
wenchengyao
04c17083c5 support concatAggIf 2024-04-23 20:48:26 +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
wenchengyao
000b9f2f71 Merge remote-tracking branch 'origin/concat_aggIf_dev' into concat_aggIf_dev
# Conflicts:
#	reasoner/lube-api/src/main/scala/com/antgroup/openspg/reasoner/lube/block/ResultBlock.scala
2024-04-23 18:01:21 +08:00
wenchengyao
56c5d5ed6b support concatAggIf 2024-04-23 18:00:07 +08:00
wenchengyao
7ad00619ed support concatAggIf 2024-04-23 17:59:27 +08:00
peilong
eb5907f58b mark schema ddl 2024-04-23 17:45:02 +08:00
wenchengyao
f8a083e438 support concatAggIf 2024-04-23 15:56:31 +08:00
wenchengyao
40466e7508 support concatAggIf 2024-04-23 15:49:46 +08:00
chenbin11200
da11e81870
fix(knext): remove peft reference to avoid a huge install package (#216) 2024-04-23 15:14:30 +08:00
Donghai
56fe76b49a
fix(reasoner): query edge add property (#211) 2024-04-22 19:13:45 +08:00
wenchengyao
59253bee3f support concatAggIf 2024-04-22 16:57:27 +08:00
wenchengyao
85e75619fb support concatAggIf 2024-04-22 16:50:08 +08:00
wenchengyao
e7631c6058 Merge branch 'master' into concat_aggIf_dev 2024-04-19 14:26:01 +08:00
wenchengyao
b14db8be88 support ConcatAggIf 2024-04-19 14:25:10 +08:00
wenchengyao
86e041b13d support ConcatAggIf 2024-04-19 12:53:14 +08:00
chenbin11200
ff948d5403
feat(nn4k): not load model to cuda when using deepspeed (#207) 2024-04-19 11:20:25 +08:00
赵培龙
5ca3f17718
feat(reasoner): support debug info record from localRDG (#205) 2024-04-19 10:17:05 +08:00
赵培龙
57f6abdd9c
feat(reasoner): support re match udf (#203) 2024-04-17 15:21:35 +08:00
wenchengyao
7aa7f6e21f support rac udf 2024-04-17 13:39:28 +08:00
wenchengyao
e20417a01f fix ut 2024-04-17 12:02:27 +08:00
wenchengyao
808ad72311 fix ut 2024-04-17 11:54:39 +08:00
wenchengyao
dbcc85f1b5 support rac udf 2024-04-17 11:39:58 +08:00
wenchengyao
1aa6f3b617 Merge branch 'master' into rac_udf_senyu 2024-04-17 11:12:06 +08:00
FishJoy
2ac8fe2261
feat(reasoner): support id equal push down. (#202)
Co-authored-by: Donghai <donghai.ydh@antgroup.com>
2024-04-16 17:51:16 +08:00
wenchengyao
25daff103f support rac udf 2024-04-16 16:40:36 +08:00
FishJoy
28eca52d73
feat(reasoner): support id equal push down. (#201)
Co-authored-by: Donghai <donghai.ydh@antgroup.com>
2024-04-16 14:29:19 +08:00
wenchengyao
1a5eeffc9c support rac udf 2024-04-15 20:53:50 +08:00
赵培龙
e177b7c6c9
feat(reasoner): add create node in define block (#191)
Co-authored-by: wenchengyao <wenchengyao.wcy@antgroup.com>
Co-authored-by: FishJoy <chengqiang.cq@antgroup.com>
2024-04-15 20:25:34 +08:00
Andy
9c84f14708
Update README_cn.md 2024-04-12 16:02:43 +08:00
Andy
92c8f8663f
Update README.md 2024-04-12 16:02:15 +08:00