huhao0926
|
f364d10fb1
|
fix(examples): update client usage to prefer await aclose() in async context" (#2839)
|
2025-07-13 16:58:46 +08:00 |
|
alanchen
|
f423b1fb2c
|
chore: update create chroma store param (#2798)
|
2025-06-27 18:01:32 +08:00 |
|
Aries-ckt
|
421004a1d8
|
feat(RAG):add tree retriever based on document directory level (#2669)
|
2025-05-10 13:02:26 +08:00 |
|
Cooper
|
0b3ac35ede
|
fix(model): fix remote reranker api & fix long_term memory (#2648)
Co-authored-by: dong <dongzhancai@iie2.com>
|
2025-04-24 11:17:20 +08:00 |
|
Cooper
|
0fd578cf87
|
fix(agents): fix ReActAgent (#2588)
|
2025-04-07 13:04:55 +08:00 |
|
Fangyin Cheng
|
3bfbdc3fc7
|
feat(agent): More general ReAct Agent (#2556)
|
2025-03-31 09:38:31 +08:00 |
|
明天
|
73052eda75
|
feat(agent): Supports MCP (#2497)
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
|
2025-03-21 12:00:21 +08:00 |
|
Aries-ckt
|
fc3fe6b725
|
refactor: rag storage refactor (#2434)
|
2025-03-17 14:15:21 +08:00 |
|
Fangyin Cheng
|
455cdd1612
|
feat(build): Support docker install
|
2025-03-12 10:24:22 +08:00 |
|
Cooper
|
81f4c6a558
|
feat(agents): add ReActAgent (#2420)
Co-authored-by: dongzhancai1 <dongzhancai1@jd.com>
|
2025-03-09 20:23:31 +08:00 |
|
Fangyin Cheng
|
4e993a2be8
|
feat(model): API support reasoning (#2409)
|
2025-03-07 15:31:12 +08:00 |
|
Aries-ckt
|
22598ca79f
|
refactor:adapt rag storage and add integration documents. (#2361)
|
2025-02-24 12:49:36 +08:00 |
|
Fangyin Cheng
|
e4b329ee21
|
refactor(v0.7.0): restructure modules and config handling (#2358)
Co-authored-by: aries_ckt <916701291@qq.com>
|
2025-02-21 19:54:53 +08:00 |
|
magic.chen
|
523ad323f1
|
Fixed agent&awel examples (#2256)
|
2025-01-09 20:01:36 +08:00 |
|
Cooper
|
9b0161e521
|
Feat rdb summary wide table (#2035)
Co-authored-by: dongzhancai1 <dongzhancai1@jd.com>
Co-authored-by: dong <dongzhancai@iie2.com>
|
2024-12-18 20:34:21 +08:00 |
|
Appointat
|
a14eeb56dd
|
feat(GraphRAG): Support concurrent community summarization (#2160)
|
2024-11-29 20:51:58 +08:00 |
|
明天
|
0bc478b7b5
|
Feat/note book (#2134)
Co-authored-by: sunshinesmilelk <41573506+sunshinesmilelk@users.noreply.github.com>
Co-authored-by: csunny <cfqsunny@163.com>
|
2024-11-21 20:33:54 +08:00 |
|
Fangyin Cheng
|
a134257e5c
|
feat(runtime): Execute codes in a sandbox environment (#2119)
|
2024-11-10 22:36:53 +08:00 |
|
Aries-ckt
|
6c682befa8
|
fix: GRAPH_COMMUNITY_SUMMARY_ENABLED = False error. (#2086)
|
2024-10-22 11:16:01 +08:00 |
|
Florian
|
d9e20426fe
|
fix: fix unit test error (#2085)
Co-authored-by: aries_ckt <916701291@qq.com>
Co-authored-by: Appointat <kuda.czk@antgroup.com>
|
2024-10-22 09:35:51 +08:00 |
|
Aries-ckt
|
811ce63493
|
feat: add evaluation service module for RAG and Agent (#2070)
|
2024-10-18 17:42:11 +08:00 |
|
Fangyin Cheng
|
65c875db20
|
feat(core): Support higher-order operators (#1984)
Co-authored-by: 谨欣 <echo.cmy@antgroup.com>
|
2024-09-09 10:15:37 +08:00 |
|
M1n9X
|
759f7d99cc
|
✨ feat(GraphRAG): enhance GraphRAG by graph community summary (#1801)
Co-authored-by: Florian <fanzhidongyzby@163.com>
Co-authored-by: KingSkyLi <15566300566@163.com>
Co-authored-by: aries_ckt <916701291@qq.com>
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
Co-authored-by: yvonneyx <zhuyuxin0627@gmail.com>
|
2024-08-30 21:59:44 +08:00 |
|
明天
|
d7a893e1a7
|
feat: new dbgpts modules (#1910)
Co-authored-by: 途杨 <tuyang.yhj@antgroup.com>
Co-authored-by: lhwan <1017484907@qq.com>
|
2024-08-28 21:31:42 +08:00 |
|
Fangyin Cheng
|
9502251c08
|
feat(core): AWEL flow 2.0 backend code (#1879)
Co-authored-by: yhjun1026 <460342015@qq.com>
|
2024-08-23 14:57:54 +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 |
|
Fangyin Cheng
|
f889fa3775
|
feat(core): Multiple ways to run dbgpts (#1734)
|
2024-07-18 17:50:40 +08:00 |
|
Fangyin Cheng
|
45a960f331
|
docs(agent): Add agents development guide (#1673)
|
2024-06-28 09:56:29 +08:00 |
|
Fangyin Cheng
|
47d205f676
|
feat(model): Support database model registry (#1656)
|
2024-06-24 19:07:10 +08:00 |
|
Fangyin Cheng
|
ace169ac46
|
fix(core): Fix AWEL branch bug (#1640)
|
2024-06-18 11:11:43 +08:00 |
|
明天
|
0541d1494c
|
feat(datasource):add oceanbase support (#1622)
Co-authored-by: csunny <cfqsunny@163.com>
Co-authored-by: aries_ckt <916701291@qq.com>
|
2024-06-13 15:13:50 +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 |
|
Fangyin Cheng
|
162e2c9b1c
|
chore(model): Update the default model to glm-4-9b-chat (#1629)
|
2024-06-13 09:43:34 +08:00 |
|
Cooper
|
04703f2b3a
|
fix(storage): Fix storage connector error (#1547)
Co-authored-by: dong <dongzhancai@iie2.com>
Co-authored-by: Zhancai Dong <dongzhancai1@jd.com>
Co-authored-by: aries_ckt <916701291@qq.com>
|
2024-05-30 22:02:18 +08:00 |
|
Aries-ckt
|
47b0630e88
|
feat(RAG): add BM25 Retriever. (#1578)
|
2024-05-30 10:13:24 +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 |
|
Fangyin Cheng
|
559affe87d
|
refactor(agent): Refactor resource of agents (#1518)
|
2024-05-15 09:57:19 +08:00 |
|
Fangyin Cheng
|
863b5404dd
|
refactor(agent): Agent modular refactoring (#1487)
|
2024-05-07 09:45:26 +08:00 |
|
Aries-ckt
|
71529975d8
|
feat(RAG):add MRR and HitRate retriever metrics. (#1456)
|
2024-04-25 09:12:45 +08:00 |
|
Aries-ckt
|
91c1371234
|
feat(RAG):add cross-encoder rerank (#1442)
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
|
2024-04-24 14:12:44 +08:00 |
|
Fangyin Cheng
|
c3ae1915d2
|
refactor: Modify default webserver port to 5670 (#1410)
|
2024-04-12 11:47:24 +08:00 |
|
Fangyin Cheng
|
aea575e0b4
|
feat(agent): Add trace for agent (#1407)
|
2024-04-11 19:07:06 +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 |
|
Aries-ckt
|
dffd235bfb
|
feat: Client support chatdata (#1343)
|
2024-03-28 09:04:28 +08:00 |
|
Fangyin Cheng
|
f144fc3d36
|
docs: Add AWEL chat data cookbook (#1345)
|
2024-03-27 22:47:28 +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 |
|
Fangyin Cheng
|
b4b810d68f
|
feat(core): Add common schemas
|
2024-03-21 11:23:24 +08:00 |
|
Fangyin Cheng
|
ab3e8e54a1
|
feat(client): Modify api address
|
2024-03-21 09:58:32 +08:00 |
|