Commit Graph

4279 Commits

Author SHA1 Message Date
JzoNg
43a35f9483 merge feat/attachments
Some checks failed
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Has been cancelled
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Has been cancelled
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Has been cancelled
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Has been cancelled
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Has been cancelled
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Has been cancelled
2024-10-18 18:27:56 +08:00
JzoNg
e63b825b57 Merge branch 'main' into feat/attachments 2024-10-18 18:19:35 +08:00
Oliver Lee
424a7da470
add yuqye(https://www.yuque.com)tools (#8960)
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: 佐井 <chengwu.lcw@alibaba-inc.com>
2024-10-18 18:15:34 +08:00
Tao Wang
b92504bebc
Added Llama 3.2 Vision Models Speech2Text Models for Groq (#9479) 2024-10-18 18:10:33 +08:00
NFish
2a99fae934 Merge branch 'feat/auth-methods' into deploy/dev 2024-10-18 17:57:46 +08:00
NFish
1bbe0c5834 fix: use 'code' as the unique key for errors 2024-10-18 17:56:09 +08:00
zhuhao
e0846792d2
feat: add yi custom llm intergration (#9482) 2024-10-18 17:23:21 +08:00
JzoNg
49d1176fbb add link for legacy feature 2024-10-18 17:03:55 +08:00
NFish
cc00b8faae Merge branch 'feat/auth-methods' into deploy/dev 2024-10-18 16:50:27 +08:00
NFish
8b7f7c836b fix: page will redirect to /apps when request account page 2024-10-18 16:47:50 +08:00
-LAN-
0d6d40a454 chore(dependencies): update pydub version constraint and regenerate lock file 2024-10-18 15:52:05 +08:00
NFish
a2cf97fd2c Merge branch 'feat/auth-methods' into deploy/dev 2024-10-18 15:40:29 +08:00
NFish
e1deeac706 fix: check if setup is finished before validating access_token 2024-10-18 15:38:38 +08:00
-LAN-
e861cfbfb0 chore(dependencies): update openai version constraint
- Changed openai version specifier from caret to tilde for more controlled updates.
- Updated `poetry.lock` file with new content hash.
2024-10-18 15:32:06 +08:00
-LAN-
0ceeeba15c chore(dependencies): update openai package to version 1.52.0 2024-10-18 15:32:03 +08:00
-LAN-
c03407616a refactor(api): update file preview handling and support for audio files
- Deprecated image-preview functionality in favor of file-preview for more uniform file handling.
- Introduced support for handling audio files along with images.
- Improved methods to handle different file types and transfer methods in a modular way.
- Simplified code by removing unnecessary checks for file type and related IDs.
- Updated OpenAI package to version 1.52.0 for improved compatibility.
- Added `jiter` dependency for JSON parsing.
2024-10-18 15:31:45 +08:00
Joe
af888c1b57 Merge branch 'feat/new-login' into deploy/dev
* feat/new-login:
  feat: ignore error
  chore: lint
  feat: update resets
  feat: add new guy redirect resets
  feat: update mail template; feat: add redirect
  feat: add class variable
  fix: _fulfill_login_params_from_env error
  feat: update control
  chore: update MAX_VARIABLE_SIZE
  chore: update MAX_VARIABLE_SIZE
  chore: remove extra config and init login type
  feat: update frozen
  feat: add init login type
  feat: update fulfill_params_from_enterprise
  feat: update ALLOW_REGISTER default value
2024-10-18 15:23:35 +08:00
Joe
e78634e2b0 feat: ignore error 2024-10-18 15:20:27 +08:00
Joe
380c40cd04 chore: lint 2024-10-18 15:05:27 +08:00
Joe
d2a65d3bf8 feat: update resets 2024-10-18 15:02:30 +08:00
Joe
9f7a929e94 feat: add new guy redirect resets 2024-10-18 14:39:20 +08:00
NFish
eb83336bc9 fix: remove console.log 2024-10-18 14:32:43 +08:00
Joe
50435b84e2 feat: update mail template;
feat: add redirect
2024-10-18 14:16:14 +08:00
zhuhao
b9bf60ea23
fix: resolve the error with the db-pool-stat endpoint (#9478) 2024-10-18 12:30:25 +08:00
JzoNg
d3bc2dde40 auto add variable in workflow opening 2024-10-18 12:20:59 +08:00
JzoNg
b78ddeefa4 merge main 2024-10-18 11:55:24 +08:00
Joe
91477e1400 feat: add class variable 2024-10-18 11:42:14 +08:00
Joel
6f9212cb1a Merge branch 'feat/attachments' into deploy/dev 2024-10-18 10:55:49 +08:00
Joel
9b95eef090 fix: filter key pass the array type 2024-10-18 10:55:28 +08:00
horochx
bd27b4c162
fix fetch apps (#9453)
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-18 08:24:07 +08:00
Sergio Sacristán
28de676956
controller test (#9469) 2024-10-18 08:23:36 +08:00
zhuhao
b3cde9900c
feat: add parameter top-k for the llm model provided by openrouter and siliconflow (#9455) 2024-10-18 08:21:54 +08:00
ice yao
2155bba5b0
fix: update mismatch vector type (#9462) 2024-10-18 08:21:41 +08:00
ice yao
a53fdc7126
fix: add missing vector type to migrate command (#9470) 2024-10-18 08:20:22 +08:00
zhuhao
3fc0ebdd51
feat: add yi-lightning llm model for yi (#9458) 2024-10-18 08:19:58 +08:00
chzphoenix
211f416806
feat:add wenxin rerank (#9431)
Some checks failed
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
Mark stale issues and pull requests / stale (push) Has been cancelled
Co-authored-by: cuihz <cuihz@knowbox.cn>
Co-authored-by: crazywoola <427733928@qq.com>
2024-10-17 19:18:32 +08:00
zhuhao
b90ad587c2
refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 2024-10-17 19:12:42 +08:00
Kevin9703
e7aecb89dd
fix(workflow): Implement automatic variable addition from opening statement to start node (#9450) 2024-10-17 19:01:50 +08:00
Joe
4dd823d97a fix: _fulfill_login_params_from_env error 2024-10-17 18:41:58 +08:00
Joe
f9268651cb feat: update control 2024-10-17 18:22:54 +08:00
-LAN-
6ae0fa777f Merge branch 'feat/enhance-multi-modal-support' into deploy/dev
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-17 17:58:01 +08:00
-LAN-
3e75bda91c fix(tool_files): adjust argument order for as_attachment in parser 2024-10-17 17:57:56 +08:00
Joe
8965498f75 chore: update MAX_VARIABLE_SIZE 2024-10-17 17:56:19 +08:00
Joe
c1f059589b chore: update MAX_VARIABLE_SIZE 2024-10-17 17:54:59 +08:00
Joe
d848effedd chore: remove extra config and init login type 2024-10-17 17:51:48 +08:00
-LAN-
e1cc3028b2 Merge branch 'feat/enhance-multi-modal-support' into deploy/dev 2024-10-17 17:50:06 +08:00
-LAN-
9da077bd2f fix(tool_files): correct typo in default argument for as_attachment 2024-10-17 17:49:53 +08:00
-LAN-
534083ef02 Merge branch 'feat/enhance-multi-modal-support' into deploy/dev 2024-10-17 17:37:49 +08:00
-LAN-
9797935c73 feat(file-download): add inline or attachment option for file previews
- Introduced 'as_attachment' argument to specify download mode.
- Enables flexible file display as inline or attachment.
- Enhances user control over file preview behavior.
2024-10-17 17:37:33 +08:00
zhuhao
a45f8969a0
fix: remove the undefined variable line (#9446)
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-17 17:25:14 +08:00