- Replaced `get_container_db_async_session` with `async_session_maker` for improved session handling in background tasks. - Refactored chat memory services to utilize a shared `mem0` client for better memory management. - Introduced new methods for retrieving and storing chat history, integrating with SQL and memory layers. - Enhanced error handling and response management in chat-related services. - Cleaned up unused code and improved overall structure for maintainability. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| concurrent_service.py | ||
| database.py | ||
| document_conversion_service.py | ||
| documents_loader.py | ||
| export_task_service.py | ||
| html_to_text_runs_service.py | ||
| icon_finder_service.py | ||
| image_generation_service.py | ||
| lightweight_document_service.py | ||
| liteparse_service.py | ||
| llm_client.py | ||
| llm_tool_calls_handler.py | ||
| pptx_presentation_creator.py | ||
| score_based_chunker.py | ||
| temp_file_service.py | ||
| webhook_service.py | ||