Joe
edfbcd46ca
fix: lint error
2024-09-12 11:32:02 +08:00
Joe
b6abd5b314
Merge branch 'main' into feat/new-login
...
* main: (141 commits)
fix(workflow/hooks/use-shortcuts): resolve issue of copy shortcut not working in workflow debug and preview panel (#8249 )
chore: cleanup pycodestyle E rules (#8269 )
let claude models in bedrock support the response_format parameter (#8220 )
enhance: improve empty data display for detail panel (#8266 )
chore: remove useless code (#8198 )
chore: apply pep8-naming rules for naming convention (#8261 )
fix:ollama text embedding 500 error (#8252 )
Update Gitlab query field, add query by path (#8244 )
editor can also create api key (#8214 )
fix: upload img icon mis-align in the chat input area (#8263 )
fix: truthy value (#8208 )
fix(workflow): IF-ELSE nodes connected to the same subsequent node cause execution to stop (#8247 )
fix: workflow parallel limit in ifelse node (#8242 )
fix: CHECK_UPDATE_URL comment (#8235 )
fix:error when adding the ollama embedding model (#8236 )
fix: improving the regionalization of translation (#8231 )
feat: add from_variable_selector for stream chunk / message event (#8228 )
fix(workflow): answers are output simultaneously across different braches in the question classifier node. (#8225 )
fix(workflow): in multi-parallel execution with multiple conditional branches (#8221 )
fix(docker/docker-compose.yaml): Set default value for `REDIS_SENTINEL_SOCKET_TIMEOUT` and `CELERY_SENTINEL_SOCKET_TIMEOUT` (#8218 )
...
2024-09-12 11:31:17 +08:00
Bowen Liang
292220c596
chore: apply pep8-naming rules for naming convention ( #8261 )
2024-09-11 16:40:52 +08:00
Joe
38ea1dd0c6
feat: update SystemFeatureModel
2024-09-11 10:38:16 +08:00
takatost
dabfd74622
feat: Parallel Execution of Nodes in Workflows ( #8192 )
...
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
Co-authored-by: Yi <yxiaoisme@gmail.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
2024-09-10 15:23:16 +08:00
Jyong
85ff82a694
code merge error ( #8183 )
...
Co-authored-by: crazywoola <427733928@qq.com>
2024-09-10 12:52:50 +08:00
Joe
4d1efbef62
feat: add not ALLOW_CREATE_WORKSPACE
2024-09-10 11:36:20 +08:00
Joe
57a2534c47
feat: add workspace not found
2024-09-10 10:58:55 +08:00
Joe
3f954e2b9f
feat: register service WorkSpaceNotAllowedCreateError
2024-09-10 10:46:35 +08:00
Joe
4893631d65
fix: oauth error when not allowed create workspace
...
fix: oauth error when not allowed create workspace
2024-09-09 18:22:28 +08:00
Joe
076ce11511
feat: add OAuth invite token check
2024-09-09 14:49:21 +08:00
Joe
00566af8d1
fix: reformat
2024-09-09 14:37:05 +08:00
Joe
d5427b8d7e
feat: remove self host judgement
2024-09-09 13:48:03 +08:00
Charlie.Wei
feefeb44d7
fix LangSmith project config error ( #7996 )
2024-09-08 13:25:27 +08:00
Nam Vu
2d7954c7da
Fix variable typo ( #8084 )
2024-09-08 13:14:11 +08:00
KVOJJJin
14af87527f
Feat:remove estimation of embedding cost ( #7950 )
...
Co-authored-by: jyong <718720800@qq.com>
2024-09-04 14:41:47 +08:00
Joe
187d932420
feat: update register invite member logic
2024-09-03 16:11:45 +08:00
Joe
d319913772
feat: update invite workspace member email password login logic
2024-09-03 15:37:16 +08:00
Joe
943259c75e
feat: add AccountPasswordError
2024-09-03 15:36:01 +08:00
kurokobo
80aa7c4019
feat: allow users to use the app icon as the answer icon ( #7888 )
...
Co-authored-by: crazywoola <427733928@qq.com>
2024-09-02 20:00:41 +08:00
Joe
7e48aa6402
feat: add invitation email judgment
2024-09-02 18:04:11 +08:00
Joe
f3429953f3
feat: remove extra judgement
2024-09-02 16:03:44 +08:00
Joe
8a014bdda4
feat: update invite workspace service
2024-09-02 14:11:21 +08:00
Joe
955e2871f4
feat: add oauth account not found
2024-09-02 11:09:40 +08:00
Zhi
ceb2b150ff
enhance: include workspace name in create-tenant command ( #7834 )
2024-08-30 15:53:50 +08:00
Joe
865395abba
fix: send_reset_password_email limit email error
2024-08-30 12:36:22 +08:00
Joe
3c747bc6d0
feat: add system future config
2024-08-29 16:53:55 +08:00
Joe
ede775cb6a
feat: add reset password api
2024-08-29 16:51:30 +08:00
Joe
da684ebfaa
feat: update register logic
2024-08-29 15:15:48 +08:00
Joe
ccc0ec8178
feat: add email code login
2024-08-29 14:13:28 +08:00
Jyong
8e311cc45c
fixed permission is None ( #7788 )
2024-08-29 12:46:42 +08:00
crazywoola
3a071b8db9
fix: datasets permission is missing ( #7751 )
2024-08-28 15:36:11 +08:00
kurokobo
bc3a8e0ca2
feat: store created_by and updated_by for apps, modelconfigs, and sites ( #7613 )
2024-08-28 08:47:30 +08:00
Charlie.Wei
e7afee1176
Langfuse view button ( #7684 )
2024-08-27 11:25:56 +08:00
Jyong
1473083a41
catch openai rate limit error ( #7658 )
2024-08-26 19:36:44 +08:00
Bowen Liang
17fd773a30
chore(api/services): apply ruff reformatting ( #7599 )
...
Co-authored-by: -LAN- <laipz8200@outlook.com>
2024-08-26 13:43:57 +08:00
Joe
741c548f3c
feat: web sso ( #7135 )
2024-08-25 18:47:02 +08:00
Charlie.Wei
9864b35465
langfuser add view button ( #7571 )
2024-08-23 15:53:49 +08:00
crazywoola
2c427e04be
Feat/7134 use dataset api create a dataset with permission ( #7508 )
2024-08-21 20:25:45 +08:00
Xiyuan Chen
4e7b6aec3a
feat: support pinning, including, and excluding for model providers and tools ( #7419 )
...
Co-authored-by: GareArc <chen4851@purude.edu>
2024-08-21 11:16:43 +08:00
KinWang
e35e251863
feat: Sort conversations by updated_at desc ( #7348 )
...
Co-authored-by: wangpj <wangpj@hundsunc.om>
Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
2024-08-20 17:55:44 +08:00
-LAN-
5e42e90abc
fix(api/services/workflow/workflow_converter.py): Add NoneType checkers & format file. ( #7446 )
2024-08-20 17:51:49 +08:00
Hash Brown
fbf31b5d52
feat: custom app icon ( #7196 )
...
Co-authored-by: crazywoola <427733928@qq.com>
2024-08-19 09:16:33 +08:00
-LAN-
5350b1d938
fix(api/services/workflow/workflow_converter.py): Add converrsation variable to workflow. ( #7257 )
2024-08-17 10:30:12 +08:00
crazywoola
4d4af00399
fix: keywords ( #7357 )
2024-08-16 20:43:55 +08:00
Nam Vu
dbc1ae45de
chore: update docstrings ( #7343 )
2024-08-16 14:19:01 +08:00
-LAN-
2d89b7d0a9
fix(api/services/app_dsl_service.py): Add conversation variables. ( #7304 )
2024-08-15 16:46:48 +08:00
-LAN-
5b77ef01d4
chore(api/services/app_dsl_service.py): Bump DSL version to 0.1.1 ( #7235 )
2024-08-13 18:20:41 +08:00
KVOJJJin
935e72d449
Feat: conversation variable & variable assigner node ( #7222 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
2024-08-13 14:44:10 +08:00
Joe
425174e82f
feat: update ops trace ( #7102 )
2024-08-09 15:22:16 +08:00