lightrag / lightrag_webui /src /hooks /useLightragGraph.tsx

Commit History

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

Optimize node spread animation with better spacing and randomized angle offset
958ad51

yangdx commited on

Remove reduntant search engine update functions
588a416

yangdx commited on

Fix Graph TAB flickering issue in node expansion
dd22942

yangdx commited on

Fix linting
6b24674

yangdx commited on

Refactor graph search to update search engin after node expand or prune
56a0241

yangdx commited on

Fix linting and upate webui assets
169a4c0

yangdx commited on

Improve node layout by using polar coordinates for positioning expanded nodes
7f62f8d

yangdx commited on

Fix refresh layout button failure
2f9681a

yangdx commited on

Avoid graphics flickering during node operations
e41c826

yangdx commited on

Refactor node expansion logic with improved degree and size calculation
3b2172e

yangdx commited on

Fix linting
37bba66

yangdx commited on

Add Node Expansion and Pruning Features
b8f3341

yangdx commited on

Remove unused codes
1f583de

yangdx commited on

Fix linting
2e179f3

yangdx commited on

Optimize graph state management & performance for tab switching visibility
d3a437a

yangdx commited on

Minimized API request between Tab view change
5611aed

yangdx commited on

Remove redundant label fetch on mount
d98214a

yangdx commited on

Fix linting
3be437a

yangdx commited on

Clear selection and highlights before graph fetch
9f2e859

yangdx commited on

Fix auto fit disabled afther zoom in or out manually
ff37d80

yangdx commited on

Limit the search scope to labels in the current subgraph
dcae38a

yangdx commited on

Optimize dependency arrays in graph components
b63eb5d

yangdx commited on

Fix linting
201c775

yangdx commited on

Fix duplicate api requuests for graph fetching
3ab8571

yangdx commited on

Ensure seamless toggling between selected labels and the complete graph
aa0d4c6

yangdx commited on

Refactor graph label handling to extract labels directly from graph data
5edb4ed

yangdx commited on

Always fetch data for "*" label
85b7cce

yangdx commited on

Added minimum degree filter for graph queries
08f9fdd

yangdx commited on

add graph depth and layout iteration settings
07eaad0

ArnoChen commited on