Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

dmb23/dragtor

dmb23 created a review on a pull request on dmb23/dragtor
Audio loader looks nice. But please check the tests (if they run for you, check in a clean setup with fresh clone and new uv environment)

View on GitHub

isyanap94 pushed 1 commit to feat/audio-feature dmb23/dragtor

View on GitHub

dmb23 pushed 1 commit to feat/eval dmb23/dragtor

View on GitHub

dmb23 opened a pull request on dmb23/dragtor
Feat/eval
Allow for evaluation of RAG performance.
dmb23 pushed 2 commits to feat/eval dmb23/dragtor

View on GitHub

isyanap94 pushed 1 commit to feat/audio-feature dmb23/dragtor
  • Add local audio for testing purpose ef9c854

View on GitHub

isyanap94 pushed 1 commit to feat/audio-feature dmb23/dragtor

View on GitHub

isyanap94 pushed 1 commit to feat/audio-feature dmb23/dragtor

View on GitHub

isyanap94 pushed 1 commit to feat/audio-feature dmb23/dragtor

View on GitHub

isyanap94 pushed 1 commit to feat/audio-feature dmb23/dragtor

View on GitHub

isyanap94 pushed 17 commits to feat/audio-feature dmb23/dragtor
  • initial refactor for work on llm evaluation 48ea90b
  • refactor text ident generation b6d077b
  • streamline handling of possible external server 45ec6dc
  • allow for warmup of new server 3e4df37
  • allow to configure backoff duration during server health check 89d3b6a
  • Merge pull request #4 from dmb23/feat/server-handling Feat/server handling 027be7a
  • Audio data loader initial commit: - Load audio transcript for RAG by providing url/local audio path - Chunking is sti... c346025
  • Add new test configs 979cc75
  • - Add char removal except comma & period - Import new class & change the method name 1efe0c5
  • Move the text clean on text parse method 2f2e536
  • - Add new chunking method using langchain with chunk_overlap - Add server health check before sending prompt d133e63
  • Add new param & remove overlap chunking 3205e84
  • Move default value to config 3423a98
  • Updates for resolving feedbacks a9b286d
  • Some changes: - Change audio loader to use temp file & dir - Remove diarize logic (stored in different branch) - Remo... 2f85b4f
  • Update logic on AudioLoader 688d3de
  • Merge remote-tracking branch 'origin/feat/audio-feature' into feat/audio-feature # Conflicts: # README.md # config/p... d681258

View on GitHub

dmb23 pushed 1 commit to feat/eval dmb23/dragtor
  • clean up initialization and serialization of Evaluations still a bug with gold_truth not being set correctly... 832fa25

View on GitHub

dmb23 pushed 4 commits to feat/eval dmb23/dragtor
  • generate reference answers via Groq Llama3.1 70B 1b11b40
  • update evaluation setup 7bd5c95
  • fix: adjust LocalDragtor to new handling of llm server 506b5a3
  • improved logging 77423c9

View on GitHub

isyanap94 created a branch on dmb23/dragtor

feat/audio-diarize

isyanap94 pushed 1 commit to feat/audio-feature dmb23/dragtor
  • Updates for resolving feedbacks 6de01c5

View on GitHub

dmb23 pushed 1 commit to feat/eval dmb23/dragtor
  • Allow basic evaluation via CLI 2fd41bf

View on GitHub

dmb23 pushed 21 commits to feat/eval dmb23/dragtor
  • go back to default index 64ae2da
  • Merge branch 'main' into feat/prompt-cache 510b366
  • Merge pull request #1 from dmb23/feat/prompt-cache Feat/prompt cache bf303d9
  • initial refactor for work on llm evaluation 48ea90b
  • refactor text ident generation b6d077b
  • streamline handling of possible external server 45ec6dc
  • allow for warmup of new server 3e4df37
  • allow to configure backoff duration during server health check 89d3b6a
  • Merge pull request #4 from dmb23/feat/server-handling Feat/server handling 027be7a
  • initial experiments with creating features from texts via a model 2ee9b33
  • update prompts to get better questions e2cfedb
  • create questions and answers for a given document now to find out: what exactly to do with them? ee04ee7
  • create questions for all cached texts, contrain json output 4d21026
  • constrain output schema to specific fields 7750283
  • start experimenting with RAG evaluations e163d2e
  • sketch out next steps b80fc86
  • initial refactor for work on llm evaluation 9918ccf
  • sort script for testing evaluation d3dedec
  • work on refining propositions b965324
  • be able to evaluate questions to to metrics 9083a77
  • and 1 more ...

View on GitHub

dmb23 deleted a branch dmb23/dragtor

feat/server-handling

dmb23 closed a pull request on dmb23/dragtor
Feat/server handling
All commands in `LlamaServerHandler` that interact with the actual server should now check and automatically decide if - the server is already up - the server is up but not yet ready - the serve...
isyanap94 created a review on a pull request on dmb23/dragtor

View on GitHub

dmb23 pushed 1 commit to feat/server-handling dmb23/dragtor
  • allow to configure backoff duration during server health check 89d3b6a

View on GitHub

dmb23 pushed 1 commit to feat/server-handling dmb23/dragtor
  • allow for warmup of new server 3e4df37

View on GitHub

dmb23 opened a pull request on dmb23/dragtor
Feat/server handling
All commands in `LlamaServerHandler` that interact with the actual server should now check and automatically decide if - the server is already up - the server is up but not yet ready - the serve...
dmb23 created a branch on dmb23/dragtor

feat/server-handling

dmb23 created a review comment on a pull request on dmb23/dragtor
In these tests you are mostly testing your own mocks...

View on GitHub

dmb23 created a review comment on a pull request on dmb23/dragtor
- is this supposed to be a docstring for the function or a TODO?

View on GitHub

dmb23 created a review comment on a pull request on dmb23/dragtor
if you are working with temporary files for processing: look into https://docs.python.org/3/library/tempfile.html

View on GitHub

dmb23 created a review comment on a pull request on dmb23/dragtor
this will break!

View on GitHub

dmb23 created a review comment on a pull request on dmb23/dragtor
extremely unclear what is the difference between `parse_transcript`, `parse_audio_transcript` and `parse_diarization`

View on GitHub

dmb23 created a review comment on a pull request on dmb23/dragtor
I feel like all of these functions should be private methods of the `AudioLoader` class - they are not meant to be used on their own or in multiple different contexts

View on GitHub

Load more