dify/web/features/new-rag
Stephen Zhou 2d5161a647
feat(dataset): add document detail (#39361)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-24 15:27:35 +00:00
..
__tests__ feat(dataset): add document detail (#39361) 2026-07-24 15:27:35 +00:00
components feat(dataset): add crawl source selection (#39325) 2026-07-24 07:11:48 +00:00
services feat(dataset): add document processing tasks (#39326) 2026-07-24 12:58:15 +00:00
add-source-page.tsx feat(dataset): add crawl source selection (#39325) 2026-07-24 07:11:48 +00:00
add-source-placeholder.tsx feat(dataset): add crawl source selection (#39325) 2026-07-24 07:11:48 +00:00
auxiliary-task-read-guard.ts feat(dataset): add document processing tasks (#39326) 2026-07-24 12:58:15 +00:00
crawl-selection-form.tsx feat(dataset): add crawl source selection (#39325) 2026-07-24 07:11:48 +00:00
create-knowledge-page.tsx feat(dataset): add document processing tasks (#39326) 2026-07-24 12:58:15 +00:00
create-knowledge-workflow.ts feat(dataset): add New Knowledge creation flow (#39315) 2026-07-23 07:25:14 +00:00
create-source-setup.tsx feat(dataset): add crawl source selection (#39325) 2026-07-24 07:11:48 +00:00
create-upload-queue.tsx feat(dataset): add document processing tasks (#39326) 2026-07-24 12:58:15 +00:00
document-chunk-detail.tsx feat(dataset): add document detail (#39361) 2026-07-24 15:27:35 +00:00
document-chunk-tree.tsx feat(dataset): add document detail (#39361) 2026-07-24 15:27:35 +00:00
document-detail-header.tsx feat(dataset): add document detail (#39361) 2026-07-24 15:27:35 +00:00
document-detail-model.ts feat(dataset): add document detail (#39361) 2026-07-24 15:27:35 +00:00
document-detail-page.tsx feat(dataset): add document detail (#39361) 2026-07-24 15:27:35 +00:00
document-detail-queries.ts feat(dataset): add document detail (#39361) 2026-07-24 15:27:35 +00:00
document-detail-status.tsx feat(dataset): add document detail (#39361) 2026-07-24 15:27:35 +00:00
document-list.tsx feat(dataset): add document detail (#39361) 2026-07-24 15:27:35 +00:00
document-model.ts feat(dataset): add document detail (#39361) 2026-07-24 15:27:35 +00:00
document-revision-content.tsx feat(dataset): add document detail (#39361) 2026-07-24 15:27:35 +00:00
document-upload-policy.ts feat(dataset): add document processing tasks (#39326) 2026-07-24 12:58:15 +00:00
documents-page.tsx feat(dataset): add document detail (#39361) 2026-07-24 15:27:35 +00:00
knowledge-space-shell.tsx feat(dataset): add document detail (#39361) 2026-07-24 15:27:35 +00:00
new-knowledge-list.tsx feat(dataset): add New Knowledge creation flow (#39315) 2026-07-23 07:25:14 +00:00
processing-tasks-drawer.tsx feat(dataset): add document processing tasks (#39326) 2026-07-24 12:58:15 +00:00
README.md feat(dataset): add document detail (#39361) 2026-07-24 15:27:35 +00:00
request-id.ts feat(dataset): add crawl source selection (#39325) 2026-07-24 07:11:48 +00:00
routes.ts feat(dataset): add document detail (#39361) 2026-07-24 15:27:35 +00:00
sources-page.tsx feat(dataset): add crawl source selection (#39325) 2026-07-24 07:11:48 +00:00
storage.ts feat(dataset): add New Knowledge list and empty state (#39300) 2026-07-22 12:00:50 +00:00
task-event-observer.tsx feat(dataset): add document processing tasks (#39326) 2026-07-24 12:58:15 +00:00
task-progress-store.ts feat(dataset): add document processing tasks (#39326) 2026-07-24 12:58:15 +00:00
use-document-reindex.ts feat(dataset): add document detail (#39361) 2026-07-24 15:27:35 +00:00
use-document-task-status.ts feat(dataset): add document detail (#39361) 2026-07-24 15:27:35 +00:00
use-query-data-update-count.ts feat(dataset): add document processing tasks (#39326) 2026-07-24 12:58:15 +00:00
website-crawl-preview.tsx feat(dataset): add crawl source selection (#39325) 2026-07-24 07:11:48 +00:00

New RAG

Renders the KnowledgeFS-backed knowledge list, creation flows, sources, documents, and processing tasks.

Internal Modules

  • add-source-page
  • components/create-knowledge-dialog-parts
  • components/create-knowledge-exit-dialog
  • components/knowledge-space-card
  • components/knowledge-view-switcher
  • components/new-knowledge-list-states
  • crawl-selection-form
  • create-knowledge-page
  • create-upload-queue
  • create-knowledge-workflow
  • document-list
  • document-chunk-detail
  • document-chunk-tree
  • document-detail-header
  • document-detail-model
  • document-detail-queries
  • document-detail-page
  • document-detail-status
  • document-revision-content
  • document-model
  • document-upload-policy
  • documents-page
  • knowledge-route-guard
  • knowledge-space-shell
  • new-knowledge-list
  • processing-tasks-drawer
  • routes
  • services/processing-task-events
  • sources-page
  • storage
  • task-event-observer
  • use-document-task-status
  • use-document-reindex
  • website-crawl-preview

External Modules

  • app/components/base/corner-label
  • app/components/base/loading
  • app/components/base/search-input
  • app/components/base/skeleton
  • app/components/datasets/external-api/external-api-panel
  • app/components/datasets/extra-info/service-api
  • context/external-api-panel-context
  • context/permission-state
  • hooks/use-format-time-from-now
  • service/knowledge/use-dataset
  • utils/permission