Commit Graph

523 Commits (2a3c98b88ac49c74410069445aed6815f1c033c5)

Author SHA1 Message Date
NFish 2a3c98b88a Merge branch 'e-260' into refactor/merge-v1 1 year ago
Garfield Dai 849994d35e 0.15.7
-----BEGIN PGP SIGNATURE-----
 
 iQGzBAABCAAdFiEEFK5K98uJ0hmL9JLza6DRCN7QEf8FAmgPMZ8ACgkQa6DRCN7Q
 Ef+gkgv/Ved5ez/UgKHiGyxMM9MWiO9JDWKBrZP+NbhqSIz2B7efCg7PcEWveqCR
 ma5pD2T83z9lYsI4VYB/08HRdF4w5FbFbZXg5zy7R9OMc/5oEZ1tyxiOp/RLzOqi
 kCDhHX5CVadUjC98oy9q41S+AmlpV5hjjl5ZQHH9XIx/Uy/0LZMdhB4EOhDwNqj2
 MU0xekTEaouJFeIe1ewyVBZd2GC18EDjqv9ABiBeaJwx97SQ93pCNhjxnn2wm5cT
 Q96qkkNb/E3JoaOPhws5/pGLM+5SK0dYFTZkwWER1GUfrh+5wzLWbzAKwoewDRaV
 g62waOORvaYphXKh7KxmrC3Gb9eGMrK9haRwJfyfxzHCwqtI4+SFnv+izapU7hlm
 c24s73p2v9sFzjHBWEPqHvuJ7F5Q8odR40ECGhBmzgJVnXdDDu+h69MYWDq2LPAl
 3295Wa4zjF9krC9R9BU+ra7DLw90TA53Cf3yXdMyuoOpU41uqtj/7iF8p2axnIxL
 srqhqJWw
 =3gSn
 -----END PGP SIGNATURE-----

Merge tag '0.15.7' into e-260

0.15.7
1 year ago
-LAN- 559ab46ee1
fix: Removes redundant token calculations and updates dependencies
Eliminates unnecessary pre-calculation of token limits and recalculation of max tokens
across multiple app runners, simplifying the logic for prompt handling.

Updates tiktoken library from version 0.8.0 to 0.9.0 for improved tokenization performance.

Increases default token limit in TokenBufferMemory to accommodate larger prompt messages.

These changes streamline the token management process and leverage the latest
improvements in the tiktoken library.

Fixes potential token overflow issues and prepares the system for handling larger
inputs more efficiently.

Relates to internal optimization tasks.

Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
小马哥 e5bdc1438a
fix: annotation update need use http put method and annotation-reply api doc parms wrong (#18891) 1 year ago
Yeuoly abafa68647
refactor: rename plugin manager to plugin client and rename path from manager to impl (#18876) 1 year ago
devxing 136995d2a1
fix: change delete app status code from 204 to 200 (#18398)
Co-authored-by: devxing <devxing@gmail.com>
Co-authored-by: crazywoola <427733928@qq.com>
1 year ago
1betatsu 9a3ecc1ac8
fix: Allow advanced chat app to get workflow run detail (#18753) (#18758) 1 year ago
gsmini ec82534a1e
optimize account status field hard coded (#18771)
Co-authored-by: crazywoola <427733928@qq.com>
1 year ago
Alex Chim 12836f9db9
Resolves #18536 Retreive conversation variables (#18581) 1 year ago
Xin Zhang f45321dd27
fix: handle WorkspacesLimitExceededError in forgot_password.py (#18716) 1 year ago
王晓阳 0babdffe3e
feat: support vastbase vector database (#16308) 1 year ago
Xin Zhang b82cc1c2e8
feat: priced limit (#17683) 1 year ago
GareArc 3761944a3f fix: remove debug logs 1 year ago
Will 205535c8e9
chore: fix reimported (#18610) 1 year ago
Yeuoly ba9357da96
fix: handle PluginPermissionDeniedError in EndpointCreateApi (#18597) 1 year ago
GareArc fcc274d679 fix: add filter in installedapp list api 1 year ago
Dongyu Li 413271eaa6
feat[plugin]:The plugin upload file change to be stored as a toolfile… (#18277) 1 year ago
lauding eb1ce3dd6b
feat: support huawei cloud vector database (#16141) 1 year ago
GareArc bfa5828259 fix: temp fix for unauthorized user in explore page 1 year ago
GareArc 455d14296f fix: get app id from upstream decorator 1 year ago
GareArc d1a25e54e5 fix: add logging 1 year ago
GareArc 9462ed7bbf fix: add auth constraint to explore apps 1 year ago
GareArc c6e63ac816 Revert "fix: update webapp auth api path"
This reverts commit a27db51b83.
1 year ago
GareArc a27db51b83 fix: update webapp auth api path 1 year ago
GareArc e52a9fbfb7 fix: remove curr user in webapp permission api 1 year ago
GareArc 2af1dd6de3 feat: add webapp auth apis 1 year ago
Xiyuan Chen 4247a6b807
fix: reset_password security issue (#18363) 1 year ago
Xiyuan Chen 99a9def623
fix: reset_password security issue (#18366) 1 year ago
GareArc 7770a45253 fix: add password security update 1 year ago
Novice da9269ca97
feat: structured output (#17877) 1 year ago
Jyong e90c532c3a
fix retrival resource miss in chatflow (#18307) 1 year ago
Yeuoly 8f547e6340
fix(typing): validate OAuth code before processing access token (#18288) 1 year ago
Yeuoly 358fd28c28
feat: fetch app info in plugins (#18202) 1 year ago
jiangbo721 18f98f4fe1
fix: ruff check isoparse (#18033)
Co-authored-by: 刘江波 <jiangbo721@163.com>
1 year ago
诗浓 4166f73d9d
fix: page/limit param not effective (#18196) 1 year ago
kenwoodjw b247ef85bf
fix dataset api retrieval model null handling (#18151)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
1 year ago
Yeuoly 2134a76517
feat: add minimum dify version requirement to plugins (#18022) 1 year ago
Jasonfish 1f722cde22
fix(api): Some params were ignored when creating empty Datasets through API (#17932) 1 year ago
GareArc fa76590c24 chore: add log 1 year ago
GareArc 5f87bdbe3a fix: add batch get access mode api 1 year ago
Yongtao Huang 5d72003ebb
Remove dead code (#17899) 1 year ago
Good Wood cc08451eb8
fix: fix file number limit error (#17848) 1 year ago
GareArc a1dc3cfdec fix: update code for access denied error 1 year ago
GareArc 7a4ec9cf23 fix: change error code for webapp auth 1 year ago
GareArc 4105c8ff70 fix: bad api call 1 year ago
crazywoola 63ba607738
fix: 17712-get-messages-api-encountered-internal-server-error (#17716) 1 year ago
GareArc e9a207b38e fix: adjust enterprise api 1 year ago
Yeuoly 33324ee23d
refactor: add API endpoint to list latest plugin versions and query it in a asynchronous way (#17695) 1 year ago
crazywoola eb8584613b
fix: Account.query => db.session.query(Account) (#17667) 1 year ago
GareArc 5e50570739 fix: update webapp jwt claim and add user accessibility support 1 year ago