LightRAG/lightrag
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
..
api Feat: add file path sorting for document manager 2025-07-30 18:46:55 +08:00
kg Feat: add file path sorting for document manager 2025-07-30 18:46:55 +08:00
llm fix timeout issue 2025-07-29 13:38:46 +07:00
tools
__init__.py Bump core version to 1.4.5 and api version to 0190 2025-07-25 11:15:04 +08:00
base.py feat(pagination): Implement document list pagination backends and frontend UI 2025-07-30 17:58:32 +08:00
constants.py feat: refactor ollama server configuration management 2025-07-28 01:38:35 +08:00
exceptions.py
lightrag.py Add track_id return to document processing pipeline 2025-07-30 10:27:12 +08:00
llm.py
namespace.py Remove namespace_prefix 2025-07-06 00:16:47 +08:00
operate.py Refactor: Rename llm_model_max_token_size to summary_max_tokens 2025-07-28 00:49:08 +08:00
prompt.py Unify entity extraction prompt between passes 2025-07-27 23:06:55 +08:00
rerank.py Fix: rename rerank parameter from top_k to top_n 2025-07-20 00:26:27 +08:00
types.py
utils.py feat: add track_id support for document processing progress monitoring 2025-07-29 22:24:21 +08:00
utils_graph.py Fix GRAPH_FIELD_SEP import typo 2025-06-29 01:28:39 +05:00