Xiyuan Chen and GitHub
dcf4e5a30f
Feat/webapp verified sso 260 ( #20678 )
2025-06-05 16:17:44 +09:00
Xiyuan Chen and GitHub
05903e3251
Feat/webapp verified sso 260 ( #20496 )
2025-06-05 16:00:37 +09:00
Xiyuan Chen and GitHub
4466088f2e
fix: invitations get suspended when an existing member appears ( #19585 )
2025-05-13 13:54:01 +08:00
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 Zhang and GitHub
f45321dd27
fix: handle WorkspacesLimitExceededError in forgot_password.py ( #18716 )
2025-04-24 18:41:10 +08:00
Xin Zhang and GitHub
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
Xiyuan Chen and GitHub
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
e9a207b38e
fix: adjust enterprise api
2025-04-09 16:30:41 -04:00
GareArc
fdb1e649d4
feat: add branding support
2025-03-11 07:14:52 -04:00
Masashi Tomooka and GitHub
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
Jyong and GitHub
3ee213ddca
add milvus full text search setting ( #12930 )
2025-01-22 13:36:39 +08:00
Bowen Liang and GitHub
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- and GitHub
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
Jyong and GitHub
9a6b1dc3a1
Revert "Feat/new saas billing" ( #12673 )
2025-01-13 15:17:43 +08:00
yihong and GitHub
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
Jyong and GitHub
d8f57bf899
Feat/new saas billing ( #12591 )
2025-01-12 14:50:46 +08:00
Jyong and GitHub
14ee51aead
Feat/add knowledge include all filter ( #12537 )
2025-01-09 20:21:25 +08:00
Jyong and GitHub
bee32d960a
fix #12453 #12482 ( #12495 )
2025-01-08 18:26:05 +08:00
Hiroshi Fujita and GitHub
d2586278d6
Feat elasticsearch japanese ( #12194 )
2025-01-08 12:35:41 +08:00
Shun Miyazawa and GitHub
2b1a32fd9c
feat: Add filter to show only apps created by the user ( #11968 )
2025-01-03 15:38:36 +08:00
Yingchun Lai and GitHub
c135967e59
refactor: simplify some exception catch code ( #12246 )
2025-01-02 14:25:12 +08:00
呆萌闷油瓶 and GitHub
2e716f80d2
fix:The chart of average interaction counts per conversation show not… ( #12199 )
2025-01-02 10:02:56 +08:00
74d3320519
feat: account delete ( #11829 )
...
Co-authored-by: NFish <[email protected] >
2024-12-30 11:33:42 +08:00
901028f1e8
[feat] Support Multi-Version Workflows ( #11990 )
...
Co-authored-by: hobo.l <[email protected] >
Co-authored-by: crazywoola <[email protected] >
2024-12-27 21:05:06 +08:00
-LAN- and GitHub
55c327ffcb
fix: handle case where member is not found in role update API ( #12156 )
...
Signed-off-by: -LAN- <[email protected] >
2024-12-27 16:04:50 +08:00
-LAN- and GitHub
4bd8df1fd3
fix: update MessageService.create_feedback to use keyword arguments f… ( #12134 )
...
Signed-off-by: -LAN- <[email protected] >
2024-12-26 23:26:44 +08:00
84ac004772
py lint ( #12102 )
...
Signed-off-by: -LAN- <[email protected] >
Co-authored-by: -LAN- <[email protected] >
2024-12-26 00:16:35 +08:00
-LAN- and GitHub
d5f33212ac
fix: add type ignore comments for shared_task imports and clean up re… ( #12099 )
...
Signed-off-by: -LAN- <[email protected] >
2024-12-25 21:24:06 +08:00
Jyong and GitHub
9231fdbf4c
Feat/support parent child chunk ( #12092 )
2024-12-25 19:49:07 +08:00
yihong and GitHub
1d3f218662
fix: like failed close #12057 ( #12058 )
...
Signed-off-by: yihong0618 <[email protected] >
2024-12-25 10:57:52 +08:00
yihong and GitHub
56e15d09a9
feat: mypy for all type check ( #10921 )
2024-12-24 18:38:51 +08:00
-LAN- and GitHub
03548cdfbc
fix: handle broader request exceptions in OAuth process ( #11997 )
...
Signed-off-by: -LAN- <[email protected] >
2024-12-23 15:23:11 +08:00
yihong and GitHub
39df994ff9
fix: create_feedback args are wrong ( #11962 )
...
Signed-off-by: yihong0618 <[email protected] >
2024-12-23 09:20:47 +08:00
-LAN- and GitHub
3d07a94bd7
fix: refactor conversation pagination to use SQLAlchemy session manag… ( #11956 )
...
Signed-off-by: -LAN- <[email protected] >
2024-12-22 10:39:29 +08:00
-LAN- and GitHub
0b06235527
fix: add RemoteFileUploadError for better error handling in remote fi… ( #11933 )
...
Signed-off-by: -LAN- <[email protected] >
2024-12-21 21:22:57 +08:00
-LAN- and GitHub
606aadb891
refactor: update builtin tool provider methods to use session management ( #11938 )
...
Signed-off-by: -LAN- <[email protected] >
2024-12-21 21:21:09 +08:00
dacd457478
feat: add workflow parallel depth limit configuration ( #11460 )
...
Signed-off-by: -LAN- <[email protected] >
Co-authored-by: zxhlyh <[email protected] >
2024-12-20 14:52:20 +08:00
-LAN- and GitHub
3599751f93
chore(db): use a better way to export models and remove unused table ( #11838 )
...
Signed-off-by: -LAN- <[email protected] >
2024-12-20 14:12:29 +08:00