lightrag / lightrag_webui /src /hooks /useLightragGraph.tsx

Commit History

Update node size logic node expansion
6f21f6c

yangdx commited on

Add node types
e8519f9

yangdx commited on

Udate node types
07ccc72

yangdx commited on

Update color
76a1f9d

yangdx commited on

Map node type to fix color
68d8046

yangdx commited on

Optimize node color
66ba24d

yangdx commited on

Fix linting
8d47044

yangdx commited on

Change to undirected graph
af95aa1

yangdx commited on

Add edge size handling for nodeexpansion
9e8a018

yangdx commited on

Optimize node corlor
78c77fe

yangdx commited on

Optimize node color
823192d

yangdx commited on

Optimize node color by pre-set colors
f245cd6

yangdx commited on

Add node cololr by type feature to node expansion
2a9ae75

yangdx commited on

Add initial value display for AsyncSelect
1600ec8

yangdx commited on

Fix linting
b79b057

yangdx commited on

Set queryLabel after query on page first load
75d0b6d

yangdx commited on

Fix linting
69bab80

yangdx commited on

Fix merge problem
1d099f8

yangdx commited on

Fix merge conflicts
f614610

yangdx commited on

Merge branch 'feat-node-color' into merge-node-color
0e483e2

yangdx commited on

Merge branch 'feat-edge-thickness' into merge-edge-thickness
d1a56fa

yangdx commited on

Keep graph query label after 401 error for post-login data reload
15c04d1

yangdx commited on

Merge branch 'main' into clear-doc
7ff0d05

yangdx commited on

feat: Add legend components and toggle buttons
563cdd1

choizhang commited on

refactor(useLightragGraph): Optimize node color generation logic
cba1d17

choizhang commited on

Update i18n translation
6b82001

yangdx commited on

Feat: replace min_degree with max_nodes in webui
19d53d6

yangdx commited on

feat (graph settings): Add edge thickness range configuration function
6e8f1c9

choizhang commited on

fix(useLightragGraph): Change the label of the edge from type to keyword
299305f

choizhang commited on

Updated relationships label in locale files.
626a175

yangdx commited on

Update the node size of the expanded node
fdc7378

yangdx commited on

Fix node size calculation bugs
e36d3ea

yangdx commited on

Fix max dgree calculation error in node expansion
7a54fb3

yangdx commited on

Update webui assets
aaf862b

yangdx commited on

Improve node size calculation logic for node expansion to prevent oversized
c92508a

yangdx commited on

Simplify log message for graph query
9e0ee27

yangdx commited on

Fix linting
e70144e

yangdx commited on

Handle empty graph data and add empty graph hints
ebd81d2

yangdx commited on

Fix: emtpy graph not display correctly after cleaning the database
f57fcd2

yangdx commited on

Fetch all labels and graph data again on refresh
abf0e97

yangdx commited on

Fix: graph label not set on grapview initial mount
bd39ed2

yangdx commited on

Update web assets
6a2df45

yangdx commited on

Remove useless tab visibility checks from graph components
6b73e43

yangdx commited on

Remove unused shouldRender state and related rendering control logic
417c40a

yangdx commited on

Skip graph creation if no data or empty nodes
6600311

yangdx commited on

Added error logging for duplicate edges in rawGraph.
b82fcce

yangdx commited on

Prevent duplicate edges in Lightrag graph
f9258cc

yangdx commited on

fix: Replace global searchCache with Zustand state management
a5f80ff

yangdx commited on

fix: improve graph zoom control and node expansion functionality
fd16503

yangdx commited on

Optimize node degree and size calculation for expanded graph nodes
63a4981

yangdx commited on