LightRAG/service
dangddt 35e86d0aa7 feat: Enhance database initialization and update Docker configuration
- Updated the database initialization logic to check for existing tables before creation, improving efficiency and preventing errors.
- Added new external dependencies to the Dockerfile for better service functionality.
- Removed the requirements.txt file as dependencies are now managed through the pyproject.toml.
- Adjusted Dockerfile to include service code and initialization commands for the database.
2025-12-03 11:40:35 +07:00
..
app feat: Decouple user management from history service by removing the User model, using string user_ids, and renaming history tables. 2025-12-02 17:28:51 +07:00
tests feat: Implement new backend service for chat session and history management with database integration, API, and UI updates. 2025-12-02 13:55:53 +07:00
__init__.py feat: Implement new backend service for chat session and history management with database integration, API, and UI updates. 2025-12-02 13:55:53 +07:00
init_db.py feat: Enhance database initialization and update Docker configuration 2025-12-03 11:40:35 +07:00
main.py feat: Implement new backend service for chat session and history management with database integration, API, and UI updates. 2025-12-02 13:55:53 +07:00