Archer
aa55f059d4
perf: chat history api;perf: full text error ( #4852 )
...
* perf: chat history api
* perf: i18n
* perf: full text
2025-05-20 22:31:32 +08:00
Archer
1dac2b70ec
perf: stream timeout;feat: hnsw max_scan_tuples config;fix: fulltext search merge error ( #4838 )
...
* perf: stream timeout
* feat: hnsw max_scan_tuples config
* fix: fulltext search merge error
* perf: jieba code
2025-05-20 09:59:24 +08:00
Archer
2d2d0fffe9
Test apidataset ( #4830 )
...
* Dataset (#4822 )
* apidataset support to basepath
* Resolve the error of the Feishu Knowledge Base modification configuration page not supporting baseurl bug.
* apibasepath
* add
* perf: api dataset
---------
Co-authored-by: dreamer6680 <1468683855@qq.com >
2025-05-17 22:41:10 +08:00
Archer
4e83840c14
perf: tool call check ( #4818 )
...
* i18n
* tool call
* fix: mcp create permission;Plugin unauth tip
* fix: mcp create permission;Plugin unauth tip
* fix: Cite modal permission
* remove invalide cite
* perf: prompt
* filter fulltext search
* fix: ts
* fix: ts
* fix: ts
2025-05-15 15:51:34 +08:00
Archer
cba8f773fe
New license ( #4809 )
...
* feat: new-license
* perf: volumn watch
* Set use client
2025-05-14 13:55:09 +08:00
Theresa
2d3117c5da
feat: update ESLint config with @typescript-eslint/consistent-type-imports ( #4746 )
...
* update: Add type
* fix: update import statement for NextApiRequest type
* fix: update imports to use type for LexicalEditor and EditorState
* Refactor imports to use 'import type' for type-only imports across multiple files
- Updated imports in various components and API files to use 'import type' for better clarity and to optimize TypeScript's type checking.
- Ensured consistent usage of type imports in files related to chat, dataset, workflow, and user management.
- Improved code readability and maintainability by distinguishing between value and type imports.
* refactor: remove old ESLint configuration and add new rules
- Deleted the old ESLint configuration file from the app project.
- Added a new ESLint configuration file with updated rules and settings.
- Changed imports to use type-only imports in various files for better clarity and performance.
- Updated TypeScript configuration to remove unnecessary options.
- Added an ESLint ignore file to exclude build and dependency directories from linting.
* fix: update imports to use 'import type' for type-only imports in schema files
2025-05-06 17:33:09 +08:00
Archer
a6fbfac96f
Yuque dataset baseurl ( #4742 )
...
* Yuque dataset baseurl (#4512 )
* feat: 增加API数据集功能和国际化支持
* 在apiDataset.d.ts中添加uuid、slug、parent_uuid和children字段
* 更新英文、简体中文和繁体中文的dataset.json文件,增加多条提示信息
* 在ApiDatasetForm组件中实现目录选择功能,支持获取Yuque路径
* 新增BaseUrlSelector组件,用于选择根目录
* 实现getpath API,支持根据Yuque服务器获取路径
* 更新相关API调用,确保兼容性和功能完整性
* feat: 更新Yuque服务器的baseUrl处理逻辑
* 在apiDataset.d.ts中将YuqueServer的baseUrl属性改为必填
* 更新ApiDatasetForm组件,调整baseUrl的状态管理和路径加载逻辑
* 新增getcatalog API以支持获取数据集目录
* 修改相关API调用,确保baseUrl的正确传递和使用
* 优化路径返回值为中文“根目录”
* feat: 更新数据集API调用逻辑
* 将getFeishuAndYuqueDatasetFileList替换为getProApiDatasetFileListRequest,统一API调用方式
* 更新相关文件以确保新API的正确使用
* 优化代码结构,提高可读性和维护性
* 清理代码:移除ApiDatasetForm、BaseUrlSelector和相关API中的调试日志
* 删除不必要的console.log语句,提升代码整洁性
* 确保API逻辑的清晰性,避免冗余输出
* 更新数据集相关类型和API逻辑
- 在apiDataset.d.ts中添加ApiDatasetDetailResponse类型,移除不必要的字段。
- 在proApi.ts中新增DETAIL操作类型及相关参数类型。
- 修改ApiDatasetForm.tsx以支持新的API调用逻辑,统一路径获取方式。
- 更新BaseUrlSelector组件,简化目录选择逻辑。
- 优化getpath.ts和getcatalog.ts中的路径处理逻辑,确保API调用的一致性和正确性。
- 清理不必要的代码和注释,提高代码可读性。
* 清理ApiDatasetForm组件中的调试日志,移除console.log语句以提升代码整洁性和可读性。
* fix
* updata apidatasetform
* remove console
* updata
* updata
* updata editapiservermodal
* updata i18n
* add type
* update getpath
* add type
* perf: yuque dataset baseurl
* perf: remove rerank records
* fix: ts
---------
Co-authored-by: dreamer6680 <1468683855@qq.com >
2025-05-05 18:37:14 +08:00
Archer
6763ac60d5
fix same tag in different datasets ( #4673 ) ( #4680 )
...
Co-authored-by: heheer <heheer@sealos.io >
2025-04-27 17:33:14 +08:00
Archer
0720bbe4da
V4.9.7 feature ( #4669 )
...
* update doc
* feat: Add coupon redemption feature for team subscriptions (#4595 )
* feat: Add coupon redemption feature for team subscriptions
- Introduced `TeamCouponSub` and `TeamCouponSchema` types
- Added `redeemCoupon` API endpoint
- Updated UI to include a modal for coupon redemption
- Added new icon and translations for "Redeem coupon"
* perf: remove field teamId
* perf: use dynamic import
* refactor: move to page component
* perf: coupon code
* perf: mcp server
* perf: test
* auto layout (#4634 )
* fix 4.9.6 (#4631 )
* fix debug quote list
* delete next text node match
* fix extract default boolean value
* export latest 100 chat items
* fix quote item ui
* doc
* fix doc
* feat: auto layout
* perf: auto layout
* fix: auto layout null
* add start node
---------
Co-authored-by: heheer <heheer@sealos.io >
* fix: share link (#4644 )
* Add workflow run duration;Get audio duration (#4645 )
* add duration
* get audio duration
* Custom config path (#4649 )
* feat: 通过环境变量DATA_PATH获取配置文件目录 (#4622 )
通过环境变量DATA_PATH获取配置文件目录,以应对不同的部署方式的多样化需求
* feat: custom configjson path
* doc
---------
Co-authored-by: John Chen <sss1991@163.com >
* 程序api调用场景下,如果大量调用带有图片或视频,产生的聊天记录会导致后台mongo数据库异常。这个修改给api客户端一个禁止生成聊天记录的选项,避免这个后果。 (#3964 )
* update special chatId
* perf: vector db rename
* update operationLog (#4647 )
* update operationLog
* combine operationLogMap
* solve operationI18nLogMap bug
* remoce log
* feat: Rerank usage (#4654 )
* refresh concat when update (#4655 )
* fix: refresh code
* perf: timer lock
* Fix operationLog (#4657 )
* perf: http streamable mcp
* add alipay (#4630 )
* perf: subplan ui
* perf: pay code
* hiden bank tip
* Fix: pay error (#4665 )
* fix quote number (#4666 )
* remove log
---------
Co-authored-by: a.e. <49438478+I-Info@users.noreply.github.com >
Co-authored-by: heheer <heheer@sealos.io >
Co-authored-by: John Chen <sss1991@163.com >
Co-authored-by: gaord <bengao168@msn.com >
Co-authored-by: gggaaallleee <91131304+gggaaallleee@users.noreply.github.com >
2025-04-26 16:17:21 +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
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
Archer
ff64a3c039
update search filter code ( #4317 )
...
* sync collection
* remove lock
* update search filter code
2025-03-27 10:05:33 +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
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
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
Wenhao Zhu
36da8c862f
fix: 修复知识库问题优化无效的BUG ( #4033 )
2025-03-07 16:00:01 +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
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
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
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
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
Archer
8738c32fb0
4.8.21 feature ( #3742 )
...
* model config
* feat: normalization embedding
* adapt unstrea reasoning response
* remove select app
* perf: dataset search code
* fix: multiple audio video show
* perf: query extension output
* perf: link check
* perf: faq doc
* fix: ts
* feat: support reasoning text output
* feat: workflow support reasoning output
2025-02-11 13:53:08 +08:00
Archer
42b2046f96
4.8.21 feature ( #3720 )
...
* agent search demo
* edit form force close image select
* feat: llm params and doubao1.5
* perf: model error tip
* fix: template register path
* package
2025-02-08 10:44:33 +08:00
Archer
d857a391b3
4.8.20 update ( #3706 )
...
* fix: rerank auth token
* feat: check null value
* bind notify
* perf: reasoning config
* Adapt mongo 4.x index
2025-02-06 14:34:43 +08:00
Archer
db2c0a0bdb
V4.8.20 feature ( #3686 )
...
* Aiproxy (#3649 )
* model config
* feat: model config ui
* perf: rename variable
* feat: custom request url
* perf: model buffer
* perf: init model
* feat: json model config
* auto login
* fix: ts
* update packages
* package
* fix: dockerfile
* feat: usage filter & export & dashbord (#3538 )
* feat: usage filter & export & dashbord
* adjust ui
* fix tmb scroll
* fix code & selecte all
* merge
* perf: usages list;perf: move components (#3654 )
* perf: usages list
* team sub plan load
* perf: usage dashboard code
* perf: dashboard ui
* perf: move components
* add default model config (#3653 )
* 4.8.20 test (#3656 )
* provider
* perf: model config
* model perf (#3657 )
* fix: model
* dataset quote
* perf: model config
* model tag
* doubao model config
* perf: config model
* feat: model test
* fix: POST 500 error on dingtalk bot (#3655 )
* feat: default model (#3662 )
* move model config
* feat: default model
* fix: false triggerd org selection (#3661 )
* export usage csv i18n (#3660 )
* export usage csv i18n
* fix build
* feat: markdown extension (#3663 )
* feat: markdown extension
* media cros
* rerank test
* default price
* perf: default model
* fix: cannot custom provider
* fix: default model select
* update bg
* perf: default model selector
* fix: usage export
* i18n
* fix: rerank
* update init extension
* perf: ip limit check
* doubao model order
* web default modle
* perf: tts selector
* perf: tts error
* qrcode package
* reload buffer (#3665 )
* reload buffer
* reload buffer
* tts selector
* fix: err tip (#3666 )
* fix: err tip
* perf: training queue
* doc
* fix interactive edge (#3659 )
* fix interactive edge
* fix
* comment
* add gemini model
* fix: chat model select
* perf: supplement assistant empty response (#3669 )
* perf: supplement assistant empty response
* check array
* perf: max_token count;feat: support resoner output;fix: member scroll (#3681 )
* perf: supplement assistant empty response
* check array
* perf: max_token count
* feat: support resoner output
* member scroll
* update provider order
* i18n
* fix: stream response (#3682 )
* perf: supplement assistant empty response
* check array
* fix: stream response
* fix: model config cannot set to null
* fix: reasoning response (#3684 )
* perf: supplement assistant empty response
* check array
* fix: reasoning response
* fix: reasoning response
* doc (#3685 )
* perf: supplement assistant empty response
* check array
* doc
* lock
* animation
* update doc
* update compose
* doc
* doc
---------
Co-authored-by: heheer <heheer@sealos.io >
Co-authored-by: a.e. <49438478+I-Info@users.noreply.github.com >
2025-02-05 00:10:47 +08:00
Archer
3c97757e4d
4.8.19-feature ( #3636 )
...
* feat: sync org from wecom, pref: member list pagination (#3549 )
* feat: sync org
* chore: fe
* chore: loading
* chore: type
* pref: team member list change to pagination. Edit a sort of list apis.
* feat: member update avatar
* chore: user avatar move to tmb
* chore: init scripts move user avatar
* chore: sourceMember
* fix: list api sourceMember
* fix: member sync
* fix: pagination
* chore: adjust code
* chore: move changeOwner to pro
* chore: init v4819 script
* chore: adjust code
* chore: UserBox
* perf: scroll page code
* perf: list data
* docs:更新用户答疑 (#3576 )
* docs: add custom uid docs (#3572 )
* fix: pagination bug (#3577 )
* 4.8.19 test (#3584 )
* faet: dataset search filter
* fix: scroll page
* fix: collection list api old version (#3591 )
* fix: collection list api format
* fix: type error of addSourceMemeber
* fix: scroll fetch (#3592 )
* fix: yuque dataset file folder can enter (#3593 )
* perf: load members;perf: yuque load;fix: workflow llm params cannot close (#3594 )
* chat openapi doc
* feat: dataset openapi doc
* perf: load members
* perf: member load code
* perf: yuque load
* fix: workflow llm params cannot close
* fix: api dataset reference tag preview (#3600 )
* perf: doc
* feat: chat page config
* fix: http parse (#3634 )
* update doc
* fix: http parse
* fix code run node reset template (#3633 )
Co-authored-by: Archer <545436317@qq.com >
* docs:faq (#3627 )
* docs:faq
* docsFix
* perf: sleep plugin
* fix: selector
---------
Co-authored-by: Finley Ge <32237950+FinleyGe@users.noreply.github.com >
Co-authored-by: Jiangween <145003935+Jiangween@users.noreply.github.com >
Co-authored-by: heheer <heheer@sealos.io >
2025-01-20 19:42:33 +08:00
Archer
10d8c56e23
V4.8.18 feature ( #3565 )
...
* feat: org CRUD (#3380 )
* feat: add org schema
* feat: org manage UI
* feat: OrgInfoModal
* feat: org tree view
* feat: org management
* fix: init root org
* feat: org permission for app
* feat: org support for dataset
* fix: disable org role control
* styles: opt type signatures
* fix: remove unused permission
* feat: delete org collaborator
* perf: Team org ui (#3499 )
* perf: org ui
* perf: org ui
* feat: org auth for app & dataset (#3498 )
* feat: auth org resource permission
* feat: org auth support for app & dataset
* perf: org permission check (#3500 )
* i18n (#3501 )
* name
* i18n
* feat: support dataset changeOwner (#3483 )
* feat: support dataset changeOwner
* chore: update dataset change owner api
* feat: permission manage UI for org (#3503 )
* perf: password check;perf: image upload check;perf: sso login check (#3509 )
* perf: password check
* perf: image upload check
* perf: sso login check
* force show update notification modal & fix login page text (#3512 )
* fix login page English text
* update notification modal
* perf: notify account (#3515 )
* perf(plugin): improve searXNG empty result handling and documentation (#3507 )
* perf(plugin): improve searXNG empty result handling and documentation
* 修改了文档和代码部分无搜索的结果的反馈
* refactor: org pathId (#3516 )
* optimize payment process (#3517 )
* feat: support wecom sso (#3518 )
* feat: support wecom sso
* chore: remove unused wecom js-sdk dependency
* fix qrcode script (#3520 )
* fix qrcode script
* i18n
* perf: full text collection and search code;perf: rename function (#3519 )
* perf: full text collection and search code
* perf: rename function
* perf: notify modal
* remove invalid code
* perf: sso login
* perf: pay process
* 4.8.18 test (#3524 )
* perf: remove local token
* perf: index
* perf: file encoding;perf: leave team code;@c121914yu perf: full text search code (#3528 )
* perf: text encoding
* perf: leave team code
* perf: full text search code
* fix: http status
* perf: embedding search and vector avatar
* perf: async read file (#3531 )
* refactor: team permission manager (#3535 )
* perf: classify org, group and member
* refactor: team per manager
* fix: missing functions
* 4.8.18 test (#3543 )
* perf: login check
* doc
* perf: llm model config
* perf: team clb config
* fix: MemberModal UI (#3553 )
* fix: adapt MemberModal title and icon
* fix: adapt member modal
* fix: search input placeholder
* fix: add button text
* perf: org permission (#3556 )
* docs:用户答疑的官方文档补充 (#3540 )
* docs:用户答疑的官方文档补充
* 问题回答的内容修补
* share link random avatar (#3541 )
* share link random avatar
* fix
* delete unused code
* share page avatar (#3558 )
* feat: init 4818
* share page avatar
* feat: tmp upgrade code (#3559 )
* feat: tmp upgrade code
* fulltext search test
* update action
* full text tmp code (#3561 )
* full text tmp code
* fix: init
* fix: init
* remove tmp code
* remove tmp code
* 4818-alpha
* 4.8.18 test (#3562 )
* full text tmp code
* fix: init
* upgrade code
* account log
* account log
* perf: dockerfile
* upgrade code
* chore: update docs app template submission (#3564 )
---------
Co-authored-by: a.e. <49438478+I-Info@users.noreply.github.com >
Co-authored-by: Finley Ge <32237950+FinleyGe@users.noreply.github.com >
Co-authored-by: heheer <heheer@sealos.io >
Co-authored-by: Jiangween <145003935+Jiangween@users.noreply.github.com >
2025-01-11 15:15:38 +08:00
Archer
b520988c64
V4.8.17 feature ( #3485 )
...
* feat: add third party account config (#3443 )
* temp
* editor workflow variable style
* add team to dispatch
* i18n
* delete console
* change openai account position
* fix
* fix
* fix
* fix
* fix
* 4.8.17 test (#3461 )
* perf: external provider config
* perf: ui
* feat: add template config (#3434 )
* change template position
* template config
* delete console
* delete
* fix
* fix
* perf: Mongo visutal field (#3464 )
* remve invalid code
* perf: team member visutal code
* perf: virtual search; perf: search test data
* fix: ts
* fix: image response headers
* perf: template code
* perf: auth layout;perf: auto save (#3472 )
* perf: auth layout
* perf: auto save
* perf: auto save
* fix: template guide display & http input support external variables (#3475 )
* fix: template guide display
* http editor support external workflow variables
* perf: auto save;fix: ifelse checker line break; (#3478 )
* perf: auto save
* perf: auto save
* fix: ifelse checker line break
* perf: doc
* perf: doc
* fix: update var type error
* 4.8.17 test (#3479 )
* perf: auto save
* perf: auto save
* perf: template code
* 4.8.17 test (#3480 )
* perf: auto save
* perf: auto save
* perf: model price model
* feat: add react memo
* perf: model provider filter
* fix: ts (#3481 )
* perf: auto save
* perf: auto save
* fix: ts
* simple app tool select (#3473 )
* workflow plugin userguide & simple tool ui
* simple tool filter
* reuse component
* change component to hook
* fix
* perf: too selector modal (#3484 )
* perf: auto save
* perf: auto save
* perf: markdown render
* perf: too selector
* fix: app version require tmbId
* perf: templates refresh
* perf: templates refresh
* hide auto save error tip
* perf: toolkit guide
---------
Co-authored-by: heheer <heheer@sealos.io >
2024-12-27 20:05:12 +08:00
Archer
f646ef8595
feat: model select support close params;perf: dataset params slider;update doc ( #3453 )
...
* feat: model select support close params
* perf: dataset params slider
* update doc
* update doc
* add delete log
* perf: ai config overflow
* test
* test
* test
* delete collection tags
* delete collection tags
2024-12-23 23:47:33 +08:00
Archer
bd79e7701f
V4.8.16 dev ( #3431 )
...
* feat: add feishu & yuque dataset (#3379 )
* feat: add feishu & yuque dataset
* fix ts
* fix ts
* move type position
* fix
* fix: merge interface
* fix
* feat: dingtalk sso support (#3408 )
* fix: optional sso state
* feat: dingtalk bot
* feat: dingtalk sso login
* chore: move i18n to user namespace
* feat: dingtalk bot integration (#3415 )
* feat: dingtalk bot integration
* docs: config dingtalk bot
* feat:sear XNG服务 (#3413 )
* feat:sear XNG服务
* 补充了courseUrl
* 添加了官方文档
* 错误时返回情况修正了一下
* Tracks (#3420 )
* feat: node intro
* feat: add domain track
* dingding sso login
* perf: api dataset code and add doc
* feat: tracks
* feat: searXNG plugins
* fix: ts
* feat: delete node tracks (#3423 )
* fix: dingtalk bot GET verification (#3424 )
* 4.8.16 test: fix: plugin inputs render;fix: ui offset (#3426 )
* fix: ui offset
* perf: dingding talk
* fix: plugin inputs render
* feat: menu all folder (#3429 )
* fix: recall code
---------
Co-authored-by: heheer <heheer@sealos.io >
Co-authored-by: a.e. <49438478+I-Info@users.noreply.github.com >
Co-authored-by: Jiangween <145003935+Jiangween@users.noreply.github.com >
2024-12-18 19:30:19 +08:00
Archer
d5752ddbaa
feat: Sync collection ( #3368 )
...
* feat: sync collection
* feat: sync collection
* perf: website selector
* update doc
2024-12-11 15:03:41 +08:00
Archer
1a294c1fd3
perf: load plugin groups code;perf: system plugin schema;fix: special variables replace;perf: retry cron app job ( #3347 )
...
* perf: load plugin groups code
* perf: system plugin schema
* feat: retry cron app job
* fix: special variables replace
2024-12-09 17:18:07 +08:00
Archer
1aebe5f185
V4.8.15 feature ( #3331 )
...
* feat: add customize toolkit (#3205 )
* chaoyang
* fix-auth
* add toolkit
* add order
* plugin usage
* fix
* delete console:
* Fix: Fix fullscreen preview top positioning and improve Markdown rendering logic (#3247 )
* 完成任务:修复全屏预览顶部固定问题,优化 Markdown 渲染逻辑
* 有问题修改
* 问题再修改
* 修正问题
* fix: plugin standalone display issue (#3254 )
* 4.8.15 test (#3246 )
* o1 config
* perf: system plugin code
* 调整系统插件代码。增加html 渲染安全配置。 (#3258 )
* perf: base64 picker
* perf: list app or dataset
* perf: plugin config code
* 小窗适配等问题 (#3257 )
* 小窗适配等问题
* git问题
* 小窗剩余问题
* feat: system plugin auth and lock version (#3265 )
* feat: system plugin auth and lock version
* update comment
* 4.8.15 test (#3267 )
* tmp log
* perf: login direct
* perf: iframe html code
* remove log
* fix: plugin standalone display (#3277 )
* refactor: 页面拆分&i18n拆分 (#3281 )
* refactor: account组件拆成独立页面
* script: 新增i18n json文件创建脚本
* refactor: 页面i18n拆分
* i18n: add en&hant
* 4.8.15 test (#3285 )
* tmp log
* remove log
* fix: watch avatar refresh
* perf: i18n code
* fix(plugin): use intro instead of userguide (#3290 )
* Universal SSO (#3292 )
* tmp log
* remove log
* feat: common oauth
* readme
* perf: sso provider
* remove sso code
* perf: refresh plugins
* feat: add api dataset (#3272 )
* add api-dataset
* fix api-dataset
* fix api dataset
* fix ts
* perf: create collection code (#3301 )
* tmp log
* remove log
* perf: i18n change
* update version doc
* feat: question guide from chatId
* perf: create collection code
* fix: request api
* fix: request api
* fix: tts auth and response type (#3303 )
* perf: md splitter
* fix: tts auth and response type
* fix: api file dataset (#3307 )
* perf: api dataset init (#3310 )
* perf: collection schema
* perf: api dataset init
* refactor: 团队管理独立页面 (#3302 )
* ui: 团队管理独立页面
* 代码优化
* fix
* perf: sync collection and ui check (#3314 )
* perf: sync collection
* remove script
* perf: update api server
* perf: api dataset parent
* perf: team ui
* perf: team 18n
* update team ui
* perf: ui check
* perf: i18n
* fix: debug variables & cronjob & system plugin callback load (#3315 )
* fix: debug variables & cronjob & system plugin callback load
* fix type
* fix
* fix
* fix: plugin dataset quote;perf: system variables init (#3316 )
* fix: plugin dataset quote
* perf: system variables init
* perf: node templates ui;fix: dataset import ui (#3318 )
* fix: dataset import ui
* perf: node templates ui
* perf: ui refresh
* feat:套餐改名和套餐跳转配置 (#3309 )
* fixing:except Sidebar
* 去除了多余的代码
* 修正了套餐说明的代码
* 修正了误删除的show_git代码
* 修正了名字部分等代码
* 修正了问题,遗留了其他和ui讨论不一致的部分
* 4.8.15 test (#3319 )
* remove log
* pref: bill ui
* pref: bill ui
* perf: log
* html渲染文档 (#3270 )
* html渲染文档
* 文档有点小问题
* feat: doc (#3322 )
* 集合重训练 (#3282 )
* rebaser
* 一点补充
* 小问题
* 其他问题修正,删除集合保留文件的参数还没找到...
* reTraining
* delete uesless
* 删除了一行错误代码
* 集合重训练部分
* fixing
* 删除console代码
* feat: navbar item config (#3326 )
* perf: custom navbar code;perf: retraining code;feat: api dataset and dataset api doc (#3329 )
* feat: api dataset and dataset api doc
* perf: retraining code
* perf: custom navbar code
* fix: ts (#3330 )
* fix: ts
* fix: ts
* retraining ui
* perf: api collection filter
* perf: retrining button
---------
Co-authored-by: heheer <heheer@sealos.io >
Co-authored-by: Jiangween <145003935+Jiangween@users.noreply.github.com >
Co-authored-by: papapatrick <109422393+Patrickill@users.noreply.github.com >
2024-12-06 10:56:53 +08:00
Archer
8aa6b53760
V4.8.14 dev ( #3234 )
...
* feat: rewrite chat context (#3176 )
* feat: add app auto execute (#3115 )
* feat: add app auto execute
* auto exec configtion
* chatting animation
* change icon
* fix
* fix
* fix link
* feat: add chat context to all chatbox
* perf: loading ui
---------
Co-authored-by: heheer <heheer@sealos.io >
* app auto exec (#3179 )
* add chat records loaded state (#3184 )
* perf: chat store reset storage (#3186 )
* perf: chat store reset storage
* perf: auto exec code
* chore: workflow ui (#3175 )
* chore: workflow ui
* fix
* change icon color config
* change popover to mymenu
* 4.8.14 test (#3189 )
* update doc
* fix: token check
* perf: icon button
* update doc
* feat: share page support configuration Whether to allow the original view (#3194 )
* update doc
* perf: fix index (#3206 )
* perf: i18n
* perf: Add service entry (#3226 )
* 4.8.14 test (#3228 )
* fix: ai log
* fix: text splitter
* fix: reference unselect & user form description & simple to advance (#3229 )
* fix: reference unselect & user form description & simple to advance
* change abort position
* perf
* perf: code (#3232 )
* perf: code
* update doc
* fix: create btn permission (#3233 )
* update doc
* fix: refresh chatbox listener
* perf: check invalid reference
* perf: check invalid reference
* update doc
* fix: ui props
---------
Co-authored-by: heheer <heheer@sealos.io >
2024-11-26 12:02:58 +08:00
Archer
019bf67e2d
Snip test ( #3204 )
...
* fix: index
* fix: snapshot error; perf: snapshot diff compare
* perf: init simple edit history
2024-11-21 16:26:43 +08:00
Archer
a9db5b57c5
feat: add training retry time ( #3187 )
...
* feat: add training retry time
* remoce log
2024-11-18 20:57:03 +08:00
Archer
0472dc2967
perf: checkbox dom ( #3149 )
...
* perf: checkbox dom
* perf: null check
* perf: simple mode variables
* perf: get csv encoding code
* fix: dataset filter
* perf: code editor ui
2024-11-13 18:29:24 +08:00
Archer
e9d52ada73
4.8.13 feature ( #3118 )
...
* chore(ui): login page & workflow page (#3046 )
* login page & number input & multirow select & llm select
* workflow
* adjust nodes
* New file upload (#3058 )
* feat: toolNode aiNode readFileNode adapt new version
* update docker-compose
* update tip
* feat: adapt new file version
* perf: file input
* fix: ts
* feat: add chat history time label (#3024 )
* feat:add chat and logs time
* feat: add chat history time label
* code perf
* code perf
---------
Co-authored-by: 勤劳上班的卑微小张 <jiazhan.zhang@ggimage.com >
* add chatType (#3060 )
* pref: slow query of full text search (#3044 )
* Adapt findLast api;perf: markdown zh format. (#3066 )
* perf: context code
* fix: adapt findLast api
* perf: commercial plugin run error
* perf: markdown zh format
* perf: dockerfile proxy (#3067 )
* fix ui (#3065 )
* fix ui
* fix
* feat: support array reference multi-select (#3041 )
* feat: support array reference multi-select
* fix build
* fix
* fix loop multi-select
* adjust condition
* fix get value
* array and non-array conversion
* fix plugin input
* merge func
* feat: iframe code block;perf: workflow selector type (#3076 )
* feat: iframe code block
* perf: workflow selector type
* node pluginoutput check (#3074 )
* feat: View will move when workflow check error;fix: ui refresh error when continuous file upload (#3077 )
* fix: plugin output check
* fix: ui refresh error when continuous file upload
* feat: View will move when workflow check error
* add dispatch try catch (#3075 )
* perf: workflow context split (#3083 )
* perf: workflow context split
* perf: context
* 4.8.13 test (#3085 )
* perf: workflow node ui
* chat iframe url
* feat: support sub route config (#3071 )
* feat: support sub route config
* dockerfile
* fix upload
* delete unused code
* 4.8.13 test (#3087 )
* fix: image expired
* fix: datacard navbar ui
* perf: build action
* fix: workflow file upload refresh (#3088 )
* fix: http tool response (#3097 )
* loop node dynamic height (#3092 )
* loop node dynamic height
* fix
* fix
* feat: support push chat log (#3093 )
* feat: custom uid/metadata
* to: custom info
* fix: chat push latest
* feat: add chat log envs
* refactor: move timer to pushChatLog
* fix: using precise log
---------
Co-authored-by: Finley Ge <m13203533462@163.com >
* 4.8.13 test (#3098 )
* perf: loop node refresh
* rename context
* comment
* fix: ts
* perf: push chat log
* array reference check & node ui (#3100 )
* feat: loop start add index (#3101 )
* feat: loop start add index
* update doc
* 4.8.13 test (#3102 )
* fix: loop index;edge parent check
* perf: reference invalid check
* fix: ts
* fix: plugin select files and ai response check (#3104 )
* fix: plugin select files and ai response check
* perf: text editor selector;tool call tip;remove invalid image url;
* perf: select file
* perf: drop files
* feat: source id prefix env (#3103 )
* 4.8.13 test (#3106 )
* perf: select file
* perf: drop files
* perf: env template
* 4.8.13 test (#3107 )
* perf: select file
* perf: drop files
* fix: imple mode adapt files
* perf: push chat log (#3109 )
* fix: share page load title error (#3111 )
* 4.8.13 perf (#3112 )
* fix: share page load title error
* update file input doc
* perf: auto add file urls
* perf: auto ser loop node offset height
* 4.8.13 test (#3117 )
* perf: plugin
* updat eaction
* feat: add more share config (#3120 )
* feat: add more share config
* add i18n en
* fix: missing subroute (#3121 )
* perf: outlink config (#3128 )
* update action
* perf: outlink config
* fix: ts (#3129 )
* 更新 docSite 文档内容 (#3131 )
* fix: null pointer (#3130 )
* fix: null pointer
* perf: not input text
* update doc url
* perf: outlink default value (#3134 )
* update doc (#3136 )
* 4.8.13 test (#3137 )
* update doc
* perf: completions chat api
* Restore docSite content based on upstream/4.8.13-dev (#3138 )
* Restore docSite content based on upstream/4.8.13-dev
* 4813.md缺少更正
* update doc (#3141 )
---------
Co-authored-by: heheer <heheer@sealos.io >
Co-authored-by: papapatrick <109422393+Patrickill@users.noreply.github.com >
Co-authored-by: 勤劳上班的卑微小张 <jiazhan.zhang@ggimage.com >
Co-authored-by: Finley Ge <32237950+FinleyGe@users.noreply.github.com >
Co-authored-by: a.e. <49438478+I-Info@users.noreply.github.com >
Co-authored-by: Finley Ge <m13203533462@163.com >
Co-authored-by: Jiangween <145003935+Jiangween@users.noreply.github.com >
2024-11-13 11:29:53 +08:00
Archer
1e02544c3a
feat: reset milvus ( #3013 )
2024-10-29 14:55:27 +08:00
Archer
f89452acdd
Group role ( #2993 )
...
* feat: app/dataset support group (#2898 )
* pref: member-group (#2862 )
* feat: group list ordered by updateTime
* fix: transfer ownership of group when deleting member
* fix: i18n fix
* feat: can not set member as admin/owner when user is not active
* fix: GroupInfoModal hover input do not change color
* fix(fe): searchinput do not scroll
* feat: app collaborator with group, remove default permission
* feat: dataset collaborator with group, remove default permission
* chore(test): pref mock
* chore: remove useless code
* chore: adjust
* fix: add self as collaborator when creating folder
* fix(fe): folder manage menu do not show when user has write permission
only
* fix: dataset folder create
* feat: Add code comment
* Pref: app move (#2952 )
* perf: app schema
* doc
---------
Co-authored-by: Finley Ge <32237950+FinleyGe@users.noreply.github.com >
2024-10-25 19:39:11 +08:00
Archer
3878a50d0f
fix: file extension check ( #2876 )
2024-10-10 17:35:56 +08:00
Archer
265434799f
Add externalfile api params ( #2745 )
...
* feat: external dataset api
* perf: doc
2024-09-19 13:28:55 +08:00
Archer
d83bb9d2c7
remove code ( #2735 )
2024-09-18 13:47:42 +08:00
Archer
093bfa2134
feat: dataset quote role support system; fix: adapt o1 model ( #2733 )
...
* feat: dataset quote support system role
* perf: adapt dataset quote role
* fix: adapt o1 model
2024-09-18 13:38:50 +08:00