Commit Graph

3788 Commits

Author SHA1 Message Date
-LAN-
0cc3839679 chore(migrations): set default values for graph and features in workflows 2024-11-01 15:31:08 +08:00
-LAN-
3002c9d8d7 chore(migrations): update custom_disclaimer to default to empty string for null values 2024-11-01 15:24:06 +08:00
-LAN-
1d1e51a057 fix(file_service): normalize file extension to lowercase 2024-11-01 15:13:28 +08:00
-LAN-
3823d959fd chore(migrations): update workflows graph and features, enforce non-null constraints 2024-11-01 14:31:33 +08:00
-LAN-
3ee9f4525d chore(migrations): Change custom_disclaimer from VARCHAR to TEXT 2024-11-01 14:31:14 +08:00
-LAN-
537b46fa24 chore(migrations): Update upload_files.source_url 2024-11-01 14:30:12 +08:00
-LAN-
68a44f8260 chore(migrations): rename index of conversation variables 2024-11-01 14:29:18 +08:00
-LAN-
ba87f3766b fix(migrations): Fix old migrations. 2024-11-01 14:28:54 +08:00
-LAN-
bd066ac705 feat(models): change _inputs column type to JSON for better data structure 2024-11-01 12:48:47 +08:00
-LAN-
05d40d1646 feat(upload_files): add source_url attribute to track file origins
- Add `source_url` field to `UploadFile` model to store source URLs.
- Update database schema to include `source_url` column with a server default of an empty string.
- Modify constructors and methods to handle `source_url` parameter.
- Enhance file upload APIs to capture source URLs.
2024-11-01 12:39:33 +08:00
-LAN-
2debc3b33a feat(api): Update RemoteFileUploadApi to use file_fields_with_signed_url and return detailed file info 2024-10-28 17:46:16 +08:00
-LAN-
d5ac2e76fd feat(api): Add helper functions for file info extraction and validation in RemoteFileUploadApi 2024-10-28 17:32:10 +08:00
-LAN-
f224dd5602 feat(api): Add file_fields to RemoteFileUploadApi for consistent response formatting 2024-10-27 00:19:40 +08:00
-LAN-
b7f29e8db6 fix(api): Update source validation to default to None instead of raising an error 2024-10-27 00:19:31 +08:00
-LAN-
05c122d085 feat(api): Implement RemoteFileUploadApi and add resource routes for file handling 2024-10-27 00:06:53 +08:00
-LAN-
1f211aa2e9 refactor(api): Rename file directory and update resource paths in console API 2024-10-26 23:39:28 +08:00
-LAN-
4b6a4fadb5 feat(api): Add RemoteFileUploadApi for uploading remote files 2024-10-26 23:30:08 +08:00
-LAN-
51a54c912e fix(api): Validate text and name parameters in document upload methods 2024-10-26 23:19:48 +08:00
-LAN-
f1fef5a826 feat(api): Add custom error classes for file handling and update file upload logic 2024-10-26 23:10:32 +08:00
-LAN-
2422735689 refactor(api): Move setup_required import to wraps module across multiple files 2024-10-26 23:09:17 +08:00
Zixuan Cheng
216442ddc1
feat(workflow): Support JSON type in document extractor node (#9899)
Some checks are pending
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
Co-authored-by: -LAN- <laipz8200@outlook.com>
2024-10-26 20:29:48 +08:00
-LAN-
dd3ac7a2c9
fix(api): add signature generation for image previews (#9893) 2024-10-26 15:35:57 +08:00
Joshua
11447324ff
Update README.md (#9891) 2024-10-26 14:56:27 +08:00
Joshua
f8210b353e
Update README.md (#9890) 2024-10-26 14:47:08 +08:00
Joshua
2b66c1358b
Update README.md (#9889) 2024-10-26 14:32:50 +08:00
Joshua
102d86d4b6
Update README.md (#9886) 2024-10-26 14:04:15 +08:00
kurokobo
227f49a0cc
docs: improve api documentation for advanced chat and workflow (#9882) 2024-10-26 10:43:47 +08:00
G81192
a17f169e01
fix users had already joined a workspace, but the system still first … (#9834)
Some checks are pending
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
Co-authored-by: yong.zhang <yong.zhang@yesno.com.cn>
2024-10-25 23:04:00 +08:00
-LAN-
72ea3d6b98
fix(workflow): Take back LLM streaming output after IF-ELSE (#9875) 2024-10-25 22:33:34 +08:00
virgosoy
17cacf258e
fix: wrong element object (#9868) 2024-10-25 22:32:41 +08:00
crazywoola
f7aacefcd6
feat: support button in markdown (#9876) 2024-10-25 21:51:59 +08:00
非法操作
ace7ffab5f
feat: support comfyui workflow tool image generate image (#9871) 2024-10-25 18:48:07 +08:00
zhuhao
eec63b112f
chore: add default value for redis configuration (#9864)
Some checks are pending
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
2024-10-25 17:16:07 +08:00
Jyong
caf7bc8569
upgrade nltk, unstructured and starlette (#9860) 2024-10-25 17:15:44 +08:00
非法操作
fd437ff4c5
fix: segement settings of documents raise error (#8971) 2024-10-25 16:58:50 +08:00
非法操作
fb218f8b10
feat: allow answer node use chat_var and env_var (#9226) 2024-10-25 15:37:29 +08:00
yuanboao
4693080ce0
Marking the last piece of data on each page is a duplicate issue, which can be solved by adding the id field to the order by rig and using a unique field (#9799)
Signed-off-by: root <root@localhost.localdomain>
Co-authored-by: root <root@localhost.localdomain>
2024-10-25 15:34:58 +08:00
github-actions[bot]
60ddcdf960
chore: translate i18n files (#9853)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2024-10-25 15:19:05 +08:00
KVOJJJin
303bafb3ac
chore: update api docs (#9832) 2024-10-25 15:03:24 +08:00
KVOJJJin
7a0d0d9b96
Fix: add check for maximum chunk length (#9837) 2024-10-25 15:02:36 +08:00
非法操作
84a9d2d072
chore: code generator button should only display in code node (#9842) 2024-10-25 15:00:12 +08:00
非法操作
1b5adf40da
fix: moonshot response_format raise error (#9847) 2024-10-25 14:59:55 +08:00
Hash Brown
59a32aaae6
fix: exclude failed answer when sending messages (#9835) 2024-10-25 14:06:33 +08:00
Jyong
18106a4fc6
add tidb on qdrant type (#9831)
Co-authored-by: Zhaofeng Miao <522856232@qq.com>
2024-10-25 13:57:03 +08:00
ice yao
fc2297a2ca
chore: add local storage test (#9827) 2024-10-25 11:11:26 +08:00
crazywoola
5b7b765090
fix: yuque book id should be string (#9819) 2024-10-25 11:11:18 +08:00
郭伟伟
90769ac709
feat: create_empty_dataset api add the description parameter and update api docs (#9824) 2024-10-25 10:50:15 +08:00
非法操作
ac9f1e9de5
fix: duckduckgo image search not work (#9821)
Some checks are pending
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
2024-10-25 10:11:33 +08:00
zhuhao
5bf31e7a86
refactor: update load_stream method to directly yield file chunks (#9806) 2024-10-25 10:11:25 +08:00
-LAN-
dd17506078
feat(api): add generic file size limit parameter (#9812) 2024-10-25 09:02:06 +08:00