yangdx
5155edd8d2
feat: Improve entity merge and edit UX
...
- **API:** The `graph/entity/edit` endpoint now returns a detailed `operation_summary` for better client-side handling of update, rename, and merge outcomes.
- **Web UI:** Added an "auto-merge on rename" option. The UI now gracefully handles merge success, partial failures (update OK, merge fail), and other errors with specific user feedback.
2025-10-27 23:42:08 +08:00
yangdx
9ed19695bb
Remove separate retry button and merge functionality into scan button
2025-10-25 04:12:44 +08:00
yangdx
81e3496aa4
Add confirmation dialog for pipeline cancellation
2025-10-25 03:55:00 +08:00
yangdx
2476d6b7f8
Simplify pipeline status dialog by consolidating message sections
...
• Remove separate latest message section
• Combine into single pipeline messages area
• Add overflow-x-hidden for better display
• Change break-words to break-all
• Update translations across all locales
2025-10-25 03:34:54 +08:00
yangdx
f89b5ab101
Add pipeline cancellation feature with UI and i18n support
...
- Add cancelPipeline API endpoint
- Add cancel button to status dialog
- Update status response type
- Add cancellation UI translations
- Handle cancellation request states
2025-10-24 15:30:27 +08:00
yangdx
162370b6e6
Add optional LLM cache deletion when deleting documents
...
• Add delete_llm_cache parameter to API
• Collect cache IDs from text chunks
• Delete cache after graph operations
• Update UI with new checkbox option
• Add i18n translations for cache option
2025-10-22 12:19:23 +08:00
yangdx
637b850ec5
Add truncation indicator and update property labels in graph view
...
• Add truncate tooltip to source_id field
• Add visual truncation indicator (†)
• Bump API version to 0242
2025-10-20 23:03:01 +08:00
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
yangdx
a31192dd5a
Update i18n file for pipeline UI text across locales
2025-10-05 14:01:22 +08:00
yangdx
7b1f8e0f6f
Update scan tooltip to clarify it also reprocesses failed documents
2025-10-05 09:23:56 +08:00
yangdx
bf6ca9dd97
Add retry failed button translations and standardize button text
...
- Add missing AR/FR/TW translations
- Shorten EN/ZH button text to "Retry"
2025-10-05 09:20:33 +08:00
yangdx
1a0dc94f55
Update userPrompt label to clarify additional output functionality
...
• Rename "User Prompt" to clearer label
• Update across all language files
• Better describes prompt purpose
2025-09-26 10:40:20 +08:00
yangdx
d933b20562
Update query mode tooltips with clearer retrieval strategy descriptions
2025-09-25 00:17:59 +08:00
yangdx
a911cd1c43
Add copy functionality messages to chat locales
...
- Add copyEmpty message
- Add copySuccess variants
- Add copyFailed message
- Add manual copy instruction
- Support 5 languages (ar,en,fr,zh,zh_TW)
2025-09-24 23:28:49 +08:00
yangdx
188c912c9a
Improve graph labels UI text clarity across all locales
...
• More specific "no matching nodes" text
• Change "Label" to "Search node name"
• Update placeholder text for clarity
• Apply changes to all 5 languages
• Enhance user experience consistency
2025-09-24 20:05:37 +08:00
yangdx
2475194ab9
Update i18n translation
2025-09-23 23:41:31 +08:00
yangdx
1d65fed692
Update graph search and label tooltips for clarity across all locales
2025-09-21 01:18:37 +08:00
yangdx
afb2df93f4
Update graph labels terminology from "labels" to "nodes" across locales
2025-09-21 00:31:17 +08:00
yangdx
446767ba50
feat: enhance graph refresh with dynamic tooltips and loading states
...
• Add refresh loading state with spinner
• Dynamic tooltips based on current label
• Improved refresh logic for labels
• Force dropdown re-render on refresh
• Update i18n for new tooltip messages
2025-09-20 22:46:09 +08:00
yangdx
9db8f2fce5
feat: Add popular labels and search APIs with history management
...
- Add popular/search label endpoints
- Implement SearchHistoryManager utility
- Replace client-side with server search
- Add graph data version tracking
- Update UI for better label discovery
2025-09-20 02:03:47 +08:00
yangdx
5311083f43
Rename "Process" entity type to "Method" across all components
2025-09-14 02:30:05 +08:00
yangdx
7060cf17f0
Add Process and Data entity types to LLM extraction system
...
• Add Process and Data to default types
• Update env.example configuration
• Add translations for new entities
• Support 5 languages (en/zh/fr/ar/tw)
2025-09-14 01:14:47 +08:00
yangdx
eeff0d5c67
Fix thinking state management and UI improvements for chat messages
...
- Reset expansion state on new thinking
- Prevent content leakage during thinking
- Update thinkingTime type to allow null
- Add memory leak prevention cleanup
- Add missing i18n translations
2025-09-08 18:47:41 +08:00
yangdx
5a5d5e4a34
Add document translation key to all locale files
2025-09-03 12:50:27 +08:00
yangdx
4db43c43f3
Add product and other entity type translations
...
- Add "product" translations
- Add "other" translations
- Update 5 locale files
- Extend entity type coverage
2025-09-02 03:01:59 +08:00
yangdx
1af0803c62
fix(ui): fix selection state management in paginated views
...
- Replace DeselectDocumentsDialog with smart selection button
- Auto-reset selection on page/filter changes
- Remove deletion restrictions and update i18n
2025-08-17 10:38:12 +08:00
yangdx
e064534941
feat(ui): enhance ClearDocumentsDialog with loading spinner and timeout protection
...
- Add loading spinner animation during document clearing operation
- Implement 30-second timeout protection to prevent hanging operations
- Disable all interactive controls during clearing to prevent duplicate requests
- Add comprehensive error handling with automatic state reset
2025-08-17 01:33:39 +08:00
yangdx
a8f7e125c4
Update i18n translation
2025-07-31 01:59:26 +08:00
yangdx
84b09aa5da
feat: add threshold status line to StatusCard with i18n support
...
- Add cosine_threshold, min_rerank_score, related_chunk_number to LightragStatus type
2025-07-28 02:51:36 +08:00
yangdx
958ed80b66
Update translation strings for document processing
...
- Renamed "maxParallelInsert" to be more descriptive
- Removed "maxTokens" from all translations
2025-07-28 02:24:41 +08:00
yangdx
5aceca0052
feat(webui): enhance status card with new health endpoint data
...
- Update StatusCard to display consolidated server info with parallel insert limits and summary settings
- Merge LLM and embedding configurations with async parameters for cleaner display
- Add new status fields to TypeScript interface (summary_language, max_parallel_insert, etc.)
2025-07-28 02:19:27 +08:00
yangdx
93e7a5b3aa
Update i18n translation
2025-07-16 10:16:32 +08:00
zrguo
7c882313bb
remove chunk_rerank_top_k
2025-07-15 11:52:34 +08:00
zrguo
4e425b1b59
Revert "update from main"
...
This reverts commit 1d0376d6a9 .
2025-07-14 16:29:00 +08:00
zrguo
1d0376d6a9
update from main
2025-07-14 16:27:49 +08:00
zrguo
c9cbd2d3e0
Merge branch 'main' into rerank
2025-07-14 16:24:29 +08:00
zrguo
ef2115d437
Update token limit
2025-07-14 15:53:48 +08:00
yangdx
eb31ff0f90
Update i18n translation
2025-07-13 00:46:12 +08:00
yangdx
ab561196ff
Feat: Added reranker config and lock status to status card of WebUI
2025-07-13 00:41:54 +08:00
yangdx
db22cad2c8
feat: add workspace and MAX_GRAPH_NODES to /health endpoint and webui
2025-07-07 01:39:48 +08:00
yangdx
bdcd55a871
Feat: Add delete upload file option to document deletion
2025-06-25 19:02:46 +08:00
yangdx
be41af3749
Update i18n files
2025-06-25 17:16:21 +08:00
yangdx
fd5f61f166
Enhances property edit dialog with error handling and loading states
...
- Displays error messages when save operations fail
- Shows loading spinner during save attempts
- Improves UX with loading state indicators
- Updates translations for save-related strings in multiple languages
2025-05-11 12:35:51 +08:00
yangdx
12a8caa6ed
Remove unsed i18n translate key
2025-05-08 04:17:25 +08:00
yangdx
d914de441e
Add user_prompt to WebUI
2025-05-08 04:15:21 +08:00
yangdx
eb52878219
Update i18n translation
2025-04-23 02:26:50 +08:00
yangdx
e97e54b7a5
Feat: support query mode prefix in retrieval input
2025-04-23 01:26:34 +08:00
yangdx
07ede43e19
Update reload graph data hint message
2025-04-18 18:17:47 +08:00
yangdx
197cb34b18
Update empty graph message
2025-04-18 17:19:37 +08:00
yangdx
0e584d98ce
Add i18n translation
2025-04-15 14:23:52 +08:00