Commit Graph

2130 Commits (bd33b9ffec3623e3cfee466cd5676e84d4709ad0)

Author SHA1 Message Date
twwu 7c6bdb9ec9 feat: Enhance operations with pause and resume functionality 9 months ago
twwu 9e44f2b805 Merge branch 'main' into feat/rag-2 9 months ago
Minamiyama 3643ed1014
Feat: description field for env variables (#21556) 9 months ago
twwu e7d394f160 feat: Add DatasetSidebarDropdown component and integrate ExtraInfo for dataset details 9 months ago
twwu 4ea4d227c6 refactor: Remove unused file support types logic from CreateFormPipeline component 9 months ago
twwu 4a8061d14c fix: Integrate dataset list reset functionality in dropdown and step two components 9 months ago
twwu 59c3305dcc feat: Enhance dataset dropdown functionality with export and delete options 9 months ago
twwu 8fc15c83d0 feat: Refactor dataset info components and add export pipeline functionality 9 months ago
kurokobo e39236186d
feat: introduce new env ALLOW_UNSAFE_DATA_SCHEME to allow rendering data uri scheme (#21321) 9 months ago
Davide Delbianco 816210d744
Expose LLM usage in workflows (#21766)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
9 months ago
twwu 1c85dada53 feat: Implement sidebar toggle functionality with keyboard shortcuts and improve translations 9 months ago
twwu b3431ab0c4 feat: Refactor online drive components to improve file retrieval and selection logic 9 months ago
Minamiyama f925869f61
fix(variable): ensure unique variable names in var-list (#22038) 9 months ago
twwu 073a0974a4 fix: Update breadcrumb click handling to close dropdown and adjust prefix slicing logic 9 months ago
twwu e911a4e719 fix: Update button styles and improve file size validation in breadcrumb and item components 9 months ago
NFish f62b59a805
don't add search params when opening detail links from marketplace. (#22034) 9 months ago
twwu 5e2b60664f fix: Improve item selection logic and reset selected file list on folder open 9 months ago
twwu b36f36d242 feat: Enhance CreateFormPipeline with file selection and validation for online documents and drives 9 months ago
Minamiyama a4bdeba60d
feat(question-classifier): add instanceId to class-item editor (#22002) 9 months ago
Minamiyama 71385d594d
fix(variables): Improve `getNodeUsedVars` implementation details (#21987) 9 months ago
鸽子 aded30b664
fix: resolve dropdown menu visibility issue caused by z-index conflict (#22000) 9 months ago
twwu 467cd2c4c1 fix: Update onlineDrive file check to use selectedFileList for better validation 9 months ago
twwu d3ca50626d feat: Integrate useOnlineDrive hook and enhance datasource handling in CreateFormPipeline 9 months ago
twwu 13f168ed1c refactor: Refactor Online Drive components to improve state management and add truncation support 9 months ago
Minamiyama c48b32c9e3
ENH(ui): enhance check list (#21932)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
9 months ago
twwu 83c8219942 feat: Enhance file item component with support for disabled state and file type validation 9 months ago
mizoo de22648b9f
feat: Add support for type="hidden" input elements in Markdown forms (#21922)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
9 months ago
heyszt a201e9faee
feat: Add Aliyun LLM Observability Integration (#21471) 10 months ago
HyaCinth fec6bafcda
refactor(web): Restructure the operation buttons layout in the app information component (#21742) (#21818) 10 months ago
twwu 1bd664e655 feat: Implement Dropdown and Menu components for breadcrumb navigation in Online Drive 10 months ago
twwu 933ad0649c feat: Add subItems mapping to Panel component for enhanced item details 10 months ago
twwu 0d9991ec88 feat: Add ONLINE_DRIVE_OUTPUT and integrate into DataSource components for online drive support 10 months ago
twwu e67a19b26b refactor: Enhance Bucket and Breadcrumbs components; improve event handling and add button for bucket name 10 months ago
twwu d44af3ec46 refactor: Restructure breadcrumbs component; introduce Bucket and BreadcrumbItem components for improved navigation 10 months ago
twwu 9ce0c69687 refactor: Update event handling in Checkbox and Radio components; optimize Online Drive file filtering 10 months ago
twwu 2ecbcd6a7f refactor: Add loading state and bucket handling to Online Drive components 10 months ago
Nite Knite 13990f31a1
feat: update account menu style (#21916) 10 months ago
GuanMu de39b737b6
Feat list query (#21907) 10 months ago
twwu d3b17ea567 fix: Update key property for onlineDrive datasource handling in TestRunPanel 10 months ago
GuanMu a66ed7157e
feat: add document pause and resume functionality (#21894) 10 months ago
twwu a4f7d373b5 refactor: Replace useDataSourceStore with useDataSourceStoreWithSelector for improved state selection across components 10 months ago
twwu 334f0c905a feat: Enhance Online Drive file handling with selection and folder opening functionality 10 months ago
Minamiyama 317d287458
fix(loop-variables): validate variable name input (#21888) 10 months ago
twwu f2960989c1 refactor: Refactor data source components 10 months ago
Joel ed54bd5121
fix: not search plugin if marketplace enabled (#21880) 10 months ago
twwu cf4f652105 fix: Enhance data source handling by adding error response type and updating local file and online document slices 10 months ago
Ali Saleh 1af3d40c1a
feat: Improve Observability with Arize & Phoenix Integration (#19840)
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: Gu <guchenhe@gmail.com>
10 months ago
jyong 7c5893db91 Merge branch 'feat/r2' into deploy/rag-dev
# Conflicts:
#	web/app/components/workflow-app/components/workflow-main.tsx
#	web/app/components/workflow/constants.ts
#	web/app/components/workflow/header/run-and-history.tsx
#	web/app/components/workflow/hooks-store/store.ts
#	web/app/components/workflow/hooks/use-nodes-interactions.ts
#	web/app/components/workflow/hooks/use-workflow-interactions.ts
#	web/app/components/workflow/hooks/use-workflow.ts
#	web/app/components/workflow/nodes/_base/components/panel-operator/panel-operator-popup.tsx
#	web/app/components/workflow/nodes/_base/components/variable/var-reference-picker.tsx
#	web/app/components/workflow/nodes/code/use-config.ts
#	web/app/components/workflow/nodes/llm/default.ts
#	web/app/components/workflow/panel/index.tsx
#	web/app/components/workflow/panel/version-history-panel/index.tsx
#	web/app/components/workflow/store/workflow/index.ts
#	web/app/components/workflow/types.ts
#	web/config/index.ts
#	web/types/workflow.ts
10 months ago
Minamiyama a45aa1e505
feat(variables): auto replace spaces with underscores in variable name inputs (#21843) 10 months ago
twwu 2dd1f41ad3 feat: Implement data source store with slices for local files, online documents, website crawls, and online drives 10 months ago