LightRAG/lightrag/api/routers
yangdx 162370b6e6 Add optional LLM cache deletion when deleting documents
• Add delete_llm_cache parameter to API
• Collect cache IDs from text chunks
• Delete cache after graph operations
• Update UI with new checkbox option
• Add i18n translations for cache option
2025-10-22 12:19:23 +08:00
..
__init__.py split lightrag_servery.py to smaller files 2025-02-20 03:26:39 +08:00
document_routes.py Add optional LLM cache deletion when deleting documents 2025-10-22 12:19:23 +08:00
graph_routes.py Enhance graph API endpoints with detailed docs and field validation 2025-10-10 12:49:00 +08:00
ollama_api.py fix(OllamaAPI): Add validation to ensure last message is from user role 2025-10-01 20:48:37 +08:00
query_routes.py Relax conversation history role validation requirements 2025-09-29 13:10:15 +08:00