211 Commits

Author SHA1 Message Date
锦呈
dda30f1d9c add markdown report 2024-12-19 14:19:10 +08:00
锦呈
d033f710b8 fix 2024-12-19 14:13:43 +08:00
锦呈
3da7b17124 Merge branch '0.6_dev_jc' of github.com:OpenSPG/openspg into 0.6_dev_jc 2024-12-19 14:10:54 +08:00
锦呈
8764494b82 fix 2024-12-18 20:48:26 +08:00
peilong
8f1c6357be use project id 2024-12-18 18:24:48 +08:00
锦呈
74d44899e1 fix 2024-12-18 14:49:02 +08:00
锦呈
4361a56d2c Merge branch '0.6_dev' into 0.6_dev_jc 2024-12-13 14:58:45 +08:00
锦呈
cb018592b5 fix 2024-12-12 17:04:56 +08:00
秉初
c00fd998eb (knext)bugfix 2024-12-09 20:19:41 +08:00
锦呈
da5713e457 Merge branch '0.6_dev' into 0.6_dev_jc 2024-12-06 11:10:59 +08:00
秉初
316fd8d856 rollback test script for graph_client 2024-11-28 14:32:24 +08:00
秉初
f0673fa5bd fix(knext&server)query vertex if return null 2024-11-27 18:10:48 +08:00
秉初
193ecf8ac8 roll back ApiConstants 2024-11-26 15:27:43 +08:00
秉初
d72e0afe3a buf fix 2024-11-26 14:24:29 +08:00
秉初
958f72a947 roll back upload_dev.sh 2024-11-26 14:08:58 +08:00
秉初
7985fb79a1 feat(server-api)add graph query apis. 2024-11-26 13:50:45 +08:00
秉初
fd555a9f6e feat(knext) add apis for graph client 2024-11-25 22:42:50 +08:00
秉初
4dfe62812b feat(knext)graph client 2024-11-25 21:12:24 +08:00
秉初
624c1bed2a feat(knext & cloud-ext):Extend the knext search API parameters 2024-11-25 16:34:27 +08:00
锦呈
fed6815312 Merge branch 'master' into 0.6_dev_jc 2024-11-25 11:44:07 +08:00
Andy
918a1fb9ab
fix(builder): update version 0.5.1 #andy (#407) v0.5.1 2024-11-22 12:00:04 +08:00
Andy
783825700f
feat(scheduler): add support for scheduler (#26) 2024-11-19 10:33:31 +08:00
wangshaofei
aa4f8233ee
fix(reasoner): add xor to binaryOpSetTrans (#401) 2024-11-18 15:58:59 +08:00
锦呈
ae43fef836 use json dump 2024-11-09 12:48:53 +08:00
FishJoy
23cd365ff9
fix(reasoner): support add facts in thinker. (#396)
Co-authored-by: matthewhyx <matthew.hyx@antgroup.com>
2024-11-08 17:26:16 +08:00
锦呈
c36b7e3188 raise exception when read yaml error 2024-11-08 11:19:48 +08:00
锦呈
c9d1cde139 update project list 2024-11-07 16:43:57 +08:00
锦呈
8799b17153 fix 2024-11-07 10:28:32 +08:00
锦呈
1f87b84a0e use class Environment to replace sys env 2024-11-07 10:10:53 +08:00
锦呈
73f7922764 update to use yaml 2024-11-06 15:57:31 +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
锦呈
d5a41c8ad0 use yaml in project 2024-11-05 20:43:14 +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) v0.5 2024-11-01 14:28:51 +08:00
蚂蚁田常
3f863f8d26
feat(readme): update README.md (#381) 2024-10-30 21:28:03 +08:00
Andy
e8548b837d
Update docker-compose.yml 2024-10-29 19:04:49 +08:00
Andy
b03c0acfd8
Update docker-compose.yml 2024-10-29 19:04:09 +08:00
wenchengyao
0253af6cd2
feat(reasoner): add udf split_part (#378) 2024-10-29 14:46:38 +08:00
royzhao
74ded0a7f5
fix(knext): recover thinker code (#379) 2024-10-28 17:57:29 +08:00
royzhao
e460b8d73d
fix(knext): reasoner command add default cfg config (#377) 2024-10-28 11:20:25 +08:00
Andy
2b40c33977
Update docker-compose.yml 2024-10-25 15:44:16 +08:00
Andy
440cd85deb
Update docker-compose.yml 2024-10-25 15:42:03 +08:00
royzhao
d0f19d1f6b
fix(knext): add remote client addr (#376) 2024-10-25 13:26:06 +08:00
Andy
593700b786
Update docker-compose.yml 2024-10-24 22:24:24 +08:00
Andy
cd186ae5f5
Update docker-compose.yml 2024-10-24 22:23:08 +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
Andy
39c2530f8a
Update README.md 2024-09-29 15:01:07 +08:00