heheer
4e7fa29087
fix share page dataset search show ( #4506 )
...
* fix share page dataset search show
* add comment
* Fix
2025-04-10 23:06:06 +08:00
Archer
c02864facc
fix: package plus request ( #4492 )
...
* fix plus request (#4476 )
* perf: package plus request
* perf: plus request fix
* fix: doc
---------
Co-authored-by: heheer <heheer@sealos.io >
2025-04-09 23:44:14 +08:00
Donald Yang
1f5709eda6
Fix the log error when the loop input array is too long ( #4478 )
2025-04-08 17:03:44 +08:00
Archer
f642c9603b
V4.9.4 feature ( #4470 )
...
* Training status (#4424 )
* dataset data training state (#4311 )
* dataset data training state
* fix
* fix ts
* fix
* fix api format
* fix
* fix
* perf: count training
* format
* fix: dataset training state (#4417 )
* fix
* add test
* fix
* fix
* fix test
* fix test
* perf: training count
* count
* loading status
---------
Co-authored-by: heheer <heheer@sealos.io >
* doc
* website sync feature (#4429 )
* perf: introduce BullMQ for website sync (#4403 )
* perf: introduce BullMQ for website sync
* feat: new redis module
* fix: remove graceful shutdown
* perf: improve UI in dataset detail
- Updated the "change" icon SVG file.
- Modified i18n strings.
- Added new i18n string "immediate_sync".
- Improved UI in dataset detail page, including button icons and
background colors.
* refactor: Add chunkSettings to DatasetSchema
* perf: website sync ux
* env template
* fix: clean up website dataset when updating chunk settings (#4420 )
* perf: check setting updated
* perf: worker currency
* feat: init script for website sync refactor (#4425 )
* website feature doc
---------
Co-authored-by: a.e. <49438478+I-Info@users.noreply.github.com >
* pro migration (#4388 ) (#4433 )
* pro migration
* reuse customPdfParseType
Co-authored-by: gggaaallleee <91131304+gggaaallleee@users.noreply.github.com >
* perf: remove loading ui
* feat: config chat file expired time
* Redis cache (#4436 )
* perf: add Redis cache for vector counting (#4432 )
* feat: cache
* perf: get cache key
---------
Co-authored-by: a.e. <49438478+I-Info@users.noreply.github.com >
* perf: mobile voice input (#4437 )
* update:Mobile voice interaction (#4362 )
* Add files via upload
* Add files via upload
* Update ollama.md
* Update ollama.md
* Add files via upload
* Update useSpeech.ts
* Update ChatInput.tsx
* Update useSpeech.ts
* Update ChatInput.tsx
* Update useSpeech.ts
* Update constants.ts
* Add files via upload
* Update ChatInput.tsx
* Update useSpeech.ts
* Update useSpeech.ts
* Update useSpeech.ts
* Update ChatInput.tsx
* Add files via upload
* Update common.json
* Update VoiceInput.tsx
* Update ChatInput.tsx
* Update VoiceInput.tsx
* Update useSpeech.ts
* Update useSpeech.ts
* Update common.json
* Update common.json
* Update common.json
* Update VoiceInput.tsx
* Update VoiceInput.tsx
* Update ChatInput.tsx
* Update VoiceInput.tsx
* Update ChatInput.tsx
* Update VoiceInput.tsx
* Update ChatInput.tsx
* Update useSpeech.ts
* Update common.json
* Update chat.json
* Update common.json
* Update chat.json
* Update common.json
* Update chat.json
* Update VoiceInput.tsx
* Update ChatInput.tsx
* Update useSpeech.ts
* Update VoiceInput.tsx
* speech ui
* 优化语音输入组件,调整输入框显示逻辑,修复语音输入遮罩层样式,更新画布背景透明度,增强用户交互体验。 (#4435 )
* perf: mobil voice input
---------
Co-authored-by: dreamer6680 <1468683855@qq.com >
* Test completion v2 (#4438 )
* add v2 completions (#4364 )
* add v2 completions
* completion config
* config version
* fix
* frontend
* doc
* fix
* fix: completions v2 api
---------
Co-authored-by: heheer <heheer@sealos.io >
* package
* Test mongo log (#4443 )
* feat: mongodb-log (#4426 )
* perf: mongo log
* feat: completions stop reasoner
* mongo db log
---------
Co-authored-by: Finley Ge <32237950+FinleyGe@users.noreply.github.com >
* update doc
* Update doc
* fix external var ui (#4444 )
* action
* fix: ts (#4458 )
* preview doc action
add docs preview permission
update preview action
udpate action
* update doc (#4460 )
* update preview action
* update doc
* remove
* update
* schema
* update mq export;perf: redis cache (#4465 )
* perf: redis cache
* update mq export
* perf: website sync error tip
* add error worker
* website sync ui (#4466 )
* Updated the dynamic display of the voice input pop-up (#4469 )
* Update VoiceInput.tsx
* Update VoiceInput.tsx
* Update VoiceInput.tsx
* fix: voice input
---------
Co-authored-by: heheer <heheer@sealos.io >
Co-authored-by: a.e. <49438478+I-Info@users.noreply.github.com >
Co-authored-by: gggaaallleee <91131304+gggaaallleee@users.noreply.github.com >
Co-authored-by: dreamer6680 <1468683855@qq.com >
Co-authored-by: Finley Ge <32237950+FinleyGe@users.noreply.github.com >
2025-04-08 12:05:04 +08:00
heheer
a37c75159f
fix child app update variables ( #4385 )
2025-03-28 17:36:07 +08:00
Archer
0ed99d8c9a
Check debug ( #4384 )
...
* feat : Added support for interactive nodes in the debugging interface (#4339 )
* feat: add VSCode launch configuration and enhance debug API handler
* feat: refactor debug API handler to streamline workflow processing and enhance interactive chat features
* feat: enhance debug API handler with structured input forms and improved query handling
* feat: enhance debug API handler to support optional query and histories parameters
* feat: simplify query and histories initialization in debug API handler
* feat: add realmode parameter to workflow dispatch and update interactive handling
* feat: add optional query parameter to PostWorkflowDebugProps and remove realmode from ModuleDispatchProps
* feat: add history parameter to PostWorkflowDebugProps and update related components
* feat: remove realmode
* feat: simplify handler parameter destructuring in debug.ts
* feat: remove unused interactive prop from WholeResponseContent component
* feat: refactor onNextNodeDebug to use parameter object for better readability
* feat: Merge selections and next actions to remove unused state management
* feat: 添加 NodeDebugResponse 组件以增强调试功能
* feat: Simplify the import statements in InteractiveComponents.tsx
* feat: Update the handler function to use default parameters to simplify the code
* feat: Add optional workflowInteractiveResponse field to PostWorkflowDebugResponse type
* feat: Add the workflowInteractiveResponse field in the debugging handler to enhance response capabilities
* feat: Added workflowInteractiveResponse field in FlowNodeItemType to enhance responsiveness
* feat: Refactor NodeDebugResponse to utilize workflowInteractiveResponse for improved interactivity
* feat: Extend UserSelectInteractive and UserInputInteractive types to inherit from InteractiveBasicType
* feat: Refactor NodeDebugResponse to streamline interactive handling and improve code clarity
* feat: 重构交互式调试逻辑,创建共用 Hook 以简化用户选择和输入处理
* fix: type error
* feat: 重构 AIResponseBox 组件,简化用户交互逻辑并引入共用表单组件
* feat: 清理 AIResponseBox 和表单组件代码,移除冗余注释和未使用的导入
* fix: type error
* feat: 重构 AIResponseBox 组件,简化类型定义并优化代码结构
* refactor: 将 FormItem 接口更改为类型定义,优化代码结构
* refactor: 将 NodeDebugResponseProps 接口更改为类型定义,优化代码结构
* refactor: 移除不必要的入口节点检查,简化调试处理逻辑
* feat: 移动调试交互组件位置
* refactor: 将 InteractiveBasicType 中的属性设为可选,简化数据结构
* refactor: 优化类型定义
* refactor: 移除未使用的 ChatItemType 和 UserChatItemValueItemType 导入
* refactor: 将接口定义更改为类型别名,简化代码结构
* refactor: 更新类型定义,使用类型别名简化代码结构
* refactor: 使用类型导入简化代码结构,重构 AIResponseBox 组件
* refactor: 提取描述框和表单项标签组件,简化代码结构
* refactor: 移除多余的空行
* refactor: 移除多余的空行和注释
* refactor: 移除多余的空行,简化 AIResponseBox 组件代码
* refactor: 重构组件,移动 FormComponents 到 InteractiveComponents,简化代码结构
* refactor: 移除多余的空行,简化 NodeDebugResponse 组件代码
* refactor: 更新导入语句,使用 type 关键字优化类型导入
* refactor: 在 tsconfig.json 中启用 verbatimModuleSyntax 选项
* Revert "refactor: 在 tsconfig.json 中启用 verbatimModuleSyntax 选项"
This reverts commit 2b335a9938
.
* revert: rendertool
* refactor: Remove unused imports and functions to simplify code
* perf: debug interactive
---------
Co-authored-by: Theresa <63280168+sd0ric4@users.noreply.github.com >
2025-03-28 17:09:08 +08:00
Archer
565a966d19
Python Sandbox ( #4380 )
...
* Python3 Sandbox (#3944 )
* update python box (#4251 )
* update python box
* Adjust the height of the NodeCode border.
* update python sandbox and add test systemcall bash
* update sandbox
* add VERSION_RELEASE (#4376 )
* save empty docx
* fix pythonbox log error
* fix: js template
---------
Co-authored-by: dogfar <37035781+dogfar@users.noreply.github.com >
Co-authored-by: gggaaallleee <91131304+gggaaallleee@users.noreply.github.com >
Co-authored-by: gggaaallleee <1293587368@qq.com >
2025-03-28 13:45:09 +08:00
Archer
fed04f0b5d
add qwen long ( #4363 )
2025-03-27 16:50:29 +08:00
Archer
ff64a3c039
update search filter code ( #4317 )
...
* sync collection
* remove lock
* update search filter code
2025-03-27 10:05:33 +08:00
Archer
37b4a1919b
perf: text splitter ( #4313 )
...
* sync collection
* remove lock
* perf: text splitter
* update comment
2025-03-27 10:05:32 +08:00
Archer
6ea57e4609
perf: ai proxy log remove retry log;perf: workflow type auto parse;add chunk spliter test ( #4296 )
...
* sync collection
* remove lock
* perf: workflow type auto parse
* add chunk spliter test
* perf: ai proxy log remove retry log
* udpate ai proxy field
2025-03-27 10:05:32 +08:00
Archer
2fcf421672
add model test log ( #4272 )
...
* sync collection
* remove lock
* add model test log
* update ui
* update log
* fix: channel test
* preview chunk ui
* test model ux
* test model log
* perf: dataset selector
* fix: system plugin auth
* update nextjs
2025-03-27 10:05:31 +08:00
Archer
e812ad6e84
feat: chunk index independent config ( #4271 )
...
* sync collection
* remove lock
* feat: chunk index independent config
* feat: add max chunksize to split chunk function
* remove log
* update doc
* remove
* remove log
2025-03-27 10:05:31 +08:00
Archer
9918133426
update prompt version ( #4242 )
...
* sync collection
* remove lock
* update prompt version
2025-03-27 10:05:30 +08:00
heheer
8eec8566db
feat: node prompt version ( #4141 )
...
* feat: node prompt version
* fix
* delete unused code
* fix
* fix code
2025-03-27 10:05:30 +08:00
Archer
87e90c37bd
feat: sync api collection will refresh title;perf: invite link ux ( #4237 )
...
* update queue
* feat: sync api collection will refresh title
* sync collection
* remove lock
* perf: invite link ux
2025-03-27 10:05:27 +08:00
Archer
1db39e8907
4.9.1 fix dataset ( #4279 ) ( #4280 )
...
* fix dataset search node reference save
* rewrite
---------
Co-authored-by: heheer <1239331448@qq.com >
2025-03-22 00:26:31 +08:00
Archer
e75d81d05a
V4.9.1 feature ( #4206 )
...
* fix: remove DefaultTeam (#4037 )
* fix :Get application bound knowledge base information logical rewrite (#4057 )
* fix :Get application bound knowledge base information logical rewrite
* fix :Get application bound knowledge base information logical rewrite
* fix :Get application bound knowledge base information logical rewrite
* fix :Get application bound knowledge base information logical rewrite
* update package
* fix: import dataset step error;perf: ai proxy avatar (#4074 )
* perf: pg config params
* perf: ai proxy avatar
* fix: import dataset step error
* feat: data input ux
* perf: app dataset rewite
* fix: 文本提取不支持arrayString,arrayNumber等jsonSchema (#4079 )
* update doc ;perf: model test (#4098 )
* perf: extract array
* update doc
* perf: model test
* perf: model test
* perf: think tag parse (#4102 )
* chat quote reader (#3912 )
* init chat quote full text reader
* linked structure
* dataset data linked
* optimize code
* fix ts build
* test finish
* delete log
* fix
* fix ts
* fix ts
* remove nextId
* initial scroll
* fix
* fix
* perf: chunk read (#4109 )
* package
* perf: chunk read
* feat: api dataset support pdf parse;fix: chunk reader auth (#4117 )
* feat: api dataset support pdf parse
* fix: chunk reader auth
* feat: invitation link (#3979 )
* feat: invitation link schema and apis
* feat: add invitation link
* feat: member status: active, leave, forbidden
* fix: expires show hours and minutes
* feat: invalid invitation link hint
* fix: typo
* chore: fix typo & i18n
* fix
* pref: fe
* feat: add ttl index for 30-day-clean-up
* perf: invite member code (#4118 )
* perf: invite member code
* fix: ts
* fix: model test channel id;fix: quote reader (#4123 )
* fix: model test channel id
* fix: quote reader
* fix chat quote reader (#4125 )
* perf: model test;perf: sidebar trigger (#4127 )
* fix: import dataset step error;perf: ai proxy avatar (#4074 )
* perf: pg config params
* perf: ai proxy avatar
* fix: import dataset step error
* feat: data input ux
* perf: app dataset rewite
* perf: model test
* perf: sidebar trigger
* lock
* update nanoid version
* fix: select component ux
* fix: ts
* fix: vitest
* remove test
* fix: prompt toolcall ui (#4139 )
* load log error adapt
* fix: prompt toolcall ui
* perf: commercial function tip
* update package
* pref: copy link (#4147 )
* fix(i18n): namespace (#4143 )
* hiden dataset source (#4152 )
* hiden dataset source
* perf: reader
* chore: move all tests into a single folder (#4160 )
* fix modal close scroll (#4162 )
* fix modal close scroll
* update refresh
* feat: rerank modal select and weight (#4164 )
* fix loadInitData refresh (#4169 )
* fix
* fix
* form input number default & api dataset max token
* feat: mix search weight (#4170 )
* feat: mix search weight
* feat: svg render
* fix: avatar error remove (#4173 )
* fix: avatar error remove
* fix: index
* fix: guide
* fix: auth
* update package;fix: input data model ui (#4181 )
* update package
* fix: ts
* update config
* update jieba package
* add type sign
* fix: input data ui
* fix: page title refresh (#4186 )
* fix: ts
* update jieba package
* fix: page title refresh
* fix: remove member length check when opening invite create modal (#4193 )
* add env to check internal ip (#4187 )
* fix: ts
* update jieba package
* add env to check internal ip
* package
* fix: jieba
* reset package
* update config
* fix: jieba package
* init shell
* init version
* change team reload
* update jieba package (#4200 )
* update jieba package
* package
* update package
* remove invalid code
* action
* package (#4201 )
* package
* update package
* remove invalid code
* package
* remove i18n tip (#4202 )
* doc (#4205 )
* fix: i18n (#4208 )
* fix: next config (#4207 )
* reset package
* i18n
* update config
* i18n
* remove log
---------
Co-authored-by: Finley Ge <32237950+FinleyGe@users.noreply.github.com >
Co-authored-by: gggaaallleee <91131304+gggaaallleee@users.noreply.github.com >
Co-authored-by: shilin <39396378+shilin66@users.noreply.github.com >
Co-authored-by: heheer <heheer@sealos.io >
2025-03-18 14:40:41 +08:00
Finley Ge
bb30ca4859
chore: vitest support ( #4026 )
...
* chore: vitest
* chore: move test files
* chore: support vitest
* fix: exclude test files
* chore(ci): add test workflow
* feat: remove read env
2025-03-12 19:27:53 +08:00
archer
2f522aff90
perf: HTTP node jsonBody support \n
2025-03-10 13:55:51 +08:00
Wenhao Zhu
36da8c862f
fix: 修复知识库问题优化无效的BUG ( #4033 )
2025-03-07 16:00:01 +08:00
Archer
6e045093b1
qwq config ( #4009 )
2025-03-06 20:21:57 +08:00
Archer
a1b114e426
feat: qwen qwq model config ( #4008 )
2025-03-06 20:18:33 +08:00
Archer
d05259dedd
perf: retry to load image;perf: default index check ( #4004 )
...
* perf: retry to load image
* perf: default index check
2025-03-06 18:28:09 +08:00
Archer
a345e56508
simple mode tool reason ( #3984 )
...
* simple mode tool reason
* model config cannot set empty
* perf: read files code
* perf: mongo gridfs chunks
* perf: doc
2025-03-06 18:28:07 +08:00
Archer
3e3f2165db
feat: prompt call tool support reason;perf: ai proxy doc ( #3982 )
...
* update schema
* perf: ai proxy doc
* feat: prompt call tool support reason
2025-03-06 18:28:05 +08:00
Archer
54eb5c0547
feat: pg vector 0.8.0;perf: app pdf enhance parse ( #3962 )
...
* perf: app pdf enhance parse
* feat: pg vector 0.8.0
* update schema default
* model sort and default image
* perf: i18n
* perf: ui tip
2025-03-06 18:28:04 +08:00
Archer
adf5377ebe
Add image index and pdf parse ( #3956 )
...
* feat: think tag parse
* feat: parse think tag test
* feat: pdf parse ux
* feat: doc2x parse
* perf: rewrite training mode setting
* feat: image parse queue
* perf: image index
* feat: image parse process
* feat: add init sh
* fix: ts
2025-03-06 18:28:03 +08:00
archer
2d351c3654
perf: http body check
2025-03-06 18:22:42 +08:00
heheer
b2e2fa6b76
fix loop child nodes variables ( #3980 )
2025-03-05 13:53:28 +08:00
heheer
576c60bd55
plugin customize author ( #3963 )
...
* plugin customize author
* fix name
2025-03-04 16:23:12 +08:00
Archer
e860c56b77
perf: delete dataset ( #3949 )
...
* fix: collection list count
* fix: collection list count
* ai proxy ui
* perf: delete dataset
* perf: add dataset text index
* update doc
2025-03-03 12:49:13 +08:00
Archer
efac5312b4
fix: rerank model cannot use ai proxy ( #3945 )
...
* fix: collection list count
* fix: collection list count
* fix: rerank model cannot use ai proxy
* mongo init
2025-03-03 11:49:35 +08:00
Finley Ge
4bc7f21182
fix: add order:true to all create transactions ( #3948 )
2025-03-03 11:37:51 +08:00
Archer
cf0aaa1091
fix: invalid dataset data clear ( #3927 )
...
* fix: collection list count
* fix: collection list count
* fix: invalid dataset data clear
* update ts
* perf: cron clear invalid data
* perf: init
* perf: clear invalid code
* update init
* perf: clear invalid code
* perf: clear invalid code
* perf: init count
* batch init
* batch init
* batch init
* batch init
* add comment
* perf: init
* fix: api proxy type
2025-02-28 17:49:20 +08:00
Archer
df4d6f86ce
fix: delete dataset field error ( #3925 )
...
* fix: collection list count
* fix: collection list count
* update doc
* perf: tts selector ui
* fix: delete dataset field error
* doc
2025-02-28 12:29:18 +08:00
Archer
81a06718d8
feat: ai proxy v1 ( #3898 )
...
* feat: ai proxy v1
* perf: ai proxy channel crud
* feat: ai proxy logs
* feat: channel test
* doc
* update lock
2025-02-27 09:56:52 +08:00
Archer
5d5bee9e41
remove markdown format;refresh username;perf: latext render ( #3877 )
...
* refresh username
* remove md format
* perf: latext render
* ignore big image
* model config
2025-02-25 16:16:30 +08:00
Archer
255764400f
feat: model config required check;feat: dataset text model default setting ( #3866 )
...
* feat: model config required check
* feat: dataset text model default setting
* perf: collection list count
* fix: ts
* remove index count
2025-02-24 19:55:49 +08:00
heheer
3bfe802c48
fix collection folder tags filter ( #3853 )
...
* fix collection folder tags filter
* add comment
* fix
2025-02-24 17:43:31 +08:00
Archer
6762723b10
perf: ery extension and fix filter same embedding result ( #3833 )
...
* perf: ery extension and fix filter same embedding result
* fix: extract node too long
* perf: ui
* perf: not chatId will auto save
* fix: laf
* fix: member load
* feat: add completions unstream error response
* feat: add completions unstream error response
* updat emodel provider
2025-02-19 22:16:43 +08:00
heheer
8604cbd021
fix source name ( #3834 )
2025-02-19 20:42:30 +08:00
Archer
5fd520c794
perf: gemini config ( #3828 )
...
* doc
* doc
* perf: gemini config
2025-02-19 12:00:31 +08:00
Archer
09205e4666
fix: price page init data;perf: usage code;fix: reasoning tokens;fix: workflow basic node cannot upgrade ( #3816 )
...
* fix: img read
* fix: price page init data
* perf: ai model avatar
* perf: refresh in change team
* perf: null checker
* perf: usage code
* fix: reasoning tokens
* fix: workflow basic node cannot upgrade
* perf: model refresh
* perf: icon refresh
2025-02-18 20:50:25 +08:00
Archer
b14674cc6f
fix: whisper checker;fix: img read ( #3813 )
...
* fix: img read
* fix: whisper checker
* perf: dev doc
* perf: dev doc
* remove invalid code
2025-02-18 10:08:25 +08:00
Archer
4d20274a97
feat: think tag parse ( #3805 ) ( #3808 )
...
* feat: think tag parse
* remove some model config
* feat: parse think tag test
2025-02-17 20:57:36 +08:00
saikidev
cd7a897304
chore: add ppio provider ( #3789 )
2025-02-14 17:04:43 +08:00
Archer
1094c65f2b
perf: http empty params ( #3773 )
...
* model config
* feat: normalization embedding
* perf: http empty params
* doc
2025-02-13 10:35:11 +08:00
Archer
abe082b9ab
i18n perf ( #3770 )
...
* model config
* feat: normalization embedding
* perf: mark ui
* perf: i18n
* fix: rerank error tip
2025-02-12 16:36:21 +08:00
Archer
58f715e878
perf: request quantity;perf: share page error circulation;perf: share chat toast ( #3763 )
...
* model config
* feat: normalization embedding
* perf: share page error circulation
* perf: request quantity
* perf: share chat toast
* perf: queue
2025-02-12 11:36:29 +08:00