LightRAG/lightrag/api/routers
yangdx 17d665c9f3 Limit history messages to latest 1000 entries with truncation indicator
• Limit history to 1000 latest messages
• Add truncation message when needed
• Show count of truncated messages
• Update API documentation
• Prevent memory issues with large logs
2025-09-05 12:31:36 +08:00
..
__init__.py split lightrag_servery.py to smaller files 2025-02-20 03:26:39 +08:00
document_routes.py Limit history messages to latest 1000 entries with truncation indicator 2025-09-05 12:31:36 +08:00
graph_routes.py Fix label selection with leading/trailing whitespace 2025-08-31 02:54:39 +08:00
ollama_api.py Refactored rerank_example file to utilize the updated rerank function. 2025-08-23 22:51:41 +08:00
query_routes.py feat: change default query mode from hybrid to mix 2025-07-17 19:21:15 +08:00