Commit Graph

38 Commits

Author SHA1 Message Date
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
aries_ckt
eccbe2ba94 Merge remote-tracking branch 'main-com/main' into issue2484 2025-03-23 16:20:50 +08:00
aries_ckt
2107f472e1 fix:rag workflow update 2025-03-23 16:20:40 +08:00
magic.chen
bc6983ddb9
fix: milvus collection search param (#2481)
line 564: 
param = self.index_params_map[index_type].get("params") should remove
get("params");

# Description

查询 milvus 的时候,逻辑是:_search 方法的 param 参数为 None 时,会读取 index_params_map
对应索引的配置参数。但是不应再调用 get("params"),会导致传递给 milvus 的 search
参数是错误的格式,使得参数无效,milvus 会以它自己的默认参数查询。可以参考 milvus
官网:https://milvus.io/api-reference/pymilvus/v2.5.x/MilvusClient/Vector/search.md

# Snapshots:

<img width="999" alt="image"
src="https://github.com/user-attachments/assets/cd44304c-81f2-4073-81b9-c68d066657bb"
/>

<img width="768" alt="image"
src="https://github.com/user-attachments/assets/f2249186-b04b-454b-97f7-b67f958515a1"
/>
2025-03-21 23:05:35 +08:00
TenYearOldJAVA
3ce3be65b6
fix: doris_conn cannot get table comment to store vectordb (#2490)
Co-authored-by: Zhihe.Liu <zhihe.liu@majorbio.com>
2025-03-21 10:54:02 +08:00
Fangyin Cheng
52e41bccc9
ci(SDK): Add 0.7.0 workflow (#2493) 2025-03-20 15:27:44 +08:00
aries_ckt
2d489bfe45 fix:issue2484 2025-03-19 15:46:40 +08:00
aries_ckt
43763945a8 fix:issue2484 2025-03-18 18:58:43 +08:00
QIN CHONG
463d27b78f
Update milvus_store.py
line 564: param = self.index_params_map[index_type].get("params")
2025-03-17 20:49:02 +08:00
Fangyin Cheng
82392dc4eb fix: Fix chroma check exists bug 2025-03-17 15:57:46 +08:00
Fangyin Cheng
9f2e747698 fix: Fix retrieve error 2025-03-17 15:38:31 +08:00
Fangyin Cheng
b2dd66dc6d feat(storage): Support oss and s3 2025-03-17 15:38:31 +08:00
Aries-ckt
0d48f37ed9
deps(tongyi): fix tongyi dependencies and add tongyi proxy config (#2467)
# Description

deps(tongyi): fix tongyi dependencies and add tongyi proxy config

# How Has This Been Tested?

```bash
uv sync --all-packages --frozen --extra "base" --extra "proxy_tongyi" --extra "rag" --extra "storage_chromadb" --extra "dbgpts"
```

```bash
uv run python packages/dbgpt-app/src/dbgpt_app/dbgpt_server.py --config .\configs\dbgpt-proxy-tongyi.toml
```
2025-03-17 15:17:12 +08:00
Aries-ckt
fc3fe6b725
refactor: rag storage refactor (#2434) 2025-03-17 14:15:21 +08:00
yyhhyyyyyy
b25f6920d1 deps(tongyi): fix tongyi dependencies and add tongyi proxy config 2025-03-14 16:48:29 +08:00
Tam
6a79c8c622
fix (vector store) Database refresh error, vector collection deduplication consistency issue (#2465)
Co-authored-by: tam <tanwe@fulan.com.cn>
2025-03-14 14:43:44 +08:00
tam
c68f627fe6 fix(datasource): Correct the import path for StarRocks dialect 2025-03-13 12:03:30 +08:00
Fangyin Cheng
455cdd1612 feat(build): Support docker install 2025-03-12 10:24:22 +08:00
yyhhyyyyyy
37660eec41 workflow(pylint): fix pylint workflow 2025-03-11 17:15:40 +08:00
aries_ckt
fe4c5ede90 Merge remote-tracking branch 'main-com/main' into issue2321 2025-03-10 23:29:52 +08:00
Aries-ckt
fdadfdd393
chore: fix unit test (#2421) 2025-03-09 20:35:38 +08:00
Fangyin Cheng
4e993a2be8
feat(model): API support reasoning (#2409) 2025-03-07 15:31:12 +08:00
Fangyin Cheng
bfd7fe8888
feat(datasource): Support reasoning for ChatDashboard (#2401) 2025-03-06 15:16:08 +08:00
SonglinLyu
3bd75d8de2
refactor(GraphRAG): refine config usage and fix some bug. (#2392)
Co-authored-by: 秉翟 <lyusonglin.lsl@antgroup.com>
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
Co-authored-by: yyhhyyyyyy <95077259+yyhhyyyyyy@users.noreply.github.com>
Co-authored-by: aries_ckt <916701291@qq.com>
2025-03-06 03:09:10 +08:00
Aries-ckt
243e98123d
fix:solve default persist path (#2395) 2025-03-05 08:23:09 +08:00
Fangyin Cheng
c8e252c4de fix(model): Fix reasoning output bug 2025-03-04 17:51:13 +08:00
aries_ckt
cab859a28c Merge branch 'main' of https://github.com/eosphoros-ai/DB-GPT into more_tutorials 2025-03-02 19:23:54 +08:00
aries_ckt
f6ad6f3943 doc:more integration documents 2025-03-02 19:22:47 +08:00
yyhhyy
0c7dae71da
deps:refactor dependencies installation method (#2381) 2025-03-02 18:34:01 +08:00
yyhhyy
904e8e0393
fix(clickhouse): resolve clickhouse connection error (#2380) 2025-03-01 12:03:12 -03:00
Fangyin Cheng
82bdc6fe94
feat(model): Support reasoning model (#2375)
Co-authored-by: yyhhyyyyyy <95077259+yyhhyyyyyy@users.noreply.github.com>
2025-02-28 14:32:47 +08:00
SonglinLyu
55daa31dd9
GraphRAG: add new feature and bugfix (#2373)
Co-authored-by: 秉翟 <lyusonglin.lsl@antgroup.com>
2025-02-27 21:56:19 +08:00
Fangyin Cheng
96bcb6d138
docs: Config documents & i18n supports (#2365) 2025-02-24 16:45:26 +08:00
Aries-ckt
22598ca79f
refactor:adapt rag storage and add integration documents. (#2361) 2025-02-24 12:49:36 +08:00
云锋
94b51284e0
feat(datasource): Database connection Renewal (#2359)
Co-authored-by: aries_ckt <916701291@qq.com>
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
Co-authored-by: ‘yanzhiyonggit config --global user.email git config --global user.name ‘yanzhiyong <zhiyong.yan@clife.cn>
2025-02-22 18:44:21 +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