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 comment on a pull request on dmb23/dragtor
this does not work as you hope. For me when running the full test-suite, this file is still present. Compare the comment above.

View on GitHub

dmb23 created a review comment on a pull request on dmb23/dragtor
When writing tests, they should be idempotent: you can never make assumptions / requirements on the order of tests. That means that you should restructure what is happening and create appropriat...

View on GitHub

dmb23 created a review comment on a pull request on dmb23/dragtor
adjust to new name?

View on GitHub

dmb23 created a review comment on a pull request on dmb23/dragtor
This is a good idea! I think it would be great to have the same checks for - other external tools (llama-server + whisper) - check that the defined model files are actually present If you don...

View on GitHub

dmb23 created a review comment on a pull request on dmb23/dragtor
why is this file in the assets folder? It seems to me it should be somewhere in tests/ ?

View on GitHub

dmb23 created a review comment on a pull request on dmb23/dragtor
This should not be necessary if you copy the file to the main directory for most use cases...

View on GitHub

dmb23 created a review comment on a pull request on dmb23/dragtor
if you recommend to copy a file to the dragtor folder, then place it in the .gitignore file

View on GitHub

dmb23 created a review on a pull request on dmb23/dragtor

View on GitHub

dmb23 created a branch on dmb23/dragtor

feat/groq-handler

isyanap94 pushed 1 commit to feat/audio-diarize dmb23/dragtor
  • Separate some function & set diarize config on url-level ae47040

View on GitHub

isyanap94 pushed 59 commits to feat/audio-diarize 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
  • 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
  • WIP create clean handling of evaluation 7e86e09
  • Allow basic evaluation via CLI 2fd41bf
  • Audio data loader initial commit: - Load audio transcript for RAG by providing url/local audio path - Chunking is sti... c346025
  • and 39 more ...

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
  • Add steps for compiling whisper.cpp & use importlib.resources 7faf025

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

dmb23 pushed 23 commits to main dmb23/dragtor
  • 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
  • WIP create clean handling of evaluation 7e86e09
  • Allow basic evaluation via CLI 2fd41bf
  • 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
  • clean up initialization and serialization of Evaluations still a bug with gold_truth not being set correctly... 832fa25
  • clean up evaluation options e84ce5c
  • fix tests 4596515
  • and 3 more ...

View on GitHub

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

View on GitHub

isyanap94 created a review comment on a pull request on dmb23/dragtor
Now it works after some minor adjustment. The readme files missing the guide for download the transcript model

View on GitHub

isyanap94 created a review on a pull request on dmb23/dragtor

View on GitHub

isyanap94 pushed 1 commit to feat/audio-feature dmb23/dragtor
  • Python var adjustment & minor change in test modules cba1622

View on GitHub

isyanap94 pushed 1 commit to feat/audio-feature dmb23/dragtor
  • Update chunker name & test module 9f7fc9e

View on GitHub

isyanap94 created a review on a pull request on dmb23/dragtor

View on GitHub

dmb23 created a review comment on a pull request on dmb23/dragtor
Langchain provides multiple different chunkers, so this name is misleading. I would prefer something like `RecursiveCharacterChunker`

View on GitHub

dmb23 created a review comment on a pull request on dmb23/dragtor
you can have a look in conftest.py how you can leverage importlib.resources for file handling in tests

View on GitHub

dmb23 created a review comment on a pull request on dmb23/dragtor
test_cli_load fails for me. Can you also validate that?

View on GitHub

dmb23 created a review comment on a pull request on dmb23/dragtor
these tests fail for me (except the ffmpeg availability). Can you please check if these work for you in a clean setup?

View on GitHub

dmb23 created a review comment on a pull request on dmb23/dragtor
please update also the uv.lock file when you change the requirements

View on GitHub

dmb23 created a review comment on a pull request on dmb23/dragtor
I think this is unused?

View on GitHub

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

Load more