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
a67f93acc9
Replace hardcoded max tokens with DEFAULT_MAX_TOTAL_TOKENS constant
...
- Use constant in process_chunks_unified
- Update WebUI default to match (32000)
2025-07-26 11:23:54 +08:00
yangdx
2c4f621ded
fix(webui): Correct edge renderer for sigma.js v3
...
The `curvedNoArrow` edge type was incorrectly configured, causing a `TypeError` during graph rendering. This commit updates the `edgeProgramClasses` in `GraphViewer.tsx` to use the `createEdgeCurveProgram()` factory function as required by `@sigma/edge-curve` v3, resolving the crash.
2025-07-26 08:42:19 +08:00
yangdx
10b55dbdc7
Revert "Add no-cache headers to index.html via custom Vite plugin"
...
This reverts commit 93ce53394f .
2025-07-26 08:28:05 +08:00
yangdx
93ce53394f
Add no-cache headers to index.html via custom Vite plugin
...
• Create noCachePlugin for Vite
• Add cache-control meta tags
• Inject headers into index.html
• Prevent browser caching issues
2025-07-25 22:03:25 +08:00
yangdx
33d986aa2a
Change default history_turns from 3 to 0 in settings store of webui
2025-07-24 16:47:54 +08:00
yangdx
03310a9359
Increase chunk size warning limit in Vite config to 1000KB
2025-07-16 10:18:37 +08:00
yangdx
93e7a5b3aa
Update i18n translation
2025-07-16 10:16:32 +08:00
yangdx
8103b200db
Set DEFAULT_HISTORY_TURNS to 0
2025-07-16 02:20:27 +08:00
yangdx
e54bcff85c
Add suppressErrorRendering to mermaid config
2025-07-16 01:01:22 +08:00
yangdx
6d66cde4ac
Reorder query settings in web UI
2025-07-15 18:06:00 +08:00
yangdx
7735970a3b
Keep old query settings untouched
2025-07-15 17:24:13 +08:00
zrguo
7c882313bb
remove chunk_rerank_top_k
2025-07-15 11:52:34 +08:00
zrguo
c2da2fbe12
build
2025-07-14 17:19:28 +08:00
zrguo
2d7f87e936
Update settings.ts
2025-07-14 16:39:42 +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
fc7b0a9273
Improve query settings input experience in WebUI
2025-07-13 01:35:21 +08:00
yangdx
465757aa6a
Increase status card label width and dialog size
2025-07-13 01:14:12 +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
zrguo
e1541caea9
Update webui setting
2025-07-09 12:10:06 +08:00
yangdx
9bf048a4b1
Sync frontend with backend MAX_GRAPH_NODES
...
- Auto-adjust graph nodes when limit changes
- Add refresh trigger for node count changes
- Store backend limit in settings
2025-07-08 00:21:42 +08:00
yangdx
907a07d71e
Allow to delete files with incomplete status
2025-07-07 18:14:14 +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
0f392dfa78
Fix linting
2025-06-25 17:09:41 +08:00
yangdx
8ea7d7ad85
Feat: Add document deletion for WebUI
2025-06-25 17:09:10 +08:00
yangdx
b7a60a5895
fix: use dynamic imports for KaTeX to resolve module initialization error
...
- Prevents circular dependency issues that caused "Cannot accexss 'gm' before initialization" errors when rendering LaTeX formulas.
2025-06-02 18:10:53 +08:00
yangdx
7f50a11977
feat: add LaTeX formula rendering support to ChatMessage component
...
- Add KaTeX dependencies (katex, rehype-katex, @types/katex)
- Configure ReactMarkdown with rehype-katex plugin
- Support both inline ($...$) and block ($$...$$) LaTeX formulas
- Add theme-aware error handling and responsive styling
2025-06-02 17:44:10 +08:00
yangdx
911bbd17a4
Fix linting
2025-05-12 23:27:41 +08:00
yangdx
d0029b5b53
Update favicon.png
2025-05-12 20:02:03 +08:00
yangdx
85ac94bae0
Update icon.svg
2025-05-12 19:47:35 +08:00
yangdx
00b78b91d6
Change website icon
2025-05-12 19:14:02 +08:00
yangdx
cbc8796bb0
Update logo from png to svg
2025-05-12 18:49:58 +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
a359414931
Remove CardDescription
2025-05-08 03:47:13 +08:00
yangdx
147f73002d
Remove ll-keywords and hl-keywords from WebUI
2025-05-07 19:07:31 +08:00
yangdx
1509e3985e
Resolve json code block freezing issue
2025-05-07 04:35:53 +08:00
yangdx
af42fc9b04
Hide created_at property on webui
2025-05-05 00:07:50 +08:00
yangdx
ec41ce5b3a
Replaced Text components with standard labels associated via htmlFor/id to fix accessibility warnings.
2025-05-04 23:23:56 +08:00
yangdx
36f8787bc7
Fix linting
2025-05-01 10:04:31 +08:00
yangdx
a561be0cff
Fix time zone problem of doc status
2025-05-01 02:16:19 +08:00