Commit Graph

32 Commits

Author SHA1 Message Date
Fangyin Cheng
725e557563 feat: Support some higher-order operators 2024-08-29 19:39:42 +08:00
Fangyin Cheng
e4813849c0
chore: Fix pylint error (#1912) 2024-08-28 22:58:19 +08:00
Aries-ckt
bb5d2d1f3d
fix:graph retrieve bug (#1884) 2024-08-28 21:05:27 +08:00
明天
b124ecc10b
feat: (0.6)New UI (#1855)
Co-authored-by: 夏姜 <wenfengjiang.jwf@digital-engine.com>
Co-authored-by: aries_ckt <916701291@qq.com>
Co-authored-by: wb-lh513319 <wb-lh513319@alibaba-inc.com>
Co-authored-by: csunny <cfqsunny@163.com>
2024-08-21 17:37:45 +08:00
Fangyin Cheng
6ddde544bd
fix(ci): Fix pylint check error (#1807) 2024-08-10 23:12:03 +08:00
Wei Zhang
621c5a391c
fix(knowledge API): Unique Constraint Issue with create_space API Cau… (#1794)
Co-authored-by: aries_ckt <916701291@qq.com>
2024-08-09 11:03:59 +08:00
huangjh131
7ea9b8c419
fix(ChatKnowledge): Fix knowledge command load bug (#1767)
Co-authored-by: huangjh131 <14678508+huangjh131@user.noreply.gitee.com>
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
2024-08-01 18:41:23 +08:00
Aries-ckt
167d972093
feat(ChatKnowledge): Support Financial Report Analysis (#1702)
Co-authored-by: hzh97 <2976151305@qq.com>
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
Co-authored-by: licunxing <864255598@qq.com>
2024-07-26 13:40:54 +08:00
Kain Shu
1775b87606
fix(chat knowledge): add missing context property (#1732)
Co-authored-by: kain <kai4tech@gmail.com>
2024-07-17 16:40:15 +08:00
Fangyin Cheng
ace169ac46
fix(core): Fix AWEL branch bug (#1640) 2024-06-18 11:11:43 +08:00
Aries-ckt
58d08780d6
feat(ChatKnowledge): ChatKnowledge Support Keyword Retrieve (#1624)
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
2024-06-13 13:49:17 +08:00
Aries-ckt
83d7e9d82d
fix(ChatKnowledge): add aload_document (#1548) 2024-05-23 11:59:34 +08:00
Florian
a9087c3853
feat: add GraphRAG framework and integrate TuGraph (#1506)
Co-authored-by: KingSkyLi <15566300566@163.com>
Co-authored-by: aries_ckt <916701291@qq.com>
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
2024-05-16 15:39:50 +08:00
8b88f7e11c
Fix the issue where the knowledge base cannot be edited when using ve… (#1519) 2024-05-14 19:31:14 +08:00
Fangyin Cheng
57be1ece18
feat(core): Upgrade pydantic to 2.x (#1428) 2024-04-20 09:41:16 +08:00
Fangyin Cheng
df80bc2079
feat(agent): Release agent SDK (#1396) 2024-04-10 22:44:53 +08:00
Aries-ckt
37e7c0151b
feat(RAG):add metadata properties filters (#1395) 2024-04-10 14:33:24 +08:00
Fangyin Cheng
fcc325d411
feat(core): Support i18n (#1327) 2024-03-25 20:15:39 +08:00
Fangyin Cheng
8a17099dd2
feat(rag): Support RAG SDK (#1322) 2024-03-22 15:36:57 +08:00
aries_ckt
f43abf3155 fix:client mypy error 2024-03-20 16:22:38 +08:00
aries_ckt
4413ff682f fix:rag serve error 2024-03-18 19:37:06 +08:00
Fangyin Cheng
0ed30aa44a feat: Add dbgpt client and add api v2 2024-03-18 18:29:27 +08:00
Fangyin Cheng
4970c9f813
refactor: Refactor datasource module (#1309) 2024-03-18 18:06:40 +08:00
Fangyin Cheng
adaa68eb00
feat(rag): Support rag retriever evaluation (#1291) 2024-03-14 13:06:57 +08:00
Fangyin Cheng
191f546ca4
feat: AWEL flow supports dynamic parameters (#1251) 2024-03-04 21:52:32 +08:00
Fangyin Cheng
505bc32775
perf(rag): Support load large document (#1233) 2024-03-01 22:33:52 +08:00
Aries-ckt
32e1554282
feat:add rag awel operator view metadata. (#1174) 2024-02-21 10:24:12 +08:00
明天
d5afa6e206
Native data AI application framework based on AWEL+AGENT (#1152)
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
Co-authored-by: lcx01800250 <lcx01800250@alibaba-inc.com>
Co-authored-by: licunxing <864255598@qq.com>
Co-authored-by: Aralhi <xiaoping0501@gmail.com>
Co-authored-by: xuyuan23 <643854343@qq.com>
Co-authored-by: aries_ckt <916701291@qq.com>
Co-authored-by: hzh97 <2976151305@qq.com>
2024-02-07 17:43:27 +08:00
Fangyin Cheng
22bfd01c4b
refactor: Refactor proxy LLM (#1064) 2024-01-14 21:01:37 +08:00
Aries-ckt
a035433170
feat(RAG):add rag operators and rag awel examples (#1061)
Co-authored-by: csunny <cfqsunny@163.com>
2024-01-13 16:14:48 +08:00
Aries-ckt
9ad70a2961
refactor: RAG Refactor (#985)
Co-authored-by: Aralhi <xiaoping0501@gmail.com>
Co-authored-by: csunny <cfqsunny@163.com>
2024-01-03 09:45:26 +08:00
FangYin Cheng
cd725db1fb
refactor: The first refactored version for sdk release (#907)
Co-authored-by: chengfangyin2 <chengfangyin3@jd.com>
2023-12-08 14:45:59 +08:00