Commit Graph

2871 Commits

Author SHA1 Message Date
yangdx
4adfcdc8fe feat(accessibility): add screen reader text for pipeline status dialog 2025-03-26 14:40:54 +08:00
yangdx
af3c9f30dc feat(PipelineStatusDialog): add responsive height adjustment with minimum height guarantee 2025-03-26 14:14:29 +08:00
yangdx
43ccb7d113 feat(DocumentManager): optimize document status monitoring
- Improve document status change detection by caching previous counts and properly handling null states.
- This ensures more accurate pipeline status updates.
2025-03-26 14:02:20 +08:00
yangdx
814f3b3308 feat: add pipeline busy status indicator with breathing effect
- Add pipeline_busy field to health check response
- Track pipeline busy state in frontend store
- Add breathing animation for pipeline status button
- Enhance dark mode visibility with stronger contrast
2025-03-26 13:11:53 +08:00
yangdx
51be3fcfa5 feat(i18n): add translations for pipeline status UI 2025-03-26 12:50:33 +08:00
yangdx
1030068459 feat(health-check): add pipeline busy status to health endpoint 2025-03-26 12:41:49 +08:00
yangdx
57143fedcc feat(lightrag): improve job name display with file path and count
Replace generic "indexing files" with dynamic job name showing truncated file path and total file count.
2025-03-26 12:32:52 +08:00
yangdx
d7c0b420b9 feat: add pipeline status monitoring dialog
- Add pipeline status API and types
- Create PipelineStatusDialog component with position control
- Unify modal overlay style across components
2025-03-26 12:05:54 +08:00
yangdx
e1d43ee831 fix: add missing t dependency in ClearDocumentsDialog useCallback 2025-03-26 10:31:18 +08:00
Daniel.y
636122ecc4 Merge pull request #1188 from danielaskdd/main
Increase conten summary from 100 to 250 CHARS
2025-03-25 23:42:39 +08:00
yangdx
3ce8933d81 Merge branch 'pipeline-file-path' 2025-03-25 23:40:24 +08:00
yangdx
4854ff83b3 Increase conten summary from 100 to 250 CHARS 2025-03-25 23:39:09 +08:00
Daniel.y
cfdedf16a8 Merge pull request #1187 from danielaskdd/pipeline-file-path
feat: Add file name display in WebUI
2025-03-25 23:02:16 +08:00
yangdx
7492362bda Bump API version to 1.2.6 2025-03-25 23:00:04 +08:00
Daniel.y
473854604f Merge pull request #1185 from ParisNeo/main
upgraded to use current folder's .env if present
2025-03-25 22:59:09 +08:00
yangdx
25db83f8e2 Update webui assets 2025-03-25 22:44:53 +08:00
yangdx
d456269718 feat: Add file name display in WebUI
Backend:
- Add file_path field to DocStatusResponse
- Update document status response creation

Frontend:
- Remove metadata column
- Improve filename display with truncation and tooltips
- Add show/hide filename toggle with proper styling
- Update translations for all supported languages"
2025-03-25 22:42:46 +08:00
yangdx
e36cc87633 Remove metadata column from DocumentManager table 2025-03-25 20:58:21 +08:00
yangdx
35df22cf08 Update pipeline_enqueue_file to include file_paths parameter 2025-03-25 20:47:25 +08:00
Saifeddine ALOUI
2333958a6b upgraded to use current folder's .env if present 2025-03-25 13:45:51 +01:00
Daniel.y
4076b20582 Merge pull request #1184 from danielaskdd/main
Update README
2025-03-25 18:54:26 +08:00
yangdx
4dcf717e53 Update README.md 2025-03-25 18:53:17 +08:00
yangdx
77889d7846 Update README 2025-03-25 18:50:01 +08:00
Daniel.y
ec15d5a5af Merge pull request #1167 from omdivyatej/om-pr
Feature: Dynamic LLM Selection via QueryParam for Optimized Performance
2025-03-25 18:13:44 +08:00
omdivyatej
f049f2f5c4 linting errors 2025-03-25 15:20:09 +05:30
Daniel.y
4daa1c966f Merge pull request #1170 from lcjqyml/feat-multi-user
Feat multi user support.
2025-03-25 17:48:20 +08:00
Daniel.y
2f7fcc3dfa Merge pull request #1183 from danielaskdd/main
Fix linting in README
2025-03-25 16:31:08 +08:00
yangdx
373484e253 Fix linting 2025-03-25 16:29:55 +08:00
yangdx
48ddfb047e Fix linting 2025-03-25 16:29:37 +08:00
yangdx
ac703dc448 Fix linting of README 2025-03-25 16:23:15 +08:00
Milin
23004546dc Merge branch 'main' 2025-03-25 15:57:14 +08:00
Milin
4af78f6c81 Merge branch 'main' of github.com:lcjqyml/LightRAG 2025-03-25 15:38:56 +08:00
Daniel.y
9b2c31f30e Update __init__.py 2025-03-25 15:28:03 +08:00
Daniel.y
0cb32df1f1 Merge pull request #1182 from vvuk/patch-1
Un-center README.md
2025-03-25 15:23:15 +08:00
Vladimir Vukicevic
aede3b7de3 Un-center README.md 2025-03-25 00:12:44 -07:00
Daniel.y
86364aa9f6 Merge pull request #1171 from danielaskdd/add-temperature
Refactor authentication logic and Swagger Auth config
2025-03-25 14:00:20 +08:00
yangdx
ffcbb8f17d Update webui assets 2025-03-25 13:56:02 +08:00
yangdx
c4335f5dd0 Merge branch 'main' into add-temperature 2025-03-25 13:53:16 +08:00
yangdx
810dc66450 Add --show-diff-on-failure flag to pre-commit run 2025-03-25 13:35:08 +08:00
zrguo
56fa051917 fix lint 2025-03-25 13:24:52 +08:00
yangdx
7e843fb759 Revert "Add --show-diff-on-failure to ruff args in pre-commit config."
This reverts commit f7a72c458e.
2025-03-25 13:10:59 +08:00
yangdx
f7a72c458e Add --show-diff-on-failure to ruff args in pre-commit config. 2025-03-25 13:02:05 +08:00
yangdx
799c1a884a Fix linting 2025-03-25 12:51:45 +08:00
yangdx
6441d90682 Add chinese version of README
- Add introduction of  graph visualization in LightRAG Server
2025-03-25 12:51:05 +08:00
yangdx
72b085e19e Refactor authentication logic and update API version. 2025-03-25 11:47:52 +08:00
yangdx
15e060f854 Fix share storage update status handling problem of in memeory storage 2025-03-25 10:48:15 +08:00
yangdx
91f32dc561 Fix linting 2025-03-24 23:02:42 +08:00
yangdx
4698175d5d Acept all if no API protection needed 2025-03-24 23:02:12 +08:00
yangdx
82245bea1e Adjust header layout and alignment for better spacing 2025-03-24 21:48:22 +08:00
yangdx
56245b2fcd Fix reslectiton problem by efactor graph search input box handling logic 2025-03-24 21:33:42 +08:00