medicode / lib /medical_transcription

Commit History

wip: feat: Define show screen for transcriptions
deecaf3

timgremore commited on

chore: Credo and explain callback limitations
8cf56d2

timgremore commited on

wip: feat: Separate transcriptions from liveview
34b4725

timgremore commited on

test: Add tests for MedicalTranscription.Utilities
29c5ebd

noahsettersten commited on

feat: Display transcriptions in side panel
5ea1261

timgremore commited on

feat: Define transcriptions association on user
2c82609

timgremore commited on

feat: Generate Transcriptions context and schema
8488f43

timgremore commited on

chore!: Disable audio pipeline for now
fcef16d

noahsettersten commited on

fix: Satisfy credo
ef34931

timgremore commited on

fix: Rearrange left panel with consistency
d107e48

timgremore commited on

feat: Auth gen with argon2, live, and binary ID
26f4775

timgremore commited on

fix: Move ownership of audio pipeline to HomeLive
b1bd8cc

noahsettersten commited on

feat: Record code feedback when user manually enters code
f296c58

noahsettersten commited on

feat: Search for codes by code or description
3280f20

noahsettersten commited on

feat: Allow selecting a code that wasn't suggested
aeeeee4

noahsettersten commited on

refactor: Move code search into TranscriptionTextComponent
3748deb

noahsettersten commited on

fix: Prevent summary from overwriting first line of transcription
9cee14f

noahsettersten commited on

perf: Combine `map` & `join` into `map_join`
91b179b

noahsettersten commited on

docs: Add @moduledoc for MedicalTranscription.Utilities
7c89e37

noahsettersten commited on

feat: Display weighting in code title; mixed color for mixed weighting
b9d0f1b

noahsettersten commited on

fix: Always pass `weighting` as a list
3d65418

noahsettersten commited on

chore: Include atom for each weighting result
10eac7e

noahsettersten commited on

feat: Weight based on multiple feedbacks for the same code
682498c

noahsettersten commited on

feat: Include codes with feedback, even if not most similar
0bce68f

noahsettersten commited on

refactor: Split code weighting into separate functions
69180e6

noahsettersten commited on

fix: Sort code results after weighting
af555df

noahsettersten commited on

chore: Remove unused code for highlighting previous feedback responses
b20fcc2

noahsettersten commited on

feat: Highlight weighted feedback
65843fa

noahsettersten commited on

feat: Weight results of code vector search
ea91b21

noahsettersten commited on

fix: Ensure we only return one feedback for a given text + vector pair
969feed

noahsettersten commited on

chore: Add timestamps to code_feedbacks and code_vectors tables
745fdb9

noahsettersten commited on

chore: Expand message on submitting code feedback
9aeba4b

noahsettersten commited on

feat: Highlight previous feedback in tag results
aaa724e

noahsettersten commited on

feat: Retrieve cosine similarity from Postgres query
076da4c

noahsettersten commited on

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: Move audio pipeline handling to a GenServer
4a375b0

noahsettersten commited on

refactor: Remove need for `is_summary` flag
60bcf8d

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: Extract recording pipeline into separate module
3e013eb

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