yangdx
fb0f8e11fd
Resolve the language setting persistence issue
...
- Move i18n initialization to async function
- Sync i18n with settings store language
- Add Root component for i18n loading state
- Convert i18n.js to TypeScript
2025-03-12 14:36:34 +08:00
yangdx
620d31e878
Update translations and add language settings
2025-03-12 13:49:22 +08:00
yangdx
32d54dc297
Merge branch 'main' into improve-property-tooltip
2025-03-12 13:25:02 +08:00
yangdx
24418a04fe
Increased graph layout iteration limits and defaults.
...
- Raised max layout iterations to 30
- Set default iterations to 15
2025-03-12 09:30:28 +08:00
yangdx
ee0700d288
Ensure seamless toggling between selected labels and the complete graph
2025-03-12 08:52:28 +08:00
yangdx
b9e22ef64d
Refactor graph label handling to extract labels directly from graph data
...
- Remove redundant label caching logic
- Add graphLabels state to graph store
2025-03-12 07:15:54 +08:00
yangdx
dad36e948f
Added refresh layout button to graph settings
2025-03-12 06:22:39 +08:00
yangdx
c910ba1d28
Add SettingsDisplay component to show graph settings
...
- Create SettingsDisplay component
- Display graphQueryMaxDepth and graphMinDegree
- Position display at bottom-left corner
2025-03-12 06:10:48 +08:00
yangdx
0e234beaf5
Always fetch data for "*" label
2025-03-12 05:44:27 +08:00
yangdx
32e7fdc4fc
fix(Tooltip): fix truncated content and add scrollbar in property tooltips
2025-03-12 04:59:18 +08:00
yangdx
a124c2d391
Renamed relationship type from 'Target' to 'Neighbour'
2025-03-12 03:49:11 +08:00
zrguo
2ffd7f9111
fix linting
2025-03-11 21:13:50 +08:00
yangdx
f1d312a2ce
Update UI and refine node property display for compatible with legacy data
2025-03-11 15:54:41 +08:00
yangdx
30310c2845
Fix relation info in kownledge graph UI
2025-03-11 15:36:38 +08:00
baoheping
ed1e44f925
Merge branch 'main' into multi-language
2025-03-08 19:04:32 +08:00
baoheping
59a2202e7c
Added Minimum Degree
2025-03-08 11:01:10 +00:00
yangdx
b08bf51b69
Apply graph force layout on maxIterations change
2025-03-05 14:30:30 +08:00
yangdx
1fddc8552e
Added minimum degree filter for graph queries
...
- Introduced min_degree parameter in graph query
- Updated UI to include minimum degree setting
- Modified API to handle min_degree parameter
- Updated graph query logic in LightRAG
2025-03-05 11:37:55 +08:00
ArnoChen
798c37d4fa
build webui
2025-02-25 18:36:34 +08:00
ArnoChen
40a1a94a31
add graph depth and layout iteration settings
2025-02-25 18:32:53 +08:00
ArnoChen
dbf5481959
replace react-shiki with react-syntax-highlighter to reduce package size
2025-02-24 18:58:57 +08:00
ArnoChen
e2b4e661e3
feat: retrieval message code highlight, message copy button
2025-02-24 18:17:17 +08:00
Saifeddine ALOUI
427118c8a4
Update FileUploader.tsx
2025-02-20 11:03:56 +01:00
Saifeddine ALOUI
f8ad7ffac1
Added more types
2025-02-20 11:02:32 +01:00
ArnoChen
7c68bf7ab7
move ThemeProvider and ThemeToggle components
2025-02-17 12:35:35 +08:00
ArnoChen
dfd7f702dc
new build
...
fix api alert
2025-02-17 02:08:55 +08:00
ArnoChen
c5f380986d
implement API key alert
2025-02-17 01:59:36 +08:00
ArnoChen
c2a7079392
finish document manager
2025-02-17 01:05:31 +08:00
ArnoChen
e5b89c5400
fix retrieval testing and query settings
2025-02-16 21:58:30 +08:00
ArnoChen
fc3ca2777f
add query settings
2025-02-16 21:43:14 +08:00
ArnoChen
d1358c30f3
enhance web UI with retrieval testing and UI improvements
2025-02-16 04:34:22 +08:00
ArnoChen
1fe456666a
add document manager and site heaer
...
clean
format
2025-02-15 23:29:30 +08:00
ArnoChen
85e6989abc
move lightrag_webui folder to top directory
2025-02-13 17:29:51 +08:00