SurfSense/surfsense_backend/app/services
Nabhan cf0e265107 refactor: integrate local STT with existing upload flow
- Simplify STT_SERVICE config to local/MODEL_SIZE format
- Remove separate STT routes, integrate with document upload
- Add local STT support to audio file processing pipeline
- Remove React component, use existing upload interface
- Support both local Faster-Whisper and external STT services
- Tested with real speech: 99% accuracy, 2.87s processing
2025-10-12 10:50:55 +05:00
..
__init__.py Fixed all ruff lint and formatting errors 2025-07-24 14:43:48 -07:00
connector_service.py feat: Moved searchconnectors association from user to searchspace 2025-10-08 21:13:01 -07:00
docling_service.py Fixed all ruff lint and formatting errors 2025-07-24 14:43:48 -07:00
kokoro_tts_service.py feat: Added Local TTS (Kokoro TTS) Support 2025-08-13 17:25:34 -07:00
llm_service.py feat: moved LLMConfigs from User to SearchSpaces 2025-10-10 00:50:29 -07:00
query_service.py feat: moved LLMConfigs from User to SearchSpaces 2025-10-10 00:50:29 -07:00
reranker_service.py Fixed all ruff lint and formatting errors 2025-07-24 14:43:48 -07:00
streaming_service.py Merge main to Llamaindex-chatui 2025-07-25 19:41:05 -07:00
stt_service.py refactor: integrate local STT with existing upload flow 2025-10-12 10:50:55 +05:00
task_logging_service.py Fixed all ruff lint and formatting errors 2025-07-24 14:43:48 -07:00