Commit Graph

80 Commits

Author SHA1 Message Date
csunny
e037525dc9 feat: add sglang config 2025-03-30 09:42:25 +08:00
csunny
7b43a039ac feat: add sglang support 2025-03-29 22:39:15 +08:00
magic.chen
c68332be4c
fix: some typos using typos (#2552)
# Description

Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.

This path fix some of typos using typos just an example

using tools https://github.com/crate-ci/typos

# How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration

# Snapshots:

Include snapshots for easier review.

# Checklist:

- [ ] My code follows the style guidelines of this project
- [ ] I have already rebased the commits and make the commit message
conform to the project standard.
- [ ] 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-03-29 16:39:46 +08:00
yihong0618
80eef20422 fix: some typos using typos
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2025-03-29 11:10:16 +08:00
cumbersun
b880082586
fix: issue 2549 (#2550)
Co-authored-by: cumbermiao <cumbermiao@163.com>
2025-03-29 11:05:43 +08:00
geebytes
c86243aa62
feat(KnowledgeBase):Add Word97-2003 (.doc) Binary File parsing module (#2544) 2025-03-29 11:05:06 +08:00
yihong
7c05bc1784
fix: clouse issue #2469 by fixing the type (#2533)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2025-03-28 05:46:44 +08:00
yihong
10619aaf96
fix: wrong name close #2530 (#2532)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2025-03-26 22:03:34 +08:00
Fangyin Cheng
99ce1ed992
feat(web): Support html/svg preview (#2518) 2025-03-25 11:41:18 +08:00
Tam
1ec855fd79
feat(rerank): add Text Embeddings Inference (TEI) API support for reranking (#2516)
Co-authored-by: tam <tanwe@fulan.com.cn>
2025-03-24 23:16:03 +08:00
yyhhyy
59771a09f3
chore(style): Code format (#2513) 2025-03-24 15:48:02 +08:00
北极
201e216a15
fix(log): Modify AWEL init log param (#2510)
Co-authored-by: 刘家星 <liujiaxing@fulan.com.cn>
2025-03-24 15:37:58 +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
yyhhyy
5a35023090
fix(test): fix make test failed (#2502) 2025-03-21 18:04:53 +08:00
magic.chen
996f41615a
fix(core): Fix param cache error (#2500)
# Description

Closes #2495

# How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration

# Snapshots:

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
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes to the documentation
- [x] Any dependent changes have been merged and published in downstream
modules
2025-03-21 16:07:01 +08:00
Fangyin Cheng
e4d91ff766 fix(core): Fix param cache error 2025-03-21 15:55:08 +08:00
magic.chen
ca0d1ecea3
fix: column alias bug fix (#2499) 2025-03-21 15:50:43 +08:00
明天
73052eda75
feat(agent): Supports MCP (#2497)
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
2025-03-21 12:00:21 +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
magic.chen
0e9faf475f
fix:issue2484 (#2485)
Close #2484 
# Description
fix issue 2484

# How Has This Been Tested?
create knowledge space with Chinese

# Snapshots:

Include snapshots for easier review.

# Checklist:

- [ ] My code follows the style guidelines of this project
- [ ] I have already rebased the commits and make the commit message
conform to the project standard.
- [ ] 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-03-19 02:42:35 -03:00
Fangyin Cheng
4489f74e8d feat(model): Support model icon 2025-03-19 11:51:50 +08:00
aries_ckt
43763945a8 fix:issue2484 2025-03-18 18:58:43 +08:00
Tam
88bbd695d0
fix(LLM extractor): handle empty response in LLM extractor (#2480)
Co-authored-by: tam <tanwe@fulan.com.cn>
2025-03-18 11:53:41 +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
Fangyin Cheng
8eba2a3b2e feat(web): Support math Latex 2025-03-17 15:38:31 +08:00
Fangyin Cheng
dbfa2c7c48 chore: Merge main codes 2025-03-17 15:38:30 +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
Tam
34d86d693c
fix(knowledge recall test): Add system_app parameter to knowledgeSpaceRetriever initialization (#2472)
Co-authored-by: tam <tanwe@fulan.com.cn>
2025-03-15 22:02:32 +08:00
Aries-ckt
d6eb283e41
fix(chat-excel):Explicitly create data tables from the df (#2437) (#2464)
# Description

 fix:#2437 

Optimize the prompts for reconstructing data tables to ensure that the
output field names comply with SQL standards, avoiding field names that
start with numbers.

# How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration

# Snapshots:

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
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes to the documentation
- [x] Any dependent changes have been merged and published in downstream
modules
2025-03-14 20:48:00 +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
geebytes
a1c9a16868 fix(chat-excel):Explicitly create data tables from the df (#2437) 2025-03-14 03:48:18 +00:00
Fangyin Cheng
8ccd4090b9 feat(awel): Support simple templates 2025-03-14 10:44:50 +08:00
Fangyin Cheng
676d8ec70f
fix(awel): Fix AWEL flow error (#2461) 2025-03-14 09:18:20 +08:00
北极
ccfce5d279
feat(dbgpt-serve): Agent fixes and parameter additions (#2457)
Co-authored-by: 刘家星 <liujiaxing@fulan.com.cn>
2025-03-13 14:43:34 +08:00
tam
c68f627fe6 fix(datasource): Correct the import path for StarRocks dialect 2025-03-13 12:03:30 +08:00
utopia2077
dc5b1f79aa
fix: aembed_query type error (#2441) 2025-03-12 10:54:39 +08:00
Fangyin Cheng
1a2a8a6f43 fix(build): Fix build from source error 2025-03-12 10:26:37 +08:00
Fangyin Cheng
295d673396 chore: Upgrade lyric version 2025-03-12 10:24:22 +08:00
Fangyin Cheng
455cdd1612 feat(build): Support docker install 2025-03-12 10:24:22 +08:00