lightrag / lightrag_webui /src /hooks /useLightragGraph.tsx

Commit History

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

handle missing edge types in graph data
858f35e

ArnoChen commited on

move lightrag_webui folder to top directory
f1e780e

ArnoChen commited on