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
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
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
ab561196ff
Feat: Added reranker config and lock status to status card of WebUI
2025-07-13 00:41:54 +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
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
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
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
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
yangdx
936587d4dd
Adjust width of chat message box from server
2025-04-29 19:19:22 +08:00
yangdx
e0d2775127
Increase the pipeline status popup width
2025-04-28 20:30:35 +08:00
yangdx
53f9ef77f9
Fix linting
2025-04-26 12:32:01 +08:00
yangdx
9792841a07
Stablize mermaid render in history messages
2025-04-26 12:30:29 +08:00
yangdx
e0d99d3c29
Postpond mermaid rendering untill streaming streaming respond stopped.
2025-04-26 10:16:13 +08:00
yangdx
dd83c1fe7e
Upload file in the order of sorted file name
2025-04-25 01:14:32 +08:00
yangdx
a9dcf4d5ca
Change chat message component width to 90%
2025-04-22 17:52:48 +08:00
yangdx
64f5bb0243
Add typography to webui and fix markdown render problem
2025-04-22 17:21:24 +08:00
yangdx
3ce159bf9b
Fix layout problem of QuerySettings for WebUI
2025-04-22 16:16:14 +08:00
yangdx
be032db1f8
Fix linting
2025-04-22 09:05:23 +08:00
choizhang
333c43fbdf
refactor: Fixed redundant blank characters in message content
2025-04-22 01:25:18 +08:00
choizhang
522080e44f
feat(chat): Add Mermaid chart support and optimize code highlighting. Resolve the issue of streaming returns
2025-04-21 15:50:13 +08:00
yangdx
300a092132
Increase the threshold value of enabling middle content search.
2025-04-18 17:46:05 +08:00
yangdx
67f6d14e5b
Switch rotation bottun posstion
2025-04-17 04:33:34 +08:00
yangdx
c50b3dc79c
Update toptips position
2025-04-15 16:09:40 +08:00
yangdx
085cfffdf6
fix: limit property value display length to prevent horizontal scrollbars
2025-04-15 14:33:40 +08:00
yangdx
0a9e96640d
Optimize tooltips posistion
2025-04-15 14:23:42 +08:00
yangdx
cdd69845c9
Remove grapOperation.ts
2025-04-15 13:04:51 +08:00
yangdx
28d26c3a4a
refactor: improve graph property update mechanism
...
- Move graph data and UI state update logic into store
- Ensure all property updates trigger PropertiesView refresh
- Add graphDataVersion dependency to PropertiesView
- Follow React best practices by avoiding direct UI state modification in utility functions
- Fix issue where non-entity_id property changes weren't reflected in UI
2025-04-15 12:41:51 +08:00
yangdx
f58fb43f67
Fix Neo4j node and edge edit problem
2025-04-15 12:41:41 +08:00
yangdx
f7ee5be658
Fix linting
2025-04-14 14:53:13 +08:00
yangdx
5ce334d807
Fix tooltips missing for editable properties
2025-04-14 14:47:30 +08:00
yangdx
85a9462650
Enhanced textarea configuration in property editor
...
- Added dynamic textarea sizing configuration
- Special handling for description field
- Improved resizing behavior
2025-04-14 13:01:34 +08:00