medicode / lib

Commit History

refactor: Create shared `collect_errors` function for Ecto changesets
609a959

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

fix: Add namespace to serving in TranscriptionFilter
48ded1e

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

refactor: Fold `Recorder` functional component into upload_form
2719169

noahsettersten commited on

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

noahsettersten commited on

chore: Shorten live audio chunk duration
139ee5c

noahsettersten commited on

refactor: Rename MembraneFilter to TranscriptionFilter
3e57477

noahsettersten commited on

docs: Document RecordingPipeline and Recorder modules
c574dff

noahsettersten commited on

chore: Remove dbg() call in audio pipeline
3c0f1de

noahsettersten commited on

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

noahsettersten commited on

fix: Don't find keywords if transcription text is empty
e07d058

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: Create initial recording live component
d952874

noahsettersten commited on

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

noahsettersten commited on

chore: Move child specs to functions in AudioTagger
4b67cec

noahsettersten commited on

chore: Namespace serving child processes
a227b91

noahsettersten commited on

feat: Batch call to serving for text embeddings
69f8a70

noahsettersten commited on

chore: Add text embedding serving to supervision tree
9c1c3b1

noahsettersten commited on

feat: Search for similar embeddings in DB
d7e3459

noahsettersten commited on

chore: Separate number with underscore and add moduledoc
95e1261

noahsettersten commited on

chore: Add release function to precompute code vectors
10ceb35

noahsettersten commited on

chore: Move vector precomputation into separate module
fd1b984

noahsettersten commited on

docs: Explain current usage of score in .tag_result
e64366f

noahsettersten commited on

fix: Pass model_tuple for tagging full summary transcription
3c07b80

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

feat: Search for similar embeddings in DB
f23612f

noahsettersten commited on

feat: Create mix task to precompute label vectors
36e17a1

noahsettersten commited on

feat: Create `code_vectors` table
b3d858d

noahsettersten commited on

chore: Add custom vector type for Postgrex
d4a9888

noahsettersten commited on

docs: Add moduledocs to some modules
cb8dc08

noahsettersten commited on

chore: Configure for connecting to Neon's Postgres
f22b0a2

noahsettersten commited on

code review feedback
99149d9

Chris Held commited on

Hide timestamp for summary
f290997

Chris Held commited on

tag full transcription text
96c379c

Chris Held commited on

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

noahsettersten commited on

refactor: Move keyword highlighting to separate component
09e4e72

noahsettersten commited on

chore: Add comment regarding DNSCluster for local Docker
9022101

noahsettersten commited on

chore: Show if vectors file is present
8d1a13d

noahsettersten commited on

refactor: Create shared `cached_download()` function
0550f1e

noahsettersten commited on

fix: Don't highlight keywords including "and"
af81663

noahsettersten commited on

feat: Use vector search to find top two keywords
c3c8822

noahsettersten commited on