93 Commits

Author SHA1 Message Date
FishJoy
da1fa615c4
fix(reasoner): remove useless code (#568) 2025-06-19 14:19:04 +08:00
wangshaofei
11be8cdbb3
feat(reasoner): support necessary rule expression (#531) 2025-03-20 16:47:09 +08:00
Donghai
3eb3d6fa4a
fix(reasoner): fix repeat match error (#500) 2025-02-12 16:09:09 +08:00
Andy
e53b20a3bc
feat(openspg): version 0.6 (#451) 2025-01-08 11:04:19 +08:00
wangshaofei
aa4f8233ee
fix(reasoner): add xor to binaryOpSetTrans (#401) 2024-11-18 15:58:59 +08:00
wangshaofei
84b9209ed9
feat(reasoner): add config in UdfMng (#391)
Co-authored-by: FishJoy <chengqiang.cq@antgroup.com>
2024-11-06 11:50:24 +08:00
royzhao
37514d94f5
fix(thinker): support thinker server runner (#389)
Co-authored-by: FishJoy <chengqiang.cq@antgroup.com>
2024-11-05 11:50:24 +08:00
Andy
0e687f74e5
fix(builder): add embedding model (#385) 2024-11-01 14:28:51 +08:00
wenchengyao
0253af6cd2
feat(reasoner): add udf split_part (#378) 2024-10-29 14:46:38 +08:00
royzhao
dcb8d47670
feat(openspg): support kag (#372) 2024-10-24 16:24:48 +08:00
wenchengyao
8364df9c6a
fix(reasoner): fix PER_NODE_LIMIT (#368)
Co-authored-by: peilong <peilong.zpl@antgroup.com>
2024-10-21 14:27:40 +08:00
wangshaofei
5dc03cb5ce
feat(reasoner): thinker support deduction expression (#369)
Co-authored-by: FishJoy <chengqiang.cq@antgroup.com>
2024-10-18 10:16:21 +08:00
FishJoy
88c522daf7
fix(reasoner): remove thinker (#367) 2024-10-12 11:26:29 +08:00
FishJoy
3652f01da9
fix(reasoner): bugfix when fact in context. (#358) 2024-09-24 10:16:49 +08:00
FishJoy
1b2eb00299
feat(reasoner): support ProntoQA and ProofWriter. (#352)
Co-authored-by: kejian <wangshaofei.wsf@antgroup.com>
2024-09-18 15:53:55 +08:00
royzhao
579be8bfae
fix(reasoner): fix pattern schema extra (#351) 2024-09-05 14:06:54 +08:00
FishJoy
5822cbc7c3
fix(reasoner): bugfix in graph store. (#346) 2024-08-29 13:57:50 +08:00
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
FishJoy
f0e552e9ec
fix(reasoner): support triple in thinker context (#341) 2024-08-21 14:17:22 +08:00
FishJoy
3ec3d06b89
fix(reasoner): opt GraphStore (#331) 2024-08-13 16:44:49 +08:00
wenchengyao
a7592a639d
fix(reasoner): bugfix of transform ListOpExpr (#328)
Co-authored-by: peilong <peilong.zpl@antgroup.com>
2024-07-23 10:18:08 +08:00
Donghai
2f18a19769
fix(reasoner): remove duplicate vertex (#325) 2024-07-15 16:36:07 +08:00
FishJoy
884b598c03
fix(reasoner): fix unit test in hypertension (#321) 2024-07-12 16:52:48 +08:00
wenchengyao
1b2c998a22
fix(reasoner): fix udf json_get (#317) 2024-07-09 10:30:53 +08:00
赵培龙
bb9e57303a
fix(reasoner): fix bugs for edge limit (#301) 2024-07-01 14:17:35 +08:00
wenchengyao
b19b7e8f00
fix(reasoner): fix bugs in cast_type (#276) 2024-07-01 12:06:23 +08:00
赵培龙
1f087a5a03
fix(reasoner): fix bugs for concept expand & add runtime trace data (#278) 2024-07-01 12:04:13 +08:00
wangshaofei
6449776ebb
feat(reasoner): upgrade thinker dsl (#314) 2024-07-01 11:28:18 +08:00
FishJoy
b568ddc413
feat(reasoner): support spo inference (#280)
Co-authored-by: kejian <wangshaofei.wsf@antgroup.com>
2024-06-12 16:48:02 +08:00
赵培龙
cf822378b9
feat(reasoner): support trace execution info (#237)
Co-authored-by: wenchengyao <wenchengyao.wcy@antgroup.com>
2024-05-21 15:08:02 +08:00
wenchengyao
299c634a7d
fix(reasoner): fix findAllTypesAllowIsolateVertex (#249) 2024-05-16 17:57:47 +08:00
wangshaofei
e211debae1
feat(reasoner): support triple rule in thinker (#243) 2024-05-10 16:03:29 +08:00
FishJoy
0ddc7c9b65
feat(reasoner): add thinker (#231)
Co-authored-by: Donghai <donghai.ydh@antgroup.com>
Co-authored-by: baifuyu <fuyu.bfy@antgroup.com>
Co-authored-by: matthewhyx <152243220+matthewhyx@users.noreply.github.com>
Co-authored-by: chenbin11200 <chenbin11200@users.noreply.github.com>
Co-authored-by: xionghuaidong <huaidong.xhd@antgroup.com>
Co-authored-by: wangshaofei <wangshaofei.wsf@antgroup.com>
Co-authored-by: wenchengyao <45688588+ChengyaoWen@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: peilong <peilong.zpl@antgroup.com>
Co-authored-by: yinghuiCAI <165009342+yinghuiCAI@users.noreply.github.com>
2024-05-07 19:26:58 +08:00
wenchengyao
148c17f668
feat(reasoner): json_get support JSONArray (#233) 2024-05-07 14:47:32 +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
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
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
Donghai
56fe76b49a
fix(reasoner): query edge add property (#211) 2024-04-22 19:13:45 +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
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
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
赵培龙
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
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
赵培龙
497da2e1b8
feat(reasoner): add udf to get json str info (#165) 2024-04-02 14:26:17 +08:00
赵培龙
64dac567b2
fix(reasoner): bugfix for extra used fields in expr (#189) 2024-04-02 10:38:06 +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