SurfSense/surfsense_backend/app/routes
Nabhan 15ba2b86f6 fix: add defensive dictionary access and error handling for local STT
- Use .get() for safe dictionary access instead of direct key access
- Add explicit try-catch for local STT transcription failures
- Validate transcription result is not empty
- Provide clear error messages for corrupted audio files
- Match error handling pattern with external STT service
2025-10-12 11:14:12 +05:00
..
__init__.py refactor: integrate local STT with existing upload flow 2025-10-12 10:50:55 +05:00
airtable_add_connector_route.py feat: Moved searchconnectors association from user to searchspace 2025-10-08 21:13:01 -07:00
chats_routes.py feat: moved LLMConfigs from User to SearchSpaces 2025-10-10 00:50:29 -07:00
documents_routes.py fix: add defensive dictionary access and error handling for local STT 2025-10-12 11:14:12 +05:00
google_calendar_add_connector_route.py feat: Moved searchconnectors association from user to searchspace 2025-10-08 21:13:01 -07:00
google_gmail_add_connector_route.py feat: Moved searchconnectors association from user to searchspace 2025-10-08 21:13:01 -07:00
llm_config_routes.py feat: moved LLMConfigs from User to SearchSpaces 2025-10-10 00:50:29 -07:00
logs_routes.py Fixed all ruff lint and formatting errors 2025-07-24 14:43:48 -07:00
luma_add_connector_route.py feat: Moved searchconnectors association from user to searchspace 2025-10-08 21:13:01 -07:00
podcasts_routes.py Fixed all ruff lint and formatting errors 2025-07-24 14:43:48 -07:00
search_source_connectors_routes.py feat: Moved searchconnectors association from user to searchspace 2025-10-08 21:13:01 -07:00
search_spaces_routes.py Fixed all ruff lint and formatting errors 2025-07-24 14:43:48 -07:00