173110e04d
fix: dataset editor
2025-06-20 16:10:22 +08:00
63f3af8bc4
feat: use default access mode when importing dsl ( #21231 )
2025-06-19 17:15:59 +08:00
0c01f7498d
Feat/webapp verified sso 260 ( #20815 )
2025-06-09 15:11:30 +09:00
512c1938c1
Feat/webapp verified sso 260: fetch previous app session in public token exchange ( #20740 )
2025-06-06 16:52:15 +09:00
78cf376872
Feat/webapp verified sso 260: bad import path ( #20734 )
2025-06-06 16:09:45 +09:00
e312894bc9
Feat/webapp verified sso 260: add token exchange for public app ( #20731 )
2025-06-06 15:49:08 +09:00
05b746b350
Feat/webapp verified sso 260 ( #20690 )
2025-06-05 18:36:59 +09:00
dcf4e5a30f
Feat/webapp verified sso 260 ( #20678 )
2025-06-05 16:17:44 +09:00
05903e3251
Feat/webapp verified sso 260 ( #20496 )
2025-06-05 16:00:37 +09:00
4466088f2e
fix: invitations get suspended when an existing member appears ( #19585 )
2025-05-13 13:54:01 +08:00
849994d35e
Merge tag '0.15.7' into e-260
...
0.15.7
2025-04-28 17:17:26 +08:00
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 >
2025-04-28 15:39:12 +08:00
f45321dd27
fix: handle WorkspacesLimitExceededError in forgot_password.py ( #18716 )
2025-04-24 18:41:10 +08:00
b82cc1c2e8
feat: priced limit ( #17683 )
2025-04-24 14:58:34 +08:00
3761944a3f
fix: remove debug logs
2025-04-23 23:09:45 -04:00
fcc274d679
fix: add filter in installedapp list api
2025-04-22 02:54:30 -04:00
bfa5828259
fix: temp fix for unauthorized user in explore page
2025-04-21 19:40:51 -04:00
455d14296f
fix: get app id from upstream decorator
2025-04-21 19:03:10 -04:00
d1a25e54e5
fix: add logging
2025-04-21 18:48:24 -04:00
9462ed7bbf
fix: add auth constraint to explore apps
2025-04-21 18:47:24 -04:00
c6e63ac816
Revert "fix: update webapp auth api path"
...
This reverts commit a27db51b83 .
2025-04-21 02:07:43 -04:00
a27db51b83
fix: update webapp auth api path
2025-04-21 02:06:07 -04:00
e52a9fbfb7
fix: remove curr user in webapp permission api
2025-04-20 23:33:51 -04:00
2af1dd6de3
feat: add webapp auth apis
2025-04-20 23:30:59 -04:00
99a9def623
fix: reset_password security issue ( #18366 )
2025-04-18 05:04:44 -04:00
7770a45253
fix: add password security update
2025-04-18 05:02:26 -04:00
fa76590c24
chore: add log
2025-04-11 16:59:52 -04:00
5f87bdbe3a
fix: add batch get access mode api
2025-04-11 15:24:32 -04:00
a1dc3cfdec
fix: update code for access denied error
2025-04-11 02:45:46 -04:00
7a4ec9cf23
fix: change error code for webapp auth
2025-04-11 02:41:02 -04:00
4105c8ff70
fix: bad api call
2025-04-10 06:27:00 -04:00
e9a207b38e
fix: adjust enterprise api
2025-04-09 16:30:41 -04:00
5e50570739
fix: update webapp jwt claim and add user accessibility support
2025-04-07 18:41:02 -04:00
46d43e6758
feat: add web app auth
2025-04-07 17:03:26 -04:00
1045f6db7a
fix: wrong arg parsing
2025-03-26 01:37:45 -04:00
50d36612f0
fix: bad import
2025-03-26 00:34:04 -04:00
e38631db8a
feat: add inner mail api
2025-03-25 21:47:30 -04:00
fdb1e649d4
feat: add branding support
2025-03-11 07:14:52 -04:00
1b6fd9dfe8
fix: set indexing technique from dataset during update-by-text ( #13155 )
2025-02-03 11:06:03 +08:00
304467e3f5
fix: not install libmagic raise error ( #13146 )
2025-02-03 11:05:20 +08:00
d73d191f99
feature. add feat to modify metadata via dataset api ( #13116 )
2025-02-02 15:27:12 +08:00
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 <192560071+zuodongxu@users.noreply.github.com >
2025-01-31 13:05:10 +08:00
aad7e4dd1c
fix:Improve MIME type detection for remote URL uploads using python-magic ( #12693 )
2025-01-27 11:33:03 +08:00
a6a727e8a4
feat: add inner API to create workspace without requiring email ( #13021 )
2025-01-26 15:36:56 +08:00
3ee213ddca
add milvus full text search setting ( #12930 )
2025-01-22 13:36:39 +08:00
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
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
cb34991663
fix: add type hints for App model and improve error handling in audio services ( #12677 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com >
2025-01-13 15:55:16 +08:00
9a6b1dc3a1
Revert "Feat/new saas billing" ( #12673 )
2025-01-13 15:17:43 +08:00