Commit History

refactor: Clean up state in HomeLive.Index mount/3 call
8f4c6f0

noahsettersten commited on

chore: Rename Transcriber to prepare for a transcription context
4553650

noahsettersten commited on

refactor: Move CodeSearcher and CodeVector into Coding context
a7feaeb

noahsettersten commited on

refactor: Create feedback context
b01bac2

noahsettersten commited on

chore: Remove old /audio live view
2989367

noahsettersten commited on

chore: Move audio pipeline handling to a GenServer
4a375b0

noahsettersten commited on

refactor: Remove need for `is_summary` flag
60bcf8d

noahsettersten commited on

feat: Allow re-enabling recording from the result heading
a6485ec

noahsettersten commited on

chore: Move audio pipeline up to HomeLive live view
2326b27

noahsettersten commited on

chore: Show microphone when showing streaming audio results
64358d1

noahsettersten commited on

feat: Transcribe text when recorder is active
5e0ec01

noahsettersten commited on

chore: Extract recording pipeline into separate module
3e013eb

noahsettersten commited on

chore: Re-enable live audio pipeline on /audio
7bc0776

noahsettersten commited on

feat: Batch call to serving for text embeddings
69f8a70

noahsettersten commited on

feat: Remove unnecessary GenServer for building code vectors
847217a

noahsettersten commited on

feat: Store vector for text in feedback, associate to code_vectors
58815a9

noahsettersten commited on

docs: Add moduledocs to some modules
cb8dc08

noahsettersten commited on

chore: Remove comments in favor of new Asana board
62edbad

noahsettersten commited on

feat: Generate vector embeddings from UI via GenServer
f059b2f

noahsettersten commited on

fix: Use tmp dir for file uploads
0249a13

noahsettersten commited on

chore: Disable Membrane PortAudio plugin temporarily
8b51593

noahsettersten commited on

fix: Use new namespace for %TagResult{} in SampleData module
81ce642

noahsettersten commited on

feat: Add LiveView for transcribing live audio from input
43ebfdb

noahsettersten commited on

feat: Aggregate keywords in summary
046803b

noahsettersten commited on

feat: Create LiveComponent for transcription text display
d93863b

noahsettersten commited on

chore: Rearrange keyword display logic
cc36cea

noahsettersten commited on

feat: Gather keywords from transcribed text
7ae16f7

noahsettersten commited on

refactor: Move more of the UI into separate components
8aae8fe

noahsettersten commited on

feat: Add "long_description" to "code_feedbacks" table
abaf246

noahsettersten commited on

feat: Add initial styling from design
a8e82ac

noahsettersten commited on

feat: Record user feedback on given code
712bb74

noahsettersten commited on

chore: Adjust width for code column
7716593

noahsettersten commited on

chore: Include sample data for testing UI changes
cf33714

noahsettersten commited on

feat: Create component for displaying %TagResult{}
bade74c

noahsettersten commited on

chore: Use new `TagResult` struct for semantic search results
a4478d7

noahsettersten commited on

feat: Use LiveView streams; extract ML work; show in-progress
bdffcf8

noahsettersten commited on

chore: Send transcribed lines as process messages
63bdb9a

noahsettersten commited on

chore: Tag each transcribed line in a Stream.map
778e209

noahsettersten commited on

chore: Place `handle_event` calls adjacent to each other
d99b575

noahsettersten commited on

feat: Show results with timestamps in a table
c2ad10e

noahsettersten commited on

feat: Search for matching codes for transcribed audio
e4bca00

noahsettersten commited on

WIP audio tagging
0054b1a

timgremore commited on

feat: Print entire transcrip
1f54707

timgremore commited on

feat: HomeLive.Index LiveView
83105f7

timgremore commited on