Commit Graph

6995 Commits (f677f2f71b18afef91f2797f61e00a8edd1fefcf)
 

Author SHA1 Message Date
twwu f2960989c1 refactor: Refactor data source components 10 months ago
非法操作 a79f37b686
fix: tts tool must choose a voice (#21877) 10 months ago
baonudesifeizhai 1c7404099d
fix: prevent timeout in file encoding detection for large files (#21453)
Co-authored-by: crazywoola <427733928@qq.com>
10 months ago
Joel ed54bd5121
fix: not search plugin if marketplace enabled (#21880) 10 months ago
GuanMu 06c3deff11
Fix: Add title attribute to edit time text for improved accessibility (#21871) 10 months ago
jyong 816b49483a Merge remote-tracking branch 'origin/feat/rag-2' into feat/rag-2 10 months ago
jyong 798d0880d6 r2 10 months ago
twwu cf4f652105 fix: Enhance data source handling by adding error response type and updating local file and online document slices 10 months ago
cutiechi 47954aa284
feat(api): validate and reject external datasets in document update (#21783) 10 months ago
Novice f3c8625fe2
fix: The statistics page cannot display the tokens consumed by agent node (#21861) 10 months ago
jyong 76c418c0b7 r2 10 months ago
NeatGuyCoding ebc4fdc4b2
moving the `MessageStatus` class from the `models.model` module to `models.enums` module (#21867)
Signed-off-by: neatguycoding <15627489+NeatGuyCoding@users.noreply.github.com>
10 months ago
Ali Saleh 1af3d40c1a
feat: Improve Observability with Arize & Phoenix Integration (#19840)
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: Gu <guchenhe@gmail.com>
10 months ago
jyong 7c5893db91 Merge branch 'feat/r2' into deploy/rag-dev
# Conflicts:
#	web/app/components/workflow-app/components/workflow-main.tsx
#	web/app/components/workflow/constants.ts
#	web/app/components/workflow/header/run-and-history.tsx
#	web/app/components/workflow/hooks-store/store.ts
#	web/app/components/workflow/hooks/use-nodes-interactions.ts
#	web/app/components/workflow/hooks/use-workflow-interactions.ts
#	web/app/components/workflow/hooks/use-workflow.ts
#	web/app/components/workflow/nodes/_base/components/panel-operator/panel-operator-popup.tsx
#	web/app/components/workflow/nodes/_base/components/variable/var-reference-picker.tsx
#	web/app/components/workflow/nodes/code/use-config.ts
#	web/app/components/workflow/nodes/llm/default.ts
#	web/app/components/workflow/panel/index.tsx
#	web/app/components/workflow/panel/version-history-panel/index.tsx
#	web/app/components/workflow/store/workflow/index.ts
#	web/app/components/workflow/types.ts
#	web/config/index.ts
#	web/types/workflow.ts
10 months ago
jiangbo721 31eb8548ef
fix: Before publish the app, preview the voice of tts, it raise an er… (#21821)
Co-authored-by: 刘江波 <jiangbo721@163.com>
10 months ago
Minamiyama a45aa1e505
feat(variables): auto replace spaces with underscores in variable name inputs (#21843) 10 months ago
twwu 2dd1f41ad3 feat: Implement data source store with slices for local files, online documents, website crawls, and online drives 10 months ago
twwu ddde576b4a refactor: Update notification messages in CreateFromDSLModal and CreateFromScratchModal for dataset creation 10 months ago
Minamiyama cb0d4a1e15
style(config-var): update styling classes to use design system tokens (#21846) 10 months ago
crazywoola 21e68b9cf1
fix: nodeExtraData might be undefined (#21856) 10 months ago
HyaCinth a3654c8fe9
fix(web): adjust HTTP node method and input layout (#21834) (#21855) 10 months ago
Yeuoly 980b0188d2
feat(tests): add structured output parser tests for LLM responses (#21838) 10 months ago
Kalo Chin daab648c78
fix: plugin deamon start fail (#21841) 10 months ago
jiangbo721 e17b33e004
chore: add message status enum (#21825)
Co-authored-by: 刘江波 <jiangbo721@163.com>
10 months ago
Kalo Chin 4e7c9dd2ae
feat: Retain llm setting for agent node (#21842) 10 months ago
Yeuoly 5487463385
fix: add list contents handling in structured LLM output (#21837) 10 months ago
jyong 38d895ab5f r2 10 months ago
jyong a6ff9b224b r2 10 months ago
jyong 832bef053f Merge branch 'main' into feat/r2
# Conflicts:
#	docker/docker-compose.middleware.yaml
#	web/app/components/workflow-app/components/workflow-main.tsx
#	web/app/components/workflow-app/hooks/index.ts
#	web/app/components/workflow/hooks-store/store.ts
#	web/app/components/workflow/hooks/index.ts
#	web/app/components/workflow/nodes/_base/components/variable/var-reference-picker.tsx
10 months ago
jyong 81b07dc3be r2 10 months ago
zxhlyh a52bf6211a merge main 10 months ago
zxhlyh 68f41bbaa8
Fix/workflow use nodes hooks (#21822) 10 months ago
zxhlyh 3bfa9767c0
Chore/workflow last run (#21823)
Co-authored-by: Joel <iamjoel007@gmail.com>
10 months ago
-LAN- 8978b9d38b
chore(version): Bump plugin daemon version to 0.1.3 (#21835)
Signed-off-by: -LAN- <laipz8200@outlook.com>
10 months ago
Bowen Liang cc89d7b1a5
remove unused config CURRENT_VERSION (#21832)
as API module's version code refactored into pyproject.toml file in refactor: define the Dify project version in pyproject.toml #20910, the deprecated CURRENT_VERSION is no longger used and should be removed.
10 months ago
-LAN- bb955806e0
chore(version): bump to 1.5.1 (#21808)
Signed-off-by: -LAN- <laipz8200@outlook.com>
10 months ago
Joel 0c39490bb1
chore: put new run var to the top (#21816) 10 months ago
twwu d7b0ccd6f7 feat: Add name field to data source credentials update function in usePipeline service 10 months ago
twwu 68d59ee8b3 refactor: Refactor useOnlineDocument hook 10 months ago
efrey kong 826bf25abf
Fix: prevent SQL errors when metadata filter Constant value is None or blank (#21803) 10 months ago
jyong e23d7e39ec Merge branch 'feat/datasource' into feat/r2
# Conflicts:
#	api/services/rag_pipeline/rag_pipeline.py
#	web/app/components/workflow/constants.ts
#	web/app/components/workflow/header/run-and-history.tsx
#	web/app/components/workflow/hooks/use-nodes-interactions.ts
#	web/app/components/workflow/hooks/use-workflow-interactions.ts
#	web/app/components/workflow/hooks/use-workflow.ts
#	web/app/components/workflow/index.tsx
#	web/app/components/workflow/nodes/_base/components/panel-operator/panel-operator-popup.tsx
#	web/app/components/workflow/nodes/_base/panel.tsx
#	web/app/components/workflow/nodes/code/use-config.ts
#	web/app/components/workflow/nodes/llm/default.ts
#	web/app/components/workflow/panel/index.tsx
#	web/app/components/workflow/panel/version-history-panel/index.tsx
#	web/app/components/workflow/store/workflow/index.ts
#	web/app/components/workflow/types.ts
#	web/config/index.ts
#	web/types/workflow.ts
10 months ago
QuantumGhost 89250a36b7
fix(api): files not returned in the answer node (#21807) 10 months ago
twwu 0284e7556e refactor: Refactor useDatasourceIcon hook and enhance dataset node rendering with AppIcon component 10 months ago
QuantumGhost c2e599cd85
fix(api): Fix resetting sys var causing internal server error (#21604)
and sorts draft variables by their creation time, ensures a consist order.
10 months ago
jiangbo721 71d6cf1b1d
fix: Make the latency and logs of web applications consistent. (#21578)
Co-authored-by: 刘江波 <jiangbo721@163.com>
10 months ago
jyong 9f14b5db9a r2 10 months ago
jyong 39d3f58082 r2 10 months ago
ShadowJobs 86179beaa5
FIX: dollar-sign escaping in preprocessLaTeX code‐block handling (#21796)
Co-authored-by: LinYing <linying@momenta.ai>
10 months ago
Joel f53b177e1f
chore: new inspected variable add to top position instead of bottom (#21793) 10 months ago
Joel 58dfe2ca03
fix: when config plugin endpoint choose no start form app cause page crashed (#21789) 10 months ago