dify/web/features/new-rag
Stephen Zhou 34a5ca191b
feat(dataset): add New Knowledge list and empty state (#39300)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-22 12:00:50 +00:00
..
__tests__ feat(dataset): add New Knowledge list and empty state (#39300) 2026-07-22 12:00:50 +00:00
components feat(dataset): add New Knowledge list and empty state (#39300) 2026-07-22 12:00:50 +00:00
new-knowledge-list.tsx feat(dataset): add New Knowledge list and empty state (#39300) 2026-07-22 12:00:50 +00:00
README.md feat(dataset): add New Knowledge list and empty state (#39300) 2026-07-22 12:00:50 +00:00
storage.ts feat(dataset): add New Knowledge list and empty state (#39300) 2026-07-22 12:00:50 +00:00

New RAG

Renders the KnowledgeFS-backed knowledge list, creation entry points, and first-visit guidance.

Internal Modules

  • components/knowledge-space-card
  • components/knowledge-view-switcher
  • components/new-knowledge-list-states
  • storage

External Modules

  • app/components/apps/first-empty-state/action-card
  • app/components/base/infotip
  • 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