presenton/servers/fastapi/services
sudipnext 3d06644914 feat: update placeholder image references and improve asset handling
- Replaced all instances of the placeholder image path from "/static/images/placeholder.jpg" to "/static/images/replaceable_template_image.png".
- Added a new Nginx location block for serving app data with a long cache expiration.
- Enhanced the image generation service to return the new template image when generation fails.
- Updated various services and endpoints to ensure consistent handling of asset paths, including resolving backend asset URLs.
- Removed Electron-specific checks from several components to streamline API calls and improve compatibility with web deployments.
- Improved error handling and logging in the PDF export process.
- Adjusted Next.js configuration for API routing to ensure proper asset serving in Docker environments.
2026-04-18 20:56:37 +05:45
..
__init__.py fix: icon finder services reinitiating in every request 2025-08-28 14:55:12 +05:45
codex_llm.py feat: add CodexLLMAdapter for structured LLM calls and integrate with LLMClient 2026-02-26 12:38:58 +05:45
concurrent_service.py feat(fastapi): adds webhook support which lets you listen to events 2025-09-16 17:31:22 +05:45
database.py feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
document_conversion_service.py Refactor code structure and remove redundant changes in multiple sections 2026-04-16 13:33:21 +05:45
documents_loader.py Refactor code structure and remove redundant changes in multiple sections 2026-04-16 13:33:21 +05:45
export_task_service.py feat: update placeholder image references and improve asset handling 2026-04-18 20:56:37 +05:45
html_to_text_runs_service.py fix(fastapi): solves issue on PPTX export where markdown content was not correctly parsed 2025-08-12 13:10:29 +05:45
icon_finder_service.py feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
image_generation_service.py feat: update placeholder image references and improve asset handling 2026-04-18 20:56:37 +05:45
liteparse_service.py feat: update placeholder image references and improve asset handling 2026-04-18 20:56:37 +05:45
llm_client.py feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
llm_tool_calls_handler.py feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
pptx_presentation_creator.py feat: update placeholder image references and improve asset handling 2026-04-18 20:56:37 +05:45
score_based_chunker.py refactor: removes nltk from score based chunker 2025-08-05 23:54:18 +05:45
temp_file_service.py feat: adds tone, verbosity and refactors tables 2025-08-29 10:52:34 +05:45
webhook_service.py feat(fastapi): adds webhook support which lets you listen to events 2025-09-16 17:31:22 +05:45