LightRAG/lightrag_webui/src
yangdx 130b4959dc Add PREPROCESSED (multimodal_processed) status for multimodal document processing
• Add DocStatus.PREPROCESSED enum value
• Update API routes and response models
• Add preprocessed filter in web UI
• Update localization files
• Handle preprocessed status in deletion
2025-10-14 14:02:05 +08:00
..
api Add PREPROCESSED (multimodal_processed) status for multimodal document processing 2025-10-14 14:02:05 +08:00
components Simplify Root component by removing async i18n initialization 2025-10-12 01:17:37 +08:00
contexts Revise the comment to enhance clarity and precision 2025-03-16 12:26:32 +08:00
features Add PREPROCESSED (multimodal_processed) status for multimodal document processing 2025-10-14 14:02:05 +08:00
hooks Merge branch 'main' into zl7261/main 2025-10-02 22:01:16 +08:00
lib Add theme-aware edge highlighting colors for graph control 2025-10-05 10:40:25 +08:00
locales Add PREPROCESSED (multimodal_processed) status for multimodal document processing 2025-10-14 14:02:05 +08:00
services Fix linting 2025-04-28 02:15:25 +08:00
stores Increase user prompt history capacity and dropdown height 2025-09-26 10:27:03 +08:00
types Add KaTeX mhchem extension support and improve math rendering 2025-09-28 15:13:04 +08:00
utils Fix footnote spacing and anchor links in markdown processing 2025-09-26 10:20:45 +08:00
App.tsx Web UI - center the loading icon 2025-09-26 03:57:42 +00:00
AppRouter.tsx Add KaTeX mhchem extension support and improve math rendering 2025-09-28 15:13:04 +08:00
i18n.ts docs(locales): add traditional chinese support 2025-04-12 16:46:46 +08:00
index.css Add @tailwindcss/typography plugin and fix Tailwind config 2025-10-14 03:14:38 +08:00
main.tsx feat(webui): Enhance KaTeX rendering and add robust error handling 2025-09-28 22:50:33 +08:00
vite-env.d.ts