Commit Graph

6502 Commits (ed27b674225231a0f9b225ffa464eb0abfe19923)
 

Author SHA1 Message Date
stream ed27b67422 refactor: better template for instruction generation 7 months ago
stream 4f4473e3d0 chore: run ruff 7 months ago
stream 0ee992733c feat: template for instruction generation 7 months ago
stream c3940f1eed fix: null handling 7 months ago
stream 796dc65813 fix: null handling 7 months ago
stream 1523e1db74 fix: error handling 7 months ago
stream a3074aa0a5 chore: run ruff 7 months ago
stream 35e40b5769 feat: improved capability with parameters of InstructionGenerateApi 7 months ago
stream 807a6890ac feat: implement InstructionGenerateApi 7 months ago
Joel d6af356248 Merge branch 'feat/enchance-prompt-and-code-fe' into deploy/dev 7 months ago
Joel 7ead579335 chore: use markdown render notice 7 months ago
JzoNg 613f39c96a Merge branch 'feat/change-email-completed-notification' into deploy/dev 7 months ago
QuantumGhost b6d55173cb feat(api): Initial support for `boolean` / `array[boolean]` types 7 months ago
KVOJJJin c4f0f3e5e0
Merge branch 'main' into feat/change-email-completed-notification 7 months ago
Will a327d024e9
fix: improved conversation name (#22840) 7 months ago
HyaCinth b8504ac7d0
refactor(dayjs): Refactor internationalized time formatting feature (#22870) (#22872) 7 months ago
Joel ae50d3e22f chore: add markdown render tip 7 months ago
Asuka Minato bb33335dd4
add autofix (#22785) 7 months ago
jiangbo721 5a02e599e1
chore: code format model-selector use enum (#22787)
Co-authored-by: 刘江波 <jiangbo721@163.com>
7 months ago
croatialu d1572f47a0
feat: Add user variable processing function to chat history (#22863) 7 months ago
Asuka Minato ef51678c73
orm filter -> where (#22801)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Claude <noreply@anthropic.com>
7 months ago
Boris Polonsky e64e7563f6
feat(k8s): Add pure migration option for `api` component (#22750) 7 months ago
Song Kylin 0731db8c22
fix: private.pem keyPath error in windows (#22814)
Co-authored-by: songkunling <songkunling@cabrtech.com>
7 months ago
Jason Young 8c3e390172
test: add comprehensive integration tests for API key authentication system (#22856) 7 months ago
wanttobeamaster 8278b39f85
fix tablestore full text search bug (#22853) 7 months ago
wanttobeamaster 1c3c40db69
fix: tablestore TypeError when vector is missing (#22843)
Co-authored-by: xiaozhiqing.xzq <xiaozhiqing.xzq@alibaba-inc.com>
7 months ago
Novice 7ec94eb83c
chore(version): bump to 1.7.0 (#22830)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
7 months ago
-LAN- 79ab8b205f
fix: improve max active requests calculation logic (#22847)
Signed-off-by: -LAN- <laipz8200@outlook.com>
7 months ago
Wu Tianwei 882f8bdd2c
fix: update @headlessui/react to version 2.2.1 (#22839) 7 months ago
Wu Tianwei a366de26c4
feat: performance optimization (#22810) 7 months ago
github-actions[bot] cf07189bd2
chore: translate i18n files (#22824)
Co-authored-by: Nov1c444 <66365942+Nov1c444@users.noreply.github.com>
7 months ago
wlleiiwang b4e152f775
FEAT: Tencent Vector search supports backward compatibility with the previous score calculation approach. (#22820)
Co-authored-by: wlleiiwang <wlleiiwang@tencent.com>
7 months ago
Junyan Qin (Chin) eaae79a581
feat: plugin auto upgrade strategy (#19758)
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Novice <novice12185727@gmail.com>
7 months ago
Novice e6913744ae
fix: database lock timeout by separating external MCP calls from transactions (#22821) 7 months ago
-LAN- 6b544aa0b9
feat: decouple WorkflowAppRunner from AppRunner (#21739)
Signed-off-by: -LAN- <laipz8200@outlook.com>
7 months ago
crazywoola 60c37fe492
Added a check to ensure the input `text` is a string before proceeding with parsing (#22809)
Co-authored-by: -LAN- <laipz8200@outlook.com>
7 months ago
-LAN- 82cc37bf51
chore(tests): Remove outdated tests (#22816)
Signed-off-by: -LAN- <laipz8200@outlook.com>
7 months ago
Maries ad67094e54
feat: oauth refresh token (#22744)
Co-authored-by: Yeuoly <admin@srmxy.cn>
7 months ago
Yansong Zhang 4a417ff52b fix ruff linter 7 months ago
JzoNg c4b899ed60 add notification for change email completed 7 months ago
Joel 91b0672001 fix: can overwrite the gened prompt 7 months ago
Asuka Minato 6d3e198c3c
Mapped column (#22644)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
7 months ago
-LAN- 0f4809b9b8
refactor: centralize email internationalization handling (#22752)
Co-authored-by: Claude <noreply@anthropic.com>
7 months ago
呆萌闷油瓶 5c7f0a533a
fix: #22784 (#22795) 7 months ago
Will 095bae01b2
fix: Invalid expected metadata value type error (#22793) 7 months ago
Joel 0066cfe4ed chore: remove agent can show prompt gen 7 months ago
Joel a44a200245 fix: can update versions 7 months ago
KVOJJJin 366d42d9c0
Fix invite member template (#22782) 7 months ago
wanttobeamaster a2048fd0f4
fix: tablestore vdb support metadata filter (#22774)
Co-authored-by: xiaozhiqing.xzq <xiaozhiqing.xzq@alibaba-inc.com>
7 months ago
github-actions[bot] ea069cc2d4
chore: translate i18n files (#22756)
Co-authored-by: RockChinQ <45992437+RockChinQ@users.noreply.github.com>
7 months ago