LightRAG/lightrag/llm
clssck 95c83abcf8 feat(lightrag,lightrag_webui): add S3 storage integration and UI
Add S3 storage client and API routes for document management:
- Implement s3_routes.py with file upload, download, delete endpoints
- Enhance s3_client.py with improved error handling and operations
- Add S3 browser UI component with file viewing and management
- Implement FileViewer and PDFViewer components for storage preview
- Add Resizable and Sheet UI components for layout control
Update backend infrastructure:
- Add bulk operations and parameterized queries to postgres_impl.py
- Enhance document routes with improved type hints
- Update API server registration for new S3 routes
- Refine upload routes and utility functions
Modernize web UI:
- Integrate S3 browser into main application layout
- Update localization files for storage UI strings
- Add storage settings to application configuration
- Sync package dependencies and lock files
Remove obsolete reproduction script:
- Delete reproduce_citation.py (replaced by test suite)
Update configuration:
- Enhance pyrightconfig.json for stricter type checking
2025-12-07 11:04:38 +01:00
..
deprecated test(lightrag,api): add comprehensive test coverage and S3 support 2025-12-05 23:13:39 +01:00
__init__.py Separated llms from the main llm.py file and fixed some deprication bugs 2025-01-25 00:11:00 +01:00
anthropic.py test(lightrag,examples,api): comprehensive ruff formatting and type hints 2025-12-05 15:17:06 +01:00
azure_openai.py test(lightrag,examples,api): comprehensive ruff formatting and type hints 2025-12-05 15:17:06 +01:00
bedrock.py feat(lightrag,lightrag_webui): add S3 storage integration and UI 2025-12-07 11:04:38 +01:00
binding_options.py test(lightrag,api): add comprehensive test coverage and S3 support 2025-12-05 23:13:39 +01:00
gemini.py test(lightrag,examples): add prompt accuracy and quality tests 2025-12-05 16:39:52 +01:00
hf.py test(lightrag,examples): add prompt accuracy and quality tests 2025-12-05 16:39:52 +01:00
jina.py test(lightrag,examples): add prompt accuracy and quality tests 2025-12-05 16:39:52 +01:00
llama_index_impl.py test(lightrag,api): add comprehensive test coverage and S3 support 2025-12-05 23:13:39 +01:00
lmdeploy.py test(lightrag,examples,api): comprehensive ruff formatting and type hints 2025-12-05 15:17:06 +01:00
lollms.py test(lightrag,examples): add prompt accuracy and quality tests 2025-12-05 16:39:52 +01:00
nvidia_openai.py test(lightrag,api): add comprehensive test coverage and S3 support 2025-12-05 23:13:39 +01:00
ollama.py test(lightrag,examples,api): comprehensive ruff formatting and type hints 2025-12-05 15:17:06 +01:00
openai.py feat(lightrag,lightrag_webui): add S3 storage integration and UI 2025-12-07 11:04:38 +01:00
zhipu.py test(lightrag,api): add comprehensive test coverage and S3 support 2025-12-05 23:13:39 +01:00