Commit Graph

85 Commits

Author SHA1 Message Date
Aries-ckt
e055429788 docs: add v0.8.0 usage documentation (#2998)
Co-authored-by: alan.cl <1165243776@qq.com>
2026-03-25 21:50:23 +08:00
alanchen
295885f021 feat: add dbgpt app start cli (#2997) 2026-03-22 22:42:12 +08:00
Fangyin Cheng
9def9feb43 chore: update pacakge version (#2992) 2026-03-18 22:08:24 +08:00
alanchen
73fe4b9a51 chore: update 0.7.5 version (#2976)
Co-authored-by: alan.cl <alan.cl@antgroup.com>
2026-02-10 16:31:14 +08:00
alanchen
55bf3bac2d fix: temp handle the agents that need optimization (#2975)
Co-authored-by: alan.cl <alan.cl@antgroup.com>
2026-02-10 13:50:50 +08:00
lusain
8c3489375a feat: Introduce Neo4j integration. (#2951)
Co-authored-by: aries_ckt <916701291@qq.com>
2026-01-12 11:02:15 +08:00
zhangyj21-lh
4b52cfa670 fix: enable Elasticsearch full text search support (#2947) 2025-12-18 17:24:20 +08:00
Aries-ckt
754575da28 fix:issue2932 (#2933) 2025-11-24 22:47:28 +08:00
lusain
f74311f754 fix: Add missing file_id parameter to BuiltinKnowledgeGraph.aload_doc… (#2926)
Co-authored-by: Claude <noreply@anthropic.com>
2025-11-04 09:42:57 +08:00
alanchen
77512cae35 chore: update 0.7.4 version (#2919)
Co-authored-by: alan.cl <alan.cl@antgroup.com>
2025-10-24 10:06:13 +08:00
王潇
14f40dda0e fix: pgvector_store read connection_string from env (#2887)
Co-authored-by: alanchen <40684202+chenliang15405@users.noreply.github.com>
2025-10-21 16:58:06 +08:00
Aries-ckt
db69d44068 fix(ChatKnowledge):Merge sheet cells problem in Excel Knowledge (#2907) 2025-10-13 10:58:34 +08:00
stevenlx96
6e304c230b fix(core): Delete corresponding Milvus data when using with TuGraph (#2858) 2025-09-08 09:55:29 +08:00
alanchen
21896becd9 fix(datasource): fix doris DB connection use mysql protocol (#2875) 2025-08-07 10:34:14 +08:00
alanchen
4e7070b6ee fix(RAG): fix url document rag mode (#2874) 2025-08-05 21:52:39 +08:00
alanchen
3a614c67bb chore: update 0.7.3 version (#2860) 2025-07-25 11:21:15 +08:00
Dmitry
845432fea0 feat(model): AI/ML API integration (#2844) 2025-07-15 13:17:14 +08:00
stevenlx96
8c14f1981a fix(core): Update Milvus truncate method for GraphRAG (#2847) 2025-07-15 13:15:50 +08:00
Aries-ckt
441cb55377 doc: fix ob rag doc (#2840) 2025-07-14 17:18:10 +08:00
Tam
0ecfeabd8e feat(datasouce): Add GaussDB data source connector (#2813)
Co-authored-by: tanwei <tanwei@fulan.com.cn>
2025-07-09 22:50:22 +08:00
HYP-hu
cecac56a26 fix: Fix milvus vector_name_exists bug (#2818) 2025-07-07 22:52:02 +08:00
jiao-duan
00af86d89e fix: Fix SummaryExtractor not found error (#2805) 2025-07-02 21:43:42 +08:00
geebytes
4cdbb22cb6 fix(core):Remove SQL comments before formatting the SQL (#2769) 2025-06-23 14:06:00 +08:00
Aries-ckt
cc81e7af09 chore: tag v0.7.2 (#2771) 2025-06-13 17:24:12 +08:00
alanchen
4afa2b84b9 chore: Update dependency reference path (#2745) 2025-06-03 11:31:19 +08:00
Aries-ckt
7e9885574a feat(ChatKnowledge):add hybrid search for knowledge space. (#2722) 2025-05-23 18:54:22 +08:00
alanchen
320228ae37 fix: fix unit test and some code typos (#2717) 2025-05-23 17:47:00 +08:00
alanchen
d83704d233 fix(VectorStore): fix task concurrency and batch processing issue (#2671)
- Refactor task execution to improve concurrency control
- Implement batch processing for vector deletion in Chroma store

# Description

1 ,When chunk a knowledge base file, if there are too many chunks ,
using asyncio.gather(*tasks) will cause the CPU to freeze
2 , When using the Chroma vector database, if the one-time deletion of
embedding documents ids exceeds 5461, it will fail

![0e64098babaa448ec139933fecf5776](https://github.com/user-attachments/assets/f9fa81c1-2914-44e6-8d31-a16d7717c6b3)


# How Has This Been Tested?

# Snapshots:

![ff0ca0d2b35be11dd19aa1983a196ba](https://github.com/user-attachments/assets/4db4202e-5c71-4c97-b075-465ea5419657)

![c8821b068b0c8b73757700d2ecaa23a](https://github.com/user-attachments/assets/b6bc28d0-9406-4b6b-92cf-6a9765288fd2)

Include snapshots for easier review.

# Checklist:

- [x] My code follows the style guidelines of this project
- [x] I have already rebased the commits and make the commit message
conform to the project standard.
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] Any dependent changes have been merged and published in downstream
modules
2025-05-12 16:25:06 +08:00
Tam
3a65e1b65f fix(VectorStore) fix MilvusStore to use serialize function for metadata json encoding (#2672)
Co-authored-by: tam <tanwe@fulan.com.cn>
2025-05-10 13:10:26 +08:00
Aries-ckt
421004a1d8 feat(RAG):add tree retriever based on document directory level (#2669) 2025-05-10 13:02:26 +08:00
tam
fc6c9071ff format code 2025-05-06 23:47:06 +08:00
tam
4eb06299e8 fix(VectorStore): fix task concurrency and batch processing
- Refactor task execution to improve concurrency control
- Implement batch processing for vector deletion in Chroma store
2025-05-06 23:23:40 +08:00
luowenwu
1b77ed6319 feat(datasource):add oracle datasource (#2629)
Co-authored-by: luobin <luobin@wondersgroup.com>
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
2025-04-27 16:21:11 +08:00
seoibiubiu
430235bd1b Fix Clickhouse SQL syntax error for RdbmsSummary (#2651) 2025-04-24 22:44:46 +08:00
Fangyin Cheng
3d7d52250f feat(model): Proxy multimodal supports (#2641) 2025-04-21 19:36:29 +08:00
dobet
129509fcd2 fix connect mssql embedding error (#2589) 2025-04-17 12:44:51 +08:00
aries_ckt
ac72bb0927 Merge remote-tracking branch 'main-com/main' into fix_issue2590 2025-04-15 10:06:36 +08:00
aries_ckt
2991c7e437 fix:memory create collection bug 2025-04-14 21:29:41 +08:00
aries_ckt
4c6386ad3f fix:add create collection method for other vector db. 2025-04-13 12:24:16 +08:00
aries_ckt
2fad7485fc chore:fmt 2025-04-12 14:34:19 +08:00
aries_ckt
5d67f166d9 fix:storage add collection 2025-04-12 14:18:12 +08:00
Fangyin Cheng
c04e3c7cb0 fix(storage): Fix load big documents error 2025-04-11 20:46:48 +08:00
ethan
12170e2504 feat(mode) : Adding the siliconflow embeding proxy (#2603)
Co-authored-by: 9527 <9527@163.com>
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
2025-04-11 16:41:51 +08:00
Fangyin Cheng
5ddd9e5bf8 fix(model): Fix apiserver error (#2605) 2025-04-10 10:23:49 +08:00
Tam
babc484261 Fix postgresql (#2601)
Co-authored-by: tam <tanwe@fulan.com.cn>
2025-04-10 09:40:45 +08:00
geebytes
90e22ac136 fix: Bugfix/elasticsearch store read config dict (#2577) 2025-04-10 07:36:43 +08:00
yihong
beafca5c6c fix: make tugraph work again (#2551)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2025-03-31 19:46:44 +08:00
geebytes
c86243aa62 feat(KnowledgeBase):Add Word97-2003 (.doc) Binary File parsing module (#2544) 2025-03-29 11:05:06 +08:00
aries_ckt
4f2903a6b7 chore:fmt 2025-03-23 19:31:49 +08:00
aries_ckt
d095091525 fix:rag workflow error fix 2025-03-23 19:17:43 +08:00