|
|
e290ddc3e5
|
Merge branch 'feat/rag-pipeline' of https://github.com/langgenius/dify into feat/rag-pipeline
|
2025-06-04 14:50:16 +08:00 |
|
|
|
db154e33b7
|
Merge branch 'main' into feat/rag-pipeline
|
2025-06-04 14:48:10 +08:00 |
|
|
|
006496f24e
|
raise error when process_rule is required but missing (#20599)
|
2025-06-04 14:19:35 +08:00 |
|
|
|
01d500db14
|
fix: autocorrect everything in web (#20605)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
|
2025-06-04 14:12:24 +08:00 |
|
|
|
4ac3600f81
|
fix: update app tag error (#20618)
|
2025-06-04 13:55:00 +08:00 |
|
|
|
6aba223383
|
fix: adjust sticky header properties in Container component (#20624)
|
2025-06-04 13:54:30 +08:00 |
|
|
|
f1c19cda74
|
fix: unable to upload custom file in case of incorrect inffered by multiple extensions mapped from mime type with filename extension hints (#20559)
|
2025-06-04 13:20:57 +08:00 |
|
|
|
225402280e
|
datasource auth
|
2025-06-04 11:39:31 +08:00 |
|
|
|
275e86a26c
|
refactor: Removes tenant ID check from rate limit logic (#20585)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-06-03 18:56:38 +08:00 |
|
|
|
077d627953
|
fix: ensure newlines around think tags for proper markdown rendering (#20594)
|
2025-06-03 18:56:09 +08:00 |
|
|
|
0a9f50e85f
|
Merge branch 'main' into feat/rag-pipeline
|
2025-06-03 18:44:53 +08:00 |
|
|
|
ed1d71f4d0
|
Merge branch 'feat/rag-pipeline' of https://github.com/langgenius/dify into feat/rag-pipeline
|
2025-06-03 18:33:07 +08:00 |
|
|
|
7039ec33b9
|
refactor: update retrieval search method from invertedIndex to keywordSearch
|
2025-06-03 18:33:01 +08:00 |
|
|
|
025dc7c781
|
feat: can show rag vars
|
2025-06-03 18:32:52 +08:00 |
|
|
|
ca0b268ae5
|
fix: variable aggregator with group and file raise exception (#20581)
|
2025-06-03 18:17:34 +08:00 |
|
|
|
25be7c1ad5
|
Revert "♻️ refactor(middleware): remove duplicate CSP header assignment" (#20592)
|
2025-06-03 17:43:48 +08:00 |
|
|
|
bad451d5ec
|
Merge branch 'feat/rag-pipeline' of https://github.com/langgenius/dify into feat/rag-pipeline
|
2025-06-03 17:42:53 +08:00 |
|
|
|
87c15062e6
|
feat: enhance document processing with embedding and rule detail components
|
2025-06-03 17:42:40 +08:00 |
|
|
|
888cd86afd
|
chore: prepare the plugin daemon base url to yarl URL ahead intstead of in every invocation (#20541)
|
2025-06-03 17:01:35 +08:00 |
|
|
|
157d916154
|
♻️ refactor(middleware): remove duplicate CSP header assignment (#20548)
|
2025-06-03 16:46:57 +08:00 |
|
|
|
e40e9db39a
|
fixes #19634 (#20545)
|
2025-06-03 16:38:48 +08:00 |
|
|
|
36f1b4b222
|
fix: Ensure model config integrity in retrieval processes (#20576)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-06-03 16:36:18 +08:00 |
|
|
|
257bf13fef
|
refactor: Removes unused LLMMode value_of method (#20575)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-06-03 16:36:10 +08:00 |
|
|
|
957f5b212e
|
fix: Upgrade Flask-Cors (#20577)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-06-03 16:35:34 +08:00 |
|
|
|
72fdafc180
|
refactor: Replaces direct DB session usage with context managers (#20569)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-06-03 16:16:06 +08:00 |
|
|
|
163bae3aaf
|
input rag variable
|
2025-06-03 16:07:58 +08:00 |
|
|
|
db83bfc53a
|
chore: update pnpm version to 10.11.1 (#20573)
|
2025-06-03 15:21:53 +08:00 |
|
|
|
744159a079
|
fix: agent thought replaced by response text (#20571)
|
2025-06-03 14:54:42 +08:00 |
|
|
|
b9c6496fea
|
datasource default value & publish sync draft
|
2025-06-03 14:42:17 +08:00 |
|
|
|
d6b30efe2c
|
Fix/dark theme style issues (#20566)
|
2025-06-03 13:53:24 +08:00 |
|
|
|
3f7aa38d77
|
fix: #20560 When elasticsearch is used as the vector database, the Retrieval Test fails to filter the data after setting the Score Threshold, and the score of the recalled results is empty (#20561)
|
2025-06-03 13:24:26 +08:00 |
|
|
|
a145c2a8fe
|
fix: ensure proper conversation role alternation for vLLM (#18837)
|
2025-06-03 12:47:39 +08:00 |
|
|
|
5fb771218c
|
fix: update types and improve data handling in pipeline components
|
2025-06-03 10:14:48 +08:00 |
|
|
|
c29cb503be
|
Fix #20536: Force header in custom tool be string (#20537)
Co-authored-by: Peter Xin <iami@Artemis.local>
|
2025-06-02 18:09:01 +08:00 |
|
|
|
8025ad0661
|
Fixes #20534: Allow $ref in parameter for custom tools (#20535)
Co-authored-by: Peter Xin <iami@Artemis.local>
|
2025-06-02 18:08:53 +08:00 |
|
|
|
b4b59148dc
|
check zilliz cloud of full-text search (#20519)
|
2025-06-02 18:04:13 +08:00 |
|
|
|
23c9f1b444
|
fix ts5097 (#20543)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
|
2025-06-02 18:02:50 +08:00 |
|
|
|
b33f8b47ca
|
nacos config init , and force add ts parms. (#20526)
Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
|
2025-06-01 10:17:40 +08:00 |
|
|
|
c26e1929d6
|
fix(housekeeping): exclude files that are used as app icons or avatar images from being removed (#20532)
|
2025-05-31 23:27:47 +08:00 |
|
|
|
e01d975b80
|
fix: the plugin order is not the same as passed to api in DSL (#20515)
|
2025-05-30 18:13:00 +08:00 |
|
|
|
92528360f9
|
fix: fetch tenant_id in other trace providers besides langfuse (#20495)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-05-30 17:15:49 +08:00 |
|
|
|
898495b5c4
|
Merge branch 'feat/rag-pipeline' of https://github.com/langgenius/dify into feat/rag-pipeline
|
2025-05-30 15:54:46 +08:00 |
|
|
|
08624878cf
|
fix: update ChunkStructureEnum values for consistency with model naming
|
2025-05-30 15:53:32 +08:00 |
|
|
|
6fe473f0fa
|
knowledge base node
|
2025-05-30 15:45:58 +08:00 |
|
|
|
1d9c90089c
|
Amend color typo (#20497)
Co-authored-by: Davide Delbianco <davide.delbianco@zucchetti.it>
|
2025-05-30 15:27:30 +08:00 |
|
|
|
e1d658b482
|
Update build-push.yml
|
2025-05-30 15:26:51 +08:00 |
|
|
|
1274aaed5d
|
fix: add dataset mutation context to Popup component
|
2025-05-30 15:17:19 +08:00 |
|
|
|
9be036e0ca
|
Merge branch 'main' into feat/rag-pipeline
|
2025-05-30 15:10:16 +08:00 |
|
|
|
e303417e04
|
fix: agent app tool update (#20490)
|
2025-05-30 14:56:32 +08:00 |
|
|
|
c8d9f8e2e4
|
fix: resolve unstable scrolling in workflow debug panel with multiple input fields #19697 (#19698)
|
2025-05-30 14:54:30 +08:00 |
|