Commit History

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: Exclude .env from git repo
301a1fb

noahsettersten commited on

docs: Describe volume setup for local Docker builds
dbd30a5

noahsettersten commited on

build(deps): Add ALSA and Portaudio dependencies to Dockerfile
4b23ad5

noahsettersten commited on

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

noahsettersten commited on

build(deps): Re-add `membrane_portaudio_plugin`
8cad9e0

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

docs: Add notes about precomputing code vectors in deployed environment
91726a6

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

chore: Add index for description vector embeddings
37dc524

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

chore: Enable Postgres `vector` extension
9a47586

noahsettersten commited on

ci: Fix misspelling in cache action name
76f2a1d

noahsettersten commited on

ci: Define version for `setup-beam` action
a9d38e2

noahsettersten commited on

docs: Add moduledocs to some modules
cb8dc08

noahsettersten commited on

ci: Check formatting and code style on GitHub Actions
5a4cebf

noahsettersten commited on

feature: Add `credo` for checking code style
f900aef

noahsettersten commited on

chore: Re-enable DB migrations on deploy
e64a813

noahsettersten commited on

chore: Re-enable error for when DATABASE_URL is missing
3a05661

noahsettersten commited on

chore: Configure for connecting to Neon's Postgres
f22b0a2

noahsettersten commited on

Merge pull request #1 from headwayio/feature/summarize-all
283051d
unverified

chris.held 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

chore: Update `audio_tagger` dependency
85164cf

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