mirror of
https://github.com/langgenius/dify.git
synced 2026-08-29 19:54:46 +08:00
868 B
868 B
New RAG
This feature owns the KnowledgeFS-backed knowledge list, creation flows, sources, documents, revisions, and processing tasks.
routes.tsprovides feature route construction; new or modified navigation must consume it instead of rebuilding paths.- Document query modules own server state. View components receive query results and user commands rather than mirroring remote state.
- Processing task events are normalized by the feature service and coordinated by the task observer and progress store.
- Exit confirmation, creation, and processing overlays are feature compositions of Dify UI Dialog, AlertDialog, Drawer, and Popover primitives.
Files in this directory remain feature-owned; direct consumers do not become their owners. Keep shared dataset APIs and permission policy in their existing owners rather than copying them into this feature.