presenton/servers/fastapi/services
2025-07-31 15:50:41 +05:45
..
__init__.py feat(fastapi): converts schema to pydantic model for structured response, fix: changes icon and image schema for pydantic model support 2025-07-31 15:50:41 +05:45
database.py fix(fastapi): adds async driver in database url based on type 2025-07-30 12:23:04 +05:45
documents_loader.py feat(fastapi): adds presentation generation using provided slide schemas, refactor(fastapi): converts class based endpoint handlers to organized functional handlers 2025-07-15 05:41:31 +05:45
icon_finder_service.py chore(fastapi) 2025-07-28 16:10:57 +05:45
image_generation_service.py perf(fastapi): uses async sql engine 2025-07-29 17:19:31 +05:45
llm_client.py feat(fastapi): converts schema to pydantic model for structured response, fix: changes icon and image schema for pydantic model support 2025-07-31 15:50:41 +05:45
pptx_presentation_creator.py perf(fastapi): uses async sql engine 2025-07-29 17:19:31 +05:45
redis_service.py chore(fastapi): organizes all env usage in get and set env utilities 2025-07-19 13:00:45 +05:45
schema_to_model_service.py feat(fastapi): converts schema to pydantic model for structured response, fix: changes icon and image schema for pydantic model support 2025-07-31 15:50:41 +05:45
temp_file_service.py feat(fastapi): uses llm client wrapper to wrap all clients 2025-07-31 13:27:21 +05:45