presenton/servers/fastapi/services
2025-08-05 22:37:25 +05:45
..
__init__.py refactor: removes redis and uses sqlite to store background tasks status 2025-08-04 17:32:25 +05:45
database.py Merged with main 2025-08-05 22:37:25 +05:45
docling_service.py feat: adds docling 2025-08-02 23:32:48 +05:45
documents_loader.py feat: adds docling 2025-08-02 23:32:48 +05:45
icon_finder_service.py Merged with main 2025-08-05 22:37:25 +05:45
image_generation_service.py feat(fastapi): adds strict support for every schemas, proper models check, refactor 2025-08-01 00:15:03 +05:45
llm_client.py feat: adds options to select between tool calls/json schema and enable disable thinking for custom models 2025-08-04 14:50:55 +05:45
pptx_presentation_creator.py perf(fastapi): uses async sql engine 2025-07-29 17:19:31 +05:45
redis_service.py refactor(fastapi): removes redis and uses sqlite to store background task status 2025-08-04 21:56:48 +05:45
score_based_chunker.py refactor(fastapi): removes redis and uses sqlite to store background task status 2025-08-04 21:56:48 +05:45
temp_file_service.py feat(fastapi): uses llm client wrapper to wrap all clients 2025-07-31 13:27:21 +05:45