Commit Graph
339 Commits
Author SHA1 Message Date
-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
Xiyuan ChenandGitHub 99a9def623 fix: reset_password security issue (#18366) 2025-04-18 05:04:44 -04: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
JyongandGitHub 3ee213ddca add milvus full text search setting (#12930) 2025-01-22 13:36:39 +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
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
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
呆萌闷油瓶andGitHub 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-andGitHub 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-andGitHub 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-andGitHub 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
JyongandGitHub 9231fdbf4c Feat/support parent child chunk (#12092) 2024-12-25 19:49:07 +08:00
yihongandGitHub 1d3f218662 fix: like failed close #12057 (#12058)
Signed-off-by: yihong0618 <[email protected]>
2024-12-25 10:57:52 +08:00
yihongandGitHub 56e15d09a9 feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
-LAN-andGitHub 03548cdfbc fix: handle broader request exceptions in OAuth process (#11997)
Signed-off-by: -LAN- <[email protected]>
2024-12-23 15:23:11 +08:00
yihongandGitHub 39df994ff9 fix: create_feedback args are wrong (#11962)
Signed-off-by: yihong0618 <[email protected]>
2024-12-23 09:20:47 +08:00
-LAN-andGitHub 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-andGitHub 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-andGitHub 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-andGitHub 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
barabicuandGitHub d057067543 fix: remove ruff ignore SIM300 (#11810) 2024-12-19 18:30:51 +08:00
Charlie.WeiGitHubluowei <glpat-EjySCyNjWiLqAED-YmwM>crazywoolacrazywoola
2624a6dcd0 Fix explore app icon (#11808)
Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM>
Co-authored-by: crazywoola <[email protected]>
Co-authored-by: crazywoola <[email protected]>
2024-12-18 21:24:21 +08:00
JoeandGitHub 580297e290 fix: file upload auth (#11774) 2024-12-18 11:02:40 +08:00
Charlie.WeiGitHubluowei <glpat-EjySCyNjWiLqAED-YmwM>crazywoolacrazywoola
5e2926a207 Fix explore app icon (#11742)
Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM>
Co-authored-by: crazywoola <[email protected]>
Co-authored-by: crazywoola <[email protected]>
2024-12-17 17:42:44 +08:00
-LAN-andGitHub 259cff9f22 fix(api/ops_trace): avoid raise exception directly (#11732)
Signed-off-by: -LAN- <[email protected]>
2024-12-17 13:38:57 +08:00
5c166b3f40 fix: tags could not be saved when the Workflow Tool was created (#11481)
Co-authored-by: zhaobs <[email protected]>
2024-12-09 14:38:02 +08:00
kurokoboandGitHub 230fa3286b feat: add 'Open in Explore' link for each apps on studio (#11402) 2024-12-09 12:04:03 +08:00
e135ffc2c1 Feat: upgrade variable assigner (#11285)
Signed-off-by: -LAN- <[email protected]>
Co-authored-by: -LAN- <[email protected]>
2024-12-03 13:56:40 +08:00
Hiroshi FujitaandGitHub 1d8385f7ac Sync INDEXING_MAX_SEGMENTATION_TOKENS_LENGTH between API and Web (#11230) 2024-12-02 15:29:25 +08:00
-LAN-andGitHub 9789905a1f chore(*): Removes debugging print statements (#11145)
Signed-off-by: -LAN- <[email protected]>
2024-11-26 22:03:19 +08:00
非法操作andGitHub 90d5765fb6 fix: app copy raise error (#11108) 2024-11-26 13:42:13 +08:00
Bowen LiangandGitHub 6c8e208ef3 chore: bump minimum supported Python version to 3.11 (#10386) 2024-11-24 13:28:46 +08:00
5172f0bf39 feat: Check and compare the DSL version before import an app (#10969)
Co-authored-by: Yi <[email protected]>
2024-11-22 15:05:04 +08:00
非法操作andGitHub 904ea05bf6 fix: download some remote files raise error (#10781) 2024-11-19 21:18:53 +08:00
RhysandGitHub 6f4885d86d Encode invitee email in the invitation link (#10842) 2024-11-19 21:08:37 +08:00
Garfield DaiandGitHub c49efc0c22 Feat/account not found (#10804) 2024-11-18 16:14:39 +08:00
Garfield DaiandGitHub c2ce2f88c7 feat: add license. (#10403) 2024-11-15 17:59:36 +08:00