zhaoying
262952c022
feat(web): add parameter-extractor、if-else、var-aggregator Node
2025-12-30 13:59:36 +08:00
zhaoying
b09df4d009
doc: update zh.ts
2025-12-30 11:11:30 +08:00
赵莹
0386d57f05
Merge #81 into develop_web from feature/20251219_zy
...
fix(web): UI update
* feature/20251219_zy: (1 commits)
fix(web): UI update
Signed-off-by: zhaoying <zhaoying@redbearai.com >
Merged-by: zhaoying <zhaoying@redbearai.com >
CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/81
2025-12-30 11:05:39 +08:00
zhaoying
c9b02d0c83
fix(web): UI update
2025-12-30 11:05:08 +08:00
赵莹
f93890f9aa
Merge #79 into develop_web from feature/20251219_zy
...
feat(web): MCP add bearer token auth type
* feature/20251219_zy: (2 commits)
feat: workflow add knowledge-retrieval node
feat(web): MCP add bearer token auth type
Signed-off-by: zhaoying <zhaoying@redbearai.com >
Merged-by: zhaoying <zhaoying@redbearai.com >
CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/79
2025-12-29 19:50:59 +08:00
vrhs@163.com
733b349df1
Merge #77 into develop_web from feature/20251219_yjp
...
feat(knowledgeBase): enhance file upload and dataset creation with abort support and improved UX
* feature/20251219_yjp: (1 commits)
feat(knowledgeBase): enhance file upload and dataset creation with abort support and improved UX
Signed-off-by: vrhs@163.com <accounts_660b6454a0eb398d3f8d2c76@mail.teambition.com >
Merged-by: vrhs@163.com <accounts_660b6454a0eb398d3f8d2c76@mail.teambition.com >
CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/77
2025-12-29 19:14:36 +08:00
yujiangping
0b3fe0e799
feat(knowledgeBase): enhance file upload and dataset creation with abort support and improved UX
...
- Add AbortSignal support to uploadFile API for cancellable uploads
- Implement custom onRemove callback in UploadFiles component with confirmation dialog
- Add i18n translations for file removal confirmation and error messages
- Update supported file types documentation to include IMAGE and MEDIA formats
- Improve file removal UI with cursor pointer styling
- Refactor getModelList API to remove unused type parameter
- Add Form import and UploadFile type for better type safety in CreateDataset
- Enhance error handling and user feedback for file operations
2025-12-29 19:13:03 +08:00
zhaoying
0fce86f76b
feat: workflow add knowledge-retrieval node
2025-12-29 14:39:57 +08:00
赵莹
624b79aa11
Merge #74 into develop_web from feature/20251219_zy
...
fix(web): update parseSchema api param
* feature/20251219_zy: (3 commits)
fix(web): time tool add time zone
feat(web): neo4j type user memory detail
fix(web): update parseSchema api param
Signed-off-by: zhaoying <zhaoying@redbearai.com >
Merged-by: zhaoying <zhaoying@redbearai.com >
CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/74
2025-12-26 19:17:39 +08:00
zhaoying
e11c1bb233
feat(web): neo4j type user memory detail
2025-12-26 19:14:26 +08:00
赵莹
ea4fc49c5a
Merge #69 into develop_web from feature/20251219_zy
...
fix(web): pricing UI
* feature/20251219_zy: (1 commits)
fix(web): pricing UI
Signed-off-by: zhaoying <zhaoying@redbearai.com >
Merged-by: zhaoying <zhaoying@redbearai.com >
CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/69
2025-12-26 13:59:07 +08:00
zhaoying
0a5beeb053
fix(web): pricing UI
2025-12-26 13:58:43 +08:00
赵莹
66f395a314
Merge #68 into develop_web from feature/20251219_zy
...
feat(web): workflow’s Editor Variable support Tag
* feature/20251219_zy: (4 commits)
feat(web): add tool management
fix(web): get the parent domain name adaptation IP
fix(web): Conversation add initialValue
feat(web): workflow’s Editor Variable support Tag
Signed-off-by: zhaoying <zhaoying@redbearai.com >
Merged-by: zhaoying <zhaoying@redbearai.com >
CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/68
2025-12-26 12:30:27 +08:00
zhaoying
a0a3997af2
fix(web): Conversation add initialValue
2025-12-26 12:11:39 +08:00
zhaoying
44aac44a05
feat(web): add tool management
2025-12-26 11:57:50 +08:00
vrhs@163.com
dea328e42a
Merge #64 into develop_web from feature/20251219_yjp
...
feat(knowledgeBase): add media dataset support and improve file handling
* feature/20251219_yjp: (1 commits)
feat(knowledgeBase): add media dataset support and improve file handling
Signed-off-by: vrhs@163.com <accounts_660b6454a0eb398d3f8d2c76@mail.teambition.com >
Merged-by: vrhs@163.com <accounts_660b6454a0eb398d3f8d2c76@mail.teambition.com >
CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/64
2025-12-25 20:18:24 +08:00
yujiangping
c00e164567
feat(knowledgeBase): add media dataset support and improve file handling
...
- Add media dataset translations in English and Chinese locales
- Add "mediaDataSet" and "uploadMedia" i18n keys for UI labels
- Enable media dataset creation option in Private component by uncommenting menu item
- Import and display image icon for media dataset menu option
- Refactor file ID handling in CreateDataset to support both string and array types
- Improve fileIds initialization logic to handle mixed input types
- Update CreateImageDataset component to use file chunking workflow
- Add navigation to parameter settings step after file upload
- Pass file IDs to dataset creation flow for media processing
- Add message API and navigate hook for improved UX feedback
2025-12-25 20:17:58 +08:00
vrhs@163.com
88ec0f72de
Merge #60 into develop_web from feature/20251219_yjp
...
feat(knowledgeBase): add media file validation and PDF enhancement method selection
* feature/20251219_yjp: (1 commits)
feat(knowledgeBase): add media file validation and PDF enhancement method selection
Signed-off-by: vrhs@163.com <accounts_660b6454a0eb398d3f8d2c76@mail.teambition.com >
Merged-by: vrhs@163.com <accounts_660b6454a0eb398d3f8d2c76@mail.teambition.com >
CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/60
2025-12-25 17:39:32 +08:00
yujiangping
99c501f188
feat(knowledgeBase): add media file validation and PDF enhancement method selection
...
- Add i18n translations for file size and duration validation errors in English and Chinese
- Implement media file validation with 256MB size limit and 150-second duration limit
- Add support for audio and video file formats (mp3, mp4, mov, wav) in dataset creation
- Add checkMediaDuration helper function to validate media file duration using HTML5 media API
- Add PDF enhancement method selection dropdown with options (DeepDoc, MinerU, TextLN)
- Change default PDF enhancement setting from disabled to enabled
- Update file type array to include media formats
- Add error messaging for file size and duration validation failures
- Improve UI spacing for file parsing settings section
2025-12-25 17:39:01 +08:00
赵莹
8408f7d9b7
Merge #56 into develop_web from feature/20251219_zy
...
feat(web): Agent add ai prompt
* feature/20251219_zy: (2 commits)
feat(web): Agent add ai prompt
feat(web): Agent add ai prompt
Signed-off-by: zhaoying <zhaoying@redbearai.com >
Merged-by: zhaoying <zhaoying@redbearai.com >
CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/56
2025-12-25 16:20:21 +08:00
zhaoying
29ffd0d810
feat(web): Agent add ai prompt
2025-12-25 16:18:26 +08:00
赵莹
c9d89b94b3
Merge #54 into develop_web from feature/20251219_zy
...
fix(web): update user profile
* feature/20251219_zy: (1 commits)
fix(web): update user profile
Signed-off-by: zhaoying <zhaoying@redbearai.com >
Merged-by: zhaoying <zhaoying@redbearai.com >
CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/54
2025-12-25 13:53:21 +08:00
zhaoying
bfed5404b4
fix(web): update user profile
2025-12-25 13:52:50 +08:00
赵莹
ea411c13af
Merge #53 into develop_web from feature/20251219_zy
...
feat(web): update zh.ts / en.ts
* feature/20251219_zy: (1 commits)
feat(web): update zh.ts / en.ts
Signed-off-by: zhaoying <zhaoying@redbearai.com >
Merged-by: zhaoying <zhaoying@redbearai.com >
CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/53
2025-12-25 12:08:48 +08:00
zhaoying
e608d8f9d0
feat(web): update zh.ts / en.ts
2025-12-25 12:08:12 +08:00
赵莹
5edaeaf620
Merge #52 into develop_web from feature/20251219_zy
...
feat(web): 1. user memory; 2. update workspace's model config
* feature/20251219_zy: (2 commits)
feat(web): order
feat(web): 1. user memory; 2. update workspace's model config
Signed-off-by: zhaoying <zhaoying@redbearai.com >
Merged-by: zhaoying <zhaoying@redbearai.com >
CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/52
2025-12-25 11:55:06 +08:00
zhaoying
2b30a69b94
feat(web): 1. user memory; 2. update workspace's model config
2025-12-25 11:54:31 +08:00
yujiangping
07668ee4c5
fix:面包屑修改
2025-12-24 19:25:02 +08:00
zhaoying
a1def533af
feat(web): order
2025-12-24 18:09:02 +08:00
yujiangping
00b2539e4f
feat(i18n): add document processing confirmation dialog translations
...
- Add "processingDocuments" translation key for loading state message in English and Chinese
- Add "startUploadConfirmTitle" translation for confirmation dialog title
- Add "startUploadConfirmContent" translation for confirmation dialog description
- Add "returnToList" translation for returning to list page action
- Add "stayOnPage" translation for staying on current page action
- Support user choice to either return to list or stay on page during background document processing
2025-12-24 15:00:50 +08:00
赵莹
c4a5fff954
Merge #38 into develop_web from feature/20251219_zy
...
feat(web): update reflection engine result
* feature/20251219_zy: (4 commits)
fix(web): workflow properties
feat(web): workflow support lexical editor
feat(web): workflow support lexical editor
feat(web): update reflection engine result
Signed-off-by: zhaoying <zhaoying@redbearai.com >
Merged-by: zhaoying <zhaoying@redbearai.com >
CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/38
2025-12-23 17:17:46 +08:00
zhaoying
26263bdcf0
feat(web): workflow support lexical editor
2025-12-23 16:22:51 +08:00
赵莹
c6f588fc8c
Merge #35 into develop_web from feature/20251219_zy
...
fix(web): workflow variable
* feature/20251219_zy: (1 commits)
fix(web): workflow variable
Signed-off-by: zhaoying <zhaoying@redbearai.com >
Merged-by: zhaoying <zhaoying@redbearai.com >
CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/35
2025-12-23 11:20:37 +08:00
zhaoying
5736a70ccb
fix(web): workflow variable
2025-12-23 11:20:04 +08:00
zhaoying
d733047f87
Merge branch 'feature/20251219_zy' into develop_web
2025-12-22 20:04:53 +08:00
zhaoying
773e785ce9
feat(web): Graph user memory update
2025-12-22 18:45:36 +08:00
yujiangping
f78fc241a8
Merge origin/develop_web into feature/20251219_yjp
...
- Resolved conflict in web/src/components/RbModal/index.tsx
- Combined className and maskClosable properties
2025-12-22 17:34:53 +08:00
yujiangping
54ff151ed8
feat(components): Add markdown editing capability and enhance component styling
...
- Add editable mode to Markdown component with edit/save/cancel buttons
- Import EditOutlined, SaveOutlined, CloseOutlined icons from ant-design
- Add useState, useRef, useEffect hooks for managing edit state
- Add editable, onContentChange, and onSave props to RbMarkdownProps interface
- Create RbModal component with new index.css stylesheet for modal styling
- Add index.css stylesheet to KnowledgeBase components for consistent styling
- Update i18n translations in en.ts and zh.ts for new UI elements
- Refactor Markdown component handlers to accept and spread additional props
- Update InsertModal and RecallTestResult components for improved UX
- Fix prop spreading in component handlers to maintain compatibility with Ant Design components
2025-12-22 17:03:31 +08:00
赵莹
5a6f9dfc11
Merge #30 into develop_web from feature/20251219_zy
...
feat(web): node show id; update reflection engine example
* feature/20251219_zy: (1 commits)
feat(web): node show id; update reflection engine example
Signed-off-by: zhaoying <zhaoying@redbearai.com >
Merged-by: zhaoying <zhaoying@redbearai.com >
CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/30
2025-12-22 14:30:34 +08:00
zhaoying
b1e69e154b
feat(web): node show id; update reflection engine example
2025-12-22 14:29:53 +08:00
赵莹
54c2c8f74f
Merge #20 into develop_web from feature/20251219_zy
...
feat(web): remove mock data
* feature/20251219_zy: (5 commits)
feat(web): update api key
feat(web): Add Emotion Memory
feat(web): Add Reflection Engine
feat(web): Add Reflection Engine API
feat(web): remove mock data
Signed-off-by: zhaoying <zhaoying@redbearai.com >
Merged-by: zhaoying <zhaoying@redbearai.com >
CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/20
2025-12-19 18:55:33 +08:00
zhaoying
62071ff96f
feat(web): Add Reflection Engine
2025-12-19 18:51:07 +08:00
zhaoying
bcec0ae401
feat(web): Add Emotion Memory
2025-12-19 16:54:52 +08:00
赵莹
03e328ae65
Merge #5 into develop_web from feature/20251219_zy
...
optimize: check en.ts
* feature/20251219_zy: (6 commits)
optimize: UI update
components: Add Chat component
optimize: 1. stream request optimize; 2. replace Chat component
feature: memory extraction engine debug switch to streaming output
feature: add api key
optimize: check en.ts
Signed-off-by: zhaoying <zhaoying@redbearai.com >
Merged-by: zhaoying <zhaoying@redbearai.com >
CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/5
2025-12-18 10:24:15 +08:00
yujiangping
7d56c14e42
合并 feature/20251219_yjp 分支到 web 分支
...
冲突解决策略:
- web/src/views/KnowledgeBase/ 文件夹下的所有冲突以 feature/20251219_yjp 分支为主
- 其他冲突(如 vite.config.ts)以 web 分支为主
主要更改:
- 保留了 feature 分支中的知识库相关功能和组件
- 保持了 web 分支的配置和其他功能
- 添加了自定义文本数据集创建功能
- 更新了知识库管理界面
2025-12-17 15:25:20 +08:00
zhaoying
9799ba510a
optimize: check en.ts
2025-12-16 14:22:37 +08:00
zhaoying
44ceee3f42
feature: add api key
2025-12-16 13:54:41 +08:00
yujiangping
1bc06e8204
Sync frontend project from dev-yjp branch
...
- Updated web folder with latest frontend code
- Added new components: CreateContentModal, CreateContentModalExample
- Added new hook: useBreadcrumbManager
- Updated knowledge base components and views
- Updated i18n translations
- Various bug fixes and improvements
2025-12-16 11:58:37 +08:00
zhaoying
36cab874fa
feature: memory extraction engine debug switch to streaming output
2025-12-16 11:53:59 +08:00
赵莹
ea0a445d5b
Merge #1 into develop from web
...
update web
2025-12-15 07:16:19 +00:00