77 Commits

Author SHA1 Message Date
kejian
57113aab99 reformat code 2024-03-07 16:50:51 +08:00
kejian
077d06ee75 fix kggraph splt bug 2024-03-07 16:38:13 +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
baifuyu
12f6347e64
fix(workflow): fix cla branch config (#94) 2024-01-16 18:02:08 +08:00
baifuyu
5d44e1c17c
fix(workflow): fix cla branch config (#92) 2024-01-16 17:40:42 +08:00
baifuyu
c79708d6b1
chore(workflow): add cla.yml (#90) 2024-01-16 16:29:00 +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
FishJoy
d5822f7e74
feat(reasoner): add GroupNode rule in RBO (#83) 2024-01-12 12:51:24 +08:00
FishJoy
f7560c450b
fix(reaonser): mod group in AggregationBlock (#81) 2024-01-11 19:33:04 +08:00
FishJoy
5a43c1c0fb
fix(reasoner): bugfix in AggregationPlanner (#80) 2024-01-11 14:44:13 +08:00
Donghai
92e4209fd2
feat(reasoner): support repeat and optional (#51)
Co-authored-by: kejian <wangshaofei.wsf@alibaba-inc.com>
Co-authored-by: FishJoy <chengqiang.cq@antgroup.com>
Co-authored-by: peilong <peilong.zpl@antgroup.com>
2024-01-10 17:07:19 +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>
v0.0.2-beta2
2024-01-09 17:32:17 +08:00
matthewhyx
bcef8b711c
fix(schema): support dsl multi-segment definition (#71)
Co-authored-by: baifuyu <fuyu.bfy@antgroup.com>
2024-01-09 14:54:38 +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
baifuyu
bec583a602
fix(tugraph): downgrade tugaph version (#60) 2024-01-07 12:20: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
wangshaofei
d5e29b91d7
feat(docker): upgrade the image version of TuGraph to 4.1.0 (#55)
Co-authored-by: kejian <wangshaofei.wsf@alibaba-inc.com>
2024-01-03 20:41:05 +08:00
赵培龙
82402af74f
fix(reasoner): query language qgl concept parser carry empty properties lead to plan failed (#47) 2023-12-27 20:11:39 +08:00