presenton/electron/servers/fastapi/services
sudipnext 4e87dc8b70 refactor: Update database session management and enhance chat memory services
- 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.
2026-04-25 19:10:39 +05:45
..
__init__.py updated 2026-02-20 12:02:23 +05:45
concurrent_service.py updated 2026-02-20 12:02:23 +05:45
database.py refactor: Update database session management and enhance chat memory services 2026-04-25 19:10:39 +05:45
document_conversion_service.py feat: enhance document conversion services with improved logging and error handling 2026-03-31 14:06:57 +05:45
documents_loader.py feat: Implement stock image search functionality with Pexels and Pixabay integration 2026-04-07 18:00:16 +05:45
export_task_service.py Refactor presentation export runtime handling 2026-04-18 16:49:42 +05:45
html_to_text_runs_service.py updated 2026-02-20 12:02:23 +05:45
icon_finder_service.py feat: implement unified setup installer for LibreOffice and Chromium dependencies 2026-03-11 20:31:34 +05:45
image_generation_service.py fix: ComfyUI generation issue 2026-04-11 22:02:42 +05:45
lightweight_document_service.py feat: add language parameter to decomposeDocuments API call 2026-03-28 15:34:53 +05:45
liteparse_service.py feat: enhance document conversion services with improved logging and error handling 2026-03-31 14:06:57 +05:45
llm_client.py fix: refine web search handling in LLM client and presentation outline generation 2026-04-16 20:11:25 +05:45
llm_tool_calls_handler.py feat: enhance web search functionality in LLM client and presentation generation 2026-04-16 14:40:31 +05:45
pptx_presentation_creator.py feat: implement image path resolution utility to streamline image handling in FastAPI endpoints and PPTX presentation creator 2026-03-08 20:55:20 +05:45
score_based_chunker.py updated 2026-02-20 12:02:23 +05:45
temp_file_service.py updated 2026-02-20 12:02:23 +05:45
webhook_service.py updated 2026-02-20 12:02:23 +05:45