d4844a902e
fix: Fix the case where documents were created when summary_index_setting was disabled. Fix the problem that summaries of chunks without text content is always in English.
2026-01-30 22:11:14 +08:00
069b568901
Merge remote-tracking branch 'origin/feat/knowledgebase-summaryIndex' into feat/knowledgebase-summaryIndex
2026-01-29 11:43:52 +08:00
91c29f6bdc
fix: resolve comments of gemini-code-assist and update migration script.
2026-01-29 11:43:32 +08:00
1ecc31137c
[autofix.ci] apply automated fixes
2026-01-29 03:22:00 +00:00
1c645ebfaf
Apply suggestion from @gemini-code-assist[bot]
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-01-29 11:18:02 +08:00
dd8f0d3615
fix: resolve basedpyright-check.
2026-01-28 22:44:08 +08:00
3161328b48
fix: fix get chatbot bug.
2026-01-28 22:15:32 +08:00
07415e8ef9
[autofix.ci] apply automated fixes
2026-01-28 09:56:38 +00:00
ce304f2da7
Merge branch 'deploy/dev' into feat/knowledgebase-summaryIndex
2026-01-28 17:52:26 +08:00
445cb6da9a
feat: Optimize codes.
2026-01-28 17:27:49 +08:00
c3b935d103
feat: Optimize codes.
2026-01-28 17:26:17 +08:00
2bcc1c540d
Merge remote-tracking branch 'origin/feat/knowledgebase-summaryIndex' into feat/knowledgebase-summaryIndex
2026-01-28 17:09:55 +08:00
a300bc5616
feat: Optimize codes.
2026-01-28 17:09:31 +08:00
cf76898d1e
[autofix.ci] apply automated fixes
2026-01-28 08:08:57 +00:00
82fa219cf1
feat: Optimize codes.
2026-01-28 15:59:54 +08:00
d39591018c
fix: resolve mypy type check.
2026-01-28 14:03:28 +08:00
5f611ad2ba
fix: resolve basedpyright-check.
2026-01-28 13:26:40 +08:00
a2a04ba3fc
Merge branch 'main' into feat/knowledgebase-summaryIndex
2026-01-28 11:22:25 +08:00
ea44d2ea47
Merge branch 'feat/summary-index' into deploy/dev
2026-01-28 09:50:05 +08:00
8ec4233611
fix: doc not gen bug ( #31547 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Stephen Zhou <38493346+hyoban@users.noreply.github.com >
2026-01-27 20:19:39 +09:00
f2e7154c6f
Merge remote-tracking branch 'origin/main' into feat/knowledgebase-summaryIndex
2026-01-27 16:48:39 +08:00
e482588ef8
fix: ConsoleDatasetListQuery request.args.to_dict() ( #31598 )
2026-01-27 17:12:52 +09:00
f6be9cd90d
refactor: replace request.args.get with Pydantic BaseModel validation ( #31104 )
...
Co-authored-by: GlobalStar117 <GlobalStar117@users.noreply.github.com >
Co-authored-by: Asuka Minato <i@asukaminato.eu.org >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-01-27 10:48:42 +08:00
81e269e591
fix: fix summary index bug.
2026-01-23 23:03:29 +08:00
55245b5841
fix: fix summary index bug.
2026-01-23 15:55:40 +08:00
5d732edbb0
Merge remote main and resolve conflicts for summaryindex feature
...
- Resolved conflicts in 9 task files by adopting session_factory pattern from main
- Preserved all summaryindex functionality including enable/disable logic
- Updated all task files to use session_factory.create_session() instead of db.session
- Merged new features from main (FileService, DocumentBatchDownloadZipPayload, etc.)
2026-01-21 16:03:54 +08:00
008a5f361d
fix: fix summary index bug.
2026-01-20 11:53:16 +08:00
62ac02a568
feat: Download the uploaded files ( #31068 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Cursor Agent <cursoragent@cursor.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-19 16:48:13 +08:00
5bf4114d6f
fix: increase name length limit in ExternalDatasetCreatePayload ( #31000 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Asuka Minato <i@asukaminato.eu.org >
2026-01-14 22:13:53 +09:00
7eb65b07c8
feat: Make summary index support vision, and make the code more standardized.
2026-01-14 17:52:27 +08:00
af86f8de6f
Merge branch 'feat/knowledgebase-summaryIndex' into feat/summary-index
2026-01-14 11:25:15 +08:00
87f348a0de
feat: change param to pydantic model ( #30870 )
2026-01-14 09:46:41 +08:00
ec78676949
Merge branch 'deploy/dev' into feat/summary-index
2026-01-13 21:30:50 +08:00
25bfc1cc3b
feat: implement Summary Index feature.
2026-01-12 16:52:21 +08:00
55de731f9c
refactor(api): clarify published RAG pipeline invoke naming ( #30644 )
2026-01-06 23:48:06 +09:00
7e3bfb9250
refactor: split changes for api/controllers/console/datasets/hit_test… ( #30581 )
2026-01-06 10:08:09 +08:00
615c313f80
fix(api): refactors the SQL LIKE pattern escaping logic to use a centralized utility function, ensuring consistent and secure handling of special characters across all database queries. ( #30450 )
...
Signed-off-by: NeatGuyCoding <15627489+NeatGuyCoding@users.noreply.github.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-06 09:56:30 +08:00
bc317a0009
feat: return data_source_info and data_source_detail_dict ( #29912 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-05 11:04:03 +08:00
925168383b
fix: keyword search now matches both content and keywords fields ( #29619 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-12-31 10:28:14 +08:00
a5309bee25
fix: handle missing credential_id ( #30051 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-12-24 11:21:51 +08:00
b0bef1a120
fix(api): resolve errors when setting visibility to partial members ( #29830 )
2025-12-18 16:56:24 +08:00
a93eecaeee
feat: Add "type" field to PipelineRecommendedPlugin model; Add query param "type" to recommended-plugins api. ( #29736 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Jyong <76649700+JohnJyong@users.noreply.github.com >
2025-12-17 11:26:08 +08:00
86131d4bd8
feat: add datasource_parameters handling for API requests ( #29757 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-12-17 10:37:55 +08:00
ae4a9040df
Feat/update notion preview ( #29345 )
...
Co-authored-by: twwu <twwu@dify.ai >
2025-12-16 16:43:45 +08:00
3781c2a025
[autofix.ci] apply automated fixes
2025-12-16 08:37:32 +00:00
3782f17dc7
Optimize code.
2025-12-16 16:35:15 +08:00
407e1c8276
[autofix.ci] apply automated fixes
2025-12-16 08:14:05 +00:00
e368825c21
Merge remote-tracking branch 'upstream/main'
2025-12-16 15:50:49 +08:00
4cc6652424
feat: VECTOR_STORE supports seekdb ( #29658 )
2025-12-16 12:35:04 +09:00
2f54965a72
Add "type" field to PipelineRecommendedPlugin model; Add query param "type" to recommended-plugins api.
2025-12-16 10:43:45 +08:00