1. 16 Apr, 2025 4 commits
  2. 15 Apr, 2025 6 commits
  3. 14 Apr, 2025 5 commits
  4. 12 Apr, 2025 1 commit
    • V4.9.5 feature (#4520) · 16a22bc7
      * readme
      
      * Add queue log
      
      * Test interactive (#4509)
      
      * Support nested node interaction (#4503)
      
      * feat: Add a new InteractiveContext type and update InteractiveBasicType, adding an optional context property to support more complex interaction state management.
      
      * feat: Enhance workflow interactivity by adding InteractiveContext support and updating dispatch logic to manage nested contexts and entry nodes more effectively.
      
      * feat: Refactor dispatchWorkFlow to utilize InteractiveContext for improved context management
      
      * feat: Enhance entry node resolution by adding validation for entryNodeIds and recursive search in InteractiveContext
      
      * feat: Remove workflowDepth from InteractiveContext and update recovery logic to utilize parentContext for improved context management
      
      * feat: Update getWorkflowEntryNodeIds to use lastInteractive for improved context handling in runtime nodes
      
      * feat: Add lastInteractive support to enhance context management across workflow components
      
      * feat: Enhance interactive workflow by adding stopForInteractive flag and improving memory edge validation in runtime logic
      
      * feat: Refactor InteractiveContext by removing interactiveAppId and updating runtime edge handling in dispatchRunApp for improved context management
      
      * feat: Simplify runtime node and edge initialization in dispatchRunApp by using ternary operators for improved readability and maintainability
      
      * feat: Improve memory edge validation in initWorkflowEdgeStatus by adding detailed comments for better understanding of subset checks and recursive context searching
      
      * feat: Remove commented-out current level information from InteractiveContext for cleaner code and improved readability
      
      * feat: Simplify stopForInteractive check in dispatchWorkFlow for improved code clarity and maintainability
      
      * feat: Remove stopForInteractive handling and related references for improved code clarity and maintainability
      
      * feat: Add interactive response handling in dispatchRunAppNode for enhanced workflow interactivity
      
      * feat: Add context property to InteractiveBasicType and InteractiveNodeType for improved interactivity management
      
      * feat: remove comments
      
      * feat: Remove the node property from ChatDispatchProps to simplify type definitions
      
      * feat: Remove workflowInteractiveResponse from dispatchRunAppNode for cleaner code
      
      * feat: Refactor interactive value handling in chat history processing for improved clarity
      
      * feat: Simplify initWorkflowEdgeStatus logic for better readability and maintainability
      
      * feat: Add workflowInteractiveResponse to dispatchWorkFlow for enhanced functionality
      
      * feat: Enhance interactive response handling with nested children support
      
      * feat: Remove commented-out code for interactive node handling to improve clarity
      
      * feat: remove  InteractiveContext type
      
      * feat: Refactor UserSelectInteractive and UserInputInteractive params for improved structure and clarity
      
      * feat: remove
      
      * feat: The front end supports extracting the deepest interaction parameters to enhance interaction processing
      
      * feat: The front end supports extracting the deepest interaction parameters to enhance interaction processing
      
      * fix: handle undefined interactive values in runtimeEdges and runtimeNodes initialization
      
      * fix: handle undefined interactive values in runtimeNodes and runtimeEdges initialization
      
      * fix: update runtimeNodes and runtimeEdges initialization to use last interactive value
      
      * fix: remove unused imports and replace getLastInteractiveValue with lastInteractive in runtimeEdges initialization
      
      * fix: import WorkflowInteractiveResponseType and handle lastInteractive as undefined in chatTest
      
      * feat: implement extractDeepestInteractive function and refactor usage in AIResponseBox and ChatBox utils
      
      * fix: refactor initWorkflowEdgeStatus and getWorkflowEntryNodeIds calls in dispatchRunAppNode for recovery handling
      
      * fix: ensure lastInteractive is handled consistently as undefined in runtimeEdges and runtimeNodes initialization
      
      * fix: update dispatchFormInput and dispatchUserSelect to use lastInteractive consistently
      
      * fix: update condition checks in dispatchFormInput and dispatchUserSelect to ensure lastInteractive type is validated correctly
      
      * fix: refactor dispatchRunAppNode to replace isRecovery with childrenInteractive for improved clarity in runtimeNodes and runtimeEdges initialization
      
      * refactor: streamline runtimeNodes and runtimeEdges initialization in dispatchRunAppNode for improved readability and maintainability
      
      * fix: update rewriteNodeOutputByHistories function to accept runtimeNodes and interactive as parameters for improved clarity
      
      * fix: simplify interactiveResponse assignment in dispatchWorkFlow for improved clarity
      
      * fix: update entryNodeIds check in getWorkflowEntryNodeIds to ensure it's an array for improved reliability
      
      * remove some invalid code
      
      ---------
      
      Co-authored-by: Theresa <63280168+sd0ric4@users.noreply.github.com>
      
      * update doc
      
      * update log
      
      * fix: update debug workflow to conditionally include nextStepSkipNodes… (#4511)
      
      * fix: update debug workflow to conditionally include nextStepSkipNodes based on lastInteractive for improved debugging accuracy
      
      * fix : type error
      
      * remove invalid code
      
      * fix: QA queue
      
      * fix: interactive
      
      * Test log (#4519)
      
      * add log (#4504)
      
      * add log
      
      * update log i18n
      
      * update log
      
      * delete template
      
      * add i18NT
      
      * add team operation log
      
      ---------
      
      Co-authored-by: gggaaallleee <91131304+gggaaallleee@users.noreply.github.com>
      
      * remove search
      
      * update doc
      
      ---------
      
      Co-authored-by: Theresa <63280168+sd0ric4@users.noreply.github.com>
      Co-authored-by: gggaaallleee <91131304+gggaaallleee@users.noreply.github.com>
      Archer committed
  5. 11 Apr, 2025 3 commits
  6. 10 Apr, 2025 3 commits
  7. 09 Apr, 2025 5 commits
  8. 08 Apr, 2025 6 commits
    • fix: Add patch for mdast-util-gfm-autolink-literal@2.0.1 (#4479) · 431390fe
      Compatibility patch for Safari versions below 16.4
      a.e committed
    • feat: Add docs deploy to cf (#4475) · 86988e31
      * perf: remove loading ui
      
      * feat: config chat file expired time
      
      * 494 doc
      
      * feat: Add docs deploy to cf
      Archer committed
    • 494 doc (#4472) · 675e8cce
      * perf: remove loading ui
      
      * feat: config chat file expired time
      
      * 494 doc
      
      * 494 doc
      
      * 494 doc
      
      * update doc preview action
      Archer committed
    • Action test (#4471) · 9dfafb13
      * perf: remove loading ui
      
      * feat: config chat file expired time
      
      * Update doc
      
      * fix: ts (#4458)
      
      * test
      
      * remove
      
      * 494 doc
      
      * update action
      Archer committed
    • V4.9.4 feature (#4470) · f642c960
      * 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>
      Archer committed
  9. 06 Apr, 2025 1 commit
  10. 04 Apr, 2025 1 commit
  11. 03 Apr, 2025 2 commits
  12. 02 Apr, 2025 1 commit
  13. 01 Apr, 2025 1 commit
  14. 31 Mar, 2025 1 commit