Commit Graph
440 Commits
Author SHA1 Message Date
Garfield Dai 849994d35e Merge tag '0.15.7' into e-260
0.15.7
2025-04-28 17:17:26 +08:00
-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- <[email protected]>
2025-04-28 15:39:12 +08:00
Xin ZhangandGitHub f45321dd27 fix: handle WorkspacesLimitExceededError in forgot_password.py (#18716) 2025-04-24 18:41:10 +08:00
Xin ZhangandGitHub b82cc1c2e8 feat: priced limit (#17683) 2025-04-24 14:58:34 +08:00
GareArc 3761944a3f fix: remove debug logs 2025-04-23 23:09:45 -04:00
GareArc fcc274d679 fix: add filter in installedapp list api 2025-04-22 02:54:30 -04:00
GareArc bfa5828259 fix: temp fix for unauthorized user in explore page 2025-04-21 19:40:51 -04:00
GareArc 455d14296f fix: get app id from upstream decorator 2025-04-21 19:03:10 -04:00
GareArc d1a25e54e5 fix: add logging 2025-04-21 18:48:24 -04:00
GareArc 9462ed7bbf fix: add auth constraint to explore apps 2025-04-21 18:47:24 -04:00
GareArc c6e63ac816 Revert "fix: update webapp auth api path"
This reverts commit a27db51b83.
2025-04-21 02:07:43 -04:00
GareArc a27db51b83 fix: update webapp auth api path 2025-04-21 02:06:07 -04:00
GareArc e52a9fbfb7 fix: remove curr user in webapp permission api 2025-04-20 23:33:51 -04:00
GareArc 2af1dd6de3 feat: add webapp auth apis 2025-04-20 23:30:59 -04:00
Xiyuan ChenandGitHub 99a9def623 fix: reset_password security issue (#18366) 2025-04-18 05:04:44 -04:00
GareArc 7770a45253 fix: add password security update 2025-04-18 05:02:26 -04:00
GareArc fa76590c24 chore: add log 2025-04-11 16:59:52 -04:00
GareArc 5f87bdbe3a fix: add batch get access mode api 2025-04-11 15:24:32 -04:00
GareArc a1dc3cfdec fix: update code for access denied error 2025-04-11 02:45:46 -04:00
GareArc 7a4ec9cf23 fix: change error code for webapp auth 2025-04-11 02:41:02 -04:00
GareArc 4105c8ff70 fix: bad api call 2025-04-10 06:27:00 -04:00
GareArc e9a207b38e fix: adjust enterprise api 2025-04-09 16:30:41 -04:00
GareArc 5e50570739 fix: update webapp jwt claim and add user accessibility support 2025-04-07 18:41:02 -04:00
GareArc 46d43e6758 feat: add web app auth 2025-04-07 17:03:26 -04:00
GareArc 1045f6db7a fix: wrong arg parsing 2025-03-26 01:37:45 -04:00
GareArc 50d36612f0 fix: bad import 2025-03-26 00:34:04 -04:00
GareArc e38631db8a feat: add inner mail api 2025-03-25 21:47:30 -04:00
GareArc fdb1e649d4 feat: add branding support 2025-03-11 07:14:52 -04:00
aplioandGitHub 1b6fd9dfe8 fix: set indexing technique from dataset during update-by-text (#13155) 2025-02-03 11:06:03 +08:00
非法操作andGitHub 304467e3f5 fix: not install libmagic raise error (#13146) 2025-02-03 11:05:20 +08:00
aplioandGitHub d73d191f99 feature. add feat to modify metadata via dataset api (#13116) 2025-02-02 15:27:12 +08:00
Masashi TomookaandGitHub c2664e0283 chore: fix wrong VectorType match case (#13123) 2025-02-02 15:26:59 +08:00
c0d0c63592 feat: switch to chat messages before regenerated (#11301)
Co-authored-by: zuodongxu <[email protected]>
2025-01-31 13:05:10 +08:00
yjc980121andGitHub aad7e4dd1c fix:Improve MIME type detection for remote URL uploads using python-magic (#12693) 2025-01-27 11:33:03 +08:00
Xin ZhangandGitHub a6a727e8a4 feat: add inner API to create workspace without requiring email (#13021) 2025-01-26 15:36:56 +08:00
JyongandGitHub 3ee213ddca add milvus full text search setting (#12930) 2025-01-22 13:36:39 +08:00
EricPanandGitHub 05a0faff6a fix: app token's last_used_at can't be updated when last_used_at is null (#12770) 2025-01-22 11:01:45 +08:00
Bowen LiangandGitHub 166221d784 chore(lint): fix quotes for f-string formatting by bumping ruff to 0.9.x (#12702) 2025-01-21 10:12:29 +08:00
-LAN-andGitHub cb34991663 fix: add type hints for App model and improve error handling in audio services (#12677)
Signed-off-by: -LAN- <[email protected]>
2025-01-13 15:55:16 +08:00
JyongandGitHub 9a6b1dc3a1 Revert "Feat/new saas billing" (#12673) 2025-01-13 15:17:43 +08:00
yihongandGitHub 4e101604c3 fix: ruff check for True if ... else (#12576)
Signed-off-by: yihong0618 <[email protected]>
2025-01-13 09:38:48 +08:00
cd257b91c5 Fix pandas indexing method for knowledge base imports (#12637) (#12638)
Co-authored-by: CN-P5 <[email protected]>
2025-01-13 09:06:59 +08:00
JyongandGitHub d8f57bf899 Feat/new saas billing (#12591) 2025-01-12 14:50:46 +08:00
JyongandGitHub 14ee51aead Feat/add knowledge include all filter (#12537) 2025-01-09 20:21:25 +08:00
euxandGitHub 20f090537f feat: add GET upload file API endpoint to dataset service api (#11899) 2025-01-09 14:52:09 +08:00
JyongandGitHub bee32d960a fix #12453 #12482 (#12495) 2025-01-08 18:26:05 +08:00
Hiroshi FujitaandGitHub d2586278d6 Feat elasticsearch japanese (#12194) 2025-01-08 12:35:41 +08:00
-LAN-andGitHub 0eeacdc80c refactor: enhance API token validation with session locking and last used timestamp update (#12426)
Signed-off-by: -LAN- <[email protected]>
2025-01-07 18:04:41 +08:00
Shun MiyazawaandGitHub 2b1a32fd9c feat: Add filter to show only apps created by the user (#11968) 2025-01-03 15:38:36 +08:00
Yingchun LaiandGitHub c135967e59 refactor: simplify some exception catch code (#12246) 2025-01-02 14:25:12 +08:00