LightRAG/lightrag/api/routers
yangdx 0eac1a883a Feat: add file path sorting for document manager
- Add file_path sorting support to all database backends (JSON, Redis, PostgreSQL, MongoDB)
- Implement smart column header switching between "ID" and "File Name" based on display mode
- Add automatic sort field switching when toggling between ID and file name display
- Create composite indexes for workspace+file_path in PostgreSQL and MongoDB for better query performance
- Update frontend to maintain sort state when switching display modes
- Add internationalization support for "fileName" in English and Chinese locales

This enhancement improves user experience by providing intuitive file-based sorting
while maintaining performance through optimized database indexes.
2025-07-30 18:46:55 +08:00
..
__init__.py split lightrag_servery.py to smaller files 2025-02-20 03:26:39 +08:00
document_routes.py Feat: add file path sorting for document manager 2025-07-30 18:46:55 +08:00
graph_routes.py Fix linting 2025-04-14 13:29:56 +08:00
ollama_api.py feat: refactor ollama server configuration management 2025-07-28 01:38:35 +08:00
query_routes.py feat: change default query mode from hybrid to mix 2025-07-17 19:21:15 +08:00