Commit graph

4 commits

Author SHA1 Message Date
daohp
7d9d31b6f3 feat: Add session history feature to LightRAG API
- Introduced a new session history feature that tracks and manages conversation history across multiple chat sessions.
- Implemented REST API endpoints for creating, listing, retrieving, and deleting chat sessions.
- Enhanced error handling and logging for session management operations.
- Updated README.md to include documentation for the new session history feature and its usage.
2025-12-03 14:24:10 +07:00
dangddt
d924577cc5 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
dangddt
854dc67c12 feat: Introduce OAuth2 authentication to history routes, replacing the default user with authenticated user management. 2025-12-02 14:10:26 +07:00
dangddt
2abfc08a77 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