20 Commits

Author SHA1 Message Date
Peter Somlo
df5de714c4 fix: make transcription temp and output directories configurable
- Add TempDir field to Config struct to read TEMP_DIR env var
- Update NewUnifiedTranscriptionService to accept tempDir and outputDir parameters
- Remove hardcoded "data/temp" and "data/transcripts" paths from unified service
- Update NewUnifiedJobProcessor to pass directory paths from config
- Update main.go to use cfg.TempDir and cfg.TranscriptsDir
- Update all test files to use new function signatures
- Fix database.go to use directory from DATABASE_PATH instead of hardcoded "data/"
2026-01-07 12:18:26 -08:00
rishikanthc
96e86b9b4f fixing backward compatibility 2025-11-27 11:06:07 -08:00
rishikanthc
d5aa1b7ae8 adds ability to upload multi-track audio files 2025-09-09 11:17:17 -07:00
rishikanthc
0bb41c41ec optimizes backend for performance 2025-09-08 09:56:03 -07:00
rishikanthc
ce0b85fa23 adds support for video transcription - formatter run touched all files 2025-09-07 18:24:00 -07:00
rishikanthc
59d6b02c4f adds support for renaming speakers 2025-09-04 09:28:19 -07:00
rishikanthc
1e40459d11 add table for storing transcription stats 2025-09-01 21:36:58 -07:00
rishikanthc
28dbc63fad fixes jwt token expiration with token refresh - prevents needing to login after app restart 2025-08-29 10:19:36 -07:00
rishikanthc
055be15f28 adds tests and modifies backend to enable testing 2025-08-29 10:04:10 -07:00
rishikanthc
03a07e5997 add docs for all api endpoints in swagger - remove default api keys 2025-08-28 08:53:33 -07:00
rishikanthc
ad2bb87b0b generating summaries - fixed bug in persistence of summary templates 2025-08-26 09:37:35 -07:00
rishikanthc
0d8f1b098c persist model selection and select model for summary templates 2025-08-26 09:04:48 -07:00
rishikanthc
d9d6a0916f add settings for managing summarization templates 2025-08-26 08:31:07 -07:00
rishikanthc
489e6af50d ability to highlight and annotate transcript with notes 2025-08-25 18:39:02 -07:00
rishikanthc
1d5600dc0f basic chat using openAI functionality 2025-08-24 18:05:29 -07:00
rishikanthc
5f93291692 add settings to configure LLM providers 2025-08-24 10:55:20 -07:00
rishikanthc
8e2cce27d0 implements user registratio on first step 2025-08-24 09:10:01 -07:00
rishikanthc
f6ed2941ea protect pages with login and api endpoints with api key 2025-08-24 08:49:37 -07:00
rishikanthc
38db957232 implements configuration profiles 2025-08-23 19:02:05 -07:00
rishikanthc
96aeaf1454 basic UI 2025-08-21 15:48:55 -07:00