LightRAG/lightrag/api/routers
clssck a9edadef45 feat: add Table Explorer feature with dynamic table data fetching and schema display
- Implemented Table Explorer component to allow users to select and view database tables.
- Added API calls for fetching table list, schema, and paginated data.
- Introduced row detail modal for displaying and copying row data.
- Enhanced DataTable component to support row click events.
- Updated UI components for better user experience and accessibility.
- Added mock data for development mode to facilitate testing.
- Updated localization files to include new terms related to tables.
- Modified settings store to include storage configuration for conditional UI rendering.
- Improved styling and layout for various components to align with new design standards.
2025-11-27 18:27:14 +01:00
..
__init__.py split lightrag_servery.py to smaller files 2025-02-20 03:26:39 +08:00
document_routes.py feat: add automatic entity resolution with 3-layer matching 2025-11-27 15:35:02 +01:00
graph_routes.py feat: Improve entity merge and edit UX 2025-10-27 23:42:08 +08:00
ollama_api.py Add comprehensive error logging across API routes 2025-11-19 22:50:06 +08:00
query_routes.py Add comprehensive error logging across API routes 2025-11-19 22:50:06 +08:00
table_routes.py feat: add Table Explorer feature with dynamic table data fetching and schema display 2025-11-27 18:27:14 +01:00