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
|
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
|
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 |
|
lgphone
|
3fadabd28b
|
fix: 优化读取mongo文件性能,解决因执行Buffer.concat过多造成等待导致整个服务hang住的 (#3985)
如果 Buffer.concat() 被频繁调用,尤其是在处理大量数据时,可能会导致内存分配压力增大,从而影响性能。
测试大于100M的PDF文件上传解析会导致/api/core/dataset/collection/create/fileId接口长时间无响应,其他接口也处于hang住的状态,导致整个服务不可用。
使用一次性拼接后问题解决
|
2025-03-05 15:08:40 +08:00 |
|
Finley Ge
|
747bb303ec
|
chore: upgrade mongoose to v8.10.x for security (#3868)
* chore: upgrade mongoose to v8.10.x for security
* chore: remove duplicate code
* fix: ts error
|
2025-02-26 18:32:19 +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
|
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
|
710fa37847
|
fix: chat variable update (#3156)
* perf: file encoding
* fix: chat variable update
|
2024-11-14 15:50:47 +08:00 |
|
Archer
|
912b264a47
|
perf: forbid image to base64 (#3038)
* perf: forbid image to base64
* update file upload path
* feat: support promptCall use image
* fix: echarts load
* update doc
|
2024-11-01 14:29:20 +08:00 |
|
Finley Ge
|
b712a821f8
|
fix: upload file (#2992)
* fix: upload file
* chore: remove wasm, support html image parse
* chore: adjust
* chore: move base64match function into htmlstr2md
|
2024-10-28 21:44:50 +08:00 |
|
Archer
|
3878a50d0f
|
fix: file extension check (#2876)
|
2024-10-10 17:35:56 +08:00 |
|
Archer
|
3ba9c21828
|
4.8.9 test fix (#2291)
* perf: read file icon
* perf:icon
* fix: i18n
* perf: hide pro api
* perf: upload expired time
* perf: upload file frequency limit
* perf: upload file ux
* perf: input file tip
* perf: qa custom chunk size
* feat: dataset openapi
* fix: auth dataset list
* fix: openapi doc
* perf: zero temperature change to 0.01
* perf: read file prompt
* perf: read file prompt
* perf: free plan tip
* feat: cron job usage
|
2024-08-08 10:07:24 +08:00 |
|
Archer
|
e36d9d794f
|
File input (#2270)
* doc
* feat: file upload config
* perf: chat box file params
* feat: markdown show file
* feat: chat file store and clear
* perf: read file contentType
* feat: llm vision config
* feat: file url output
* perf: plugin error text
* perf: image load
* feat: ai chat document
* perf: file block ui
* feat: read file node
* feat: file read response field
* feat: simple mode support read files
* feat: tool call
* feat: read file histories
* perf: select file
* perf: select file config
* i18n
* i18n
* fix: ts; feat: tool response preview result
|
2024-08-06 10:00:22 +08:00 |
|
Archer
|
8d25a1d3ec
|
Add img extension (#2172)
* perf: mongo log
* perf: img read
* doc
|
2024-07-26 12:46:07 +08:00 |
|
Archer
|
5605f1a892
|
4.8.6 fix (#1963)
* feat: log store
* fix: full text search match query
* perf: mongo schema import, Avoid duplicate import
|
2024-07-05 17:37:42 +08:00 |
|
Archer
|
a9cdece341
|
4.8.6 merge (#1943)
* Dataset collection forbid (#1885)
* perf: tool call support same id
* feat: collection forbid
* feat: collection forbid
* Inheritance Permission for apps (#1897)
* feat: app schema define
chore: references of authapp
* feat: authApp method inheritance
* feat: create and update api
* feat: update
* feat: inheritance Permission controller for app.
* feat: abstract version of inheritPermission
* feat: ancestorId for apps
* chore: update app
* fix: inheritPermission abstract version
* feat: update folder defaultPermission
* feat: app update api
* chore: inheritance frontend
* chore: app list api
* feat: update defaultPermission in app deatil
* feat: backend api finished
* feat: app inheritance permission fe
* fix: app update defaultpermission causes collaborator miss
* fix: ts error
* chore: adjust the codes
* chore: i18n
chore: i18n
* chore: fe adjust and i18n
* chore: adjust the code
* feat: resume api;
chore: rewrite update api and inheritPermission methods
* chore: something
* chore: fe code adjusting
* feat: frontend adjusting
* chore: fe code adjusting
* chore: adjusting the code
* perf: fe loading
* format
* Inheritance fix (#1908)
* fix: SlideCard
* fix: authapp did not return parent app for inheritance app
* fix: fe adjusting
* feat: fe adjusing
* perf: inherit per ux
* doc
* fix: ts errors (#1916)
* perf: inherit permission
* fix: permission inherit
* Workflow type (#1938)
* perf: workflow type
tmp workflow
perf: workflow type
feat: custom field config
* perf: dynamic input
* perf: node classify
* perf: node classify
* perf: node classify
* perf: node classify
* fix: workflow custom input
* feat: text editor and customFeedback move to basic nodes
* feat: community system plugin
* fix: ts
* feat: exprEval plugin
* perf: workflow type
* perf: plugin important
* fix: default templates
* perf: markdown hr css
* lock
* perf: fetch url
* perf: new plugin version
* fix: chat histories update
* fix: collection paths invalid
* perf: app card ui
---------
Co-authored-by: Finley Ge <32237950+FinleyGe@users.noreply.github.com>
|
2024-07-04 17:42:09 +08:00 |
|
Archer
|
5cc01b8509
|
4.8.5 test (#1805)
* perf: revert tip
* feat: create copy app
* perf: file stream read
* perf: read directory over 100 files
* perf: index
* fix: team chat api error
* lock
* fix: i18n file
|
2024-06-21 10:09:00 +08:00 |
|
Archer
|
b20d075d35
|
Updae theme and fix some bug (#1711)
|
2024-06-07 12:54:30 +08:00 |
|
Archer
|
67c52992d7
|
External dataset (#1519)
* perf: local file create collection
* rename middleware
* perf: remove code
* feat: next14
* feat: external file dataset
* collection tags field
* external file dataset doc
* fix: ts
|
2024-05-17 16:44:15 +08:00 |
|
Archer
|
c6d9b15897
|
External dataset (#1497)
* perf: read rawText and chunk code
* perf: read raw text
* perf: read rawtext
* perf: token count
* log
|
2024-05-16 11:47:53 +08:00 |
|
heheer
|
7b75a99ba2
|
fix: add pptx encoding try catch (#1393)
|
2024-05-08 18:10:37 +08:00 |
|
Archer
|
b5f0ac3e1d
|
Perf: read file woker (#1337)
* perf: read file worker
* fix: Http node url input
* fix: htm2md
* fix: html2md
* fix: ts
* perf: Problem classification increases the matching order
* feat: tool response answer
|
2024-04-30 18:12:20 +08:00 |
|
Archer
|
c314312a57
|
4.7.1 production (#1173)
Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
|
2024-04-11 16:30:17 +08:00 |
|
Archer
|
8a46372418
|
4.7.1-alpha (#1120)
Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
|
2024-04-03 18:14:09 +08:00 |
|
Archer
|
21288d1736
|
Feat: pptx and xlsx loader (#1118)
* perf: plan tip
* perf: upload size controller
* feat: add image ttl index
* feat: new upload file ux
* remove file
* feat: support read pptx
* feat: support xlsx
* fix: rerank docker flie
|
2024-04-01 19:01:26 +08:00 |
|
Archer
|
c031e6dcc9
|
4.6.7-alpha commit (#743)
Co-authored-by: Archer <545436317@qq.com>
Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
|
2024-01-19 11:17:28 +08:00 |
|
Archer
|
b58249fc3a
|
4.6.4-alpha (#582)
|
2023-12-08 15:01:11 +08:00 |
|
Archer
|
a9ae270335
|
4.6.3-website dataset (#532)
|
2023-12-03 20:45:57 +08:00 |
|
Archer
|
8bb5588305
|
v4.6 -1 (#459)
|
2023-11-09 09:46:57 +08:00 |
|