LightRAG/lightrag_webui/src/components
clssck 43af31f888 feat: add db_degree visibility and orphan connection UI
Graph Connectivity Awareness:
- Add db_degree property to all KG implementations (NetworkX, Postgres, Neo4j, Mongo, Memgraph)
- Show database degree vs visual degree in node panel with amber badge
- Add visual indicator (amber border) for nodes with hidden connections
- Add "Load X hidden connection(s)" button to expand hidden neighbors
- Add configurable "Expand Depth" setting (1-5) in graph settings
- Use global maxNodes setting for node expansion consistency

Orphan Connection UI:
- Add OrphanConnectionDialog component for manual orphan entity connection
- Add OrphanConnectionControl button in graph sidebar
- Expose /graph/orphans/connect API endpoint for frontend use

Backend Improvements:
- Add get_orphan_entities() and connect_orphan_entities() to base storage
- Add orphan connection configuration parameters
- Improve entity extraction with relationship density requirements

Frontend:
- Add graphExpandDepth and graphIncludeOrphans to settings store
- Add min_degree and include_orphans graph filtering parameters
- Update translations (en.json, zh.json)
2025-11-29 21:08:07 +01:00
..
documents Add confirmation dialog for pipeline cancellation 2025-10-25 03:55:00 +08:00
graph feat: add db_degree visibility and orphan connection UI 2025-11-29 21:08:07 +01:00
retrieval Remove deprecated response_type parameter from query settings 2025-11-12 12:19:30 +08:00
status feat: add automatic entity resolution with 3-layer matching 2025-11-27 15:35:02 +01:00
ui feat: add Table Explorer feature with dynamic table data fetching and schema display 2025-11-27 18:27:14 +01:00
ApiKeyAlert.tsx Revert AlerDialog implementation 2025-03-26 18:22:18 +08:00
AppSettings.tsx feat: add automatic entity resolution with 3-layer matching 2025-11-27 15:35:02 +01:00
LanguageToggle.tsx Added language and theme switching function to login page and homepage 2025-03-12 00:42:12 +08:00
Root.tsx Simplify Root component by removing async i18n initialization 2025-10-12 01:17:37 +08:00
ThemeProvider.tsx Fix linting 2025-03-12 18:55:15 +08:00
ThemeToggle.tsx Added Minimum Degree 2025-03-08 11:01:10 +00:00