Release 2.4.10
What's new
Commits details since the last release
- [4e96536] by @thiswillbeyourgithub, 14 seconds ago:
bump version 2.4.9 -> 2.4.10
bumpver.toml
setup.py
wdoc/wdoc.py
- [e62b1e3] by @thiswillbeyourgithub, 23 seconds ago:
feat: added an automoatically updated todo list
Signed-off-by: thiswillbeyourgithub [email protected]
README.md
- [8fc7db6] by @thiswillbeyourgithub, 78 minutes ago:
minor: remove unused import
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/misc.py
- [8b866f6] by @thiswillbeyourgithub, 79 minutes ago:
minor: use Path instead of PosixPath
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/docs/USAGE.md
wdoc/utils/batch_file_loader.py
wdoc/utils/embeddings.py
wdoc/utils/loaders.py
wdoc/utils/misc.py
wdoc/wdoc.py
- [b5b2f32] by @thiswillbeyourgithub, 22 hours ago:
fix: italic todo
Signed-off-by: thiswillbeyourgithub [email protected]
README.md
- [3056d33] by @thiswillbeyourgithub, 22 hours ago:
new: maintain a list of TODOs thanks to my other side project
README.md
- [a49c307] by @thiswillbeyourgithub, 23 hours ago:
doc
Signed-off-by: thiswillbeyourgithub [email protected]
README.md
- [452d309] by @thiswillbeyourgithub, 23 hours ago:
synchronized todo list
Signed-off-by: thiswillbeyourgithub [email protected]
README.md
- [0f6a666] by @thiswillbeyourgithub, 3 days ago:
docs: forgot to correct WDoc to wdoc
Signed-off-by: thiswillbeyourgithub [email protected]
scripts/NtfySummarizer/README.md
scripts/TheFiche/README.md
- [45b640a] by @thiswillbeyourgithub, 9 days ago:
bump version 2.4.8 -> 2.4.9
bumpver.toml
setup.py
wdoc/wdoc.py
- [720a601] by @thiswillbeyourgithub, 9 days ago:
upgrade persistdict
Signed-off-by: thiswillbeyourgithub [email protected]
setup.py
- [02a9a99] by @thiswillbeyourgithub, 11 days ago:
bump version 2.4.7 -> 2.4.8
bumpver.toml
setup.py
wdoc/wdoc.py
- [4122ec8] by @thiswillbeyourgithub, 11 days ago:
fix: vtt format
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/loaders.py
- [2316f3b] by @thiswillbeyourgithub, 11 days ago:
bump version 2.4.6 -> 2.4.7
bumpver.toml
setup.py
wdoc/wdoc.py
- [9ae4c0c] by @thiswillbeyourgithub, 11 days ago:
prompt: mention that the summary must include the approximate time for the top level bullet point
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/prompts.py
- [f4b68fe] by @thiswillbeyourgithub, 11 days ago:
bump version 2.4.5 -> 2.4.6
bumpver.toml
setup.py
wdoc/wdoc.py
- [7dfab93] by @thiswillbeyourgithub, 11 days ago:
docs: mention we have timestamps for audio now
Signed-off-by: thiswillbeyourgithub [email protected]
README.md
- [24bcf00] by @thiswillbeyourgithub, 11 days ago:
new: parse audio transcript as a full text with some timestamps to know when what was said
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/loaders.py
- [938c3ca] by @thiswillbeyourgithub, 11 days ago:
minor: move some timecode conversion functions to misc.py
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/loaders.py
wdoc/utils/misc.py
- [4c660d6] by @thiswillbeyourgithub, 11 days ago:
docs: mention that long audio are splits then combined
Signed-off-by: thiswillbeyourgithub [email protected]
README.md
- [c7bb348] by @thiswillbeyourgithub, 11 days ago:
feat: automatically split audio that are too large for whisper
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/loaders.py
- [ff9bb34] by @thiswillbeyourgithub, 11 days ago:
bump version 2.4.4 -> 2.4.5
bumpver.toml
setup.py
wdoc/wdoc.py
- [f998429] by @thiswillbeyourgithub, 11 days ago:
new: when removing silence from audio, dont crash if a filter fails
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/loaders.py
- [dd48a82] by @thiswillbeyourgithub, 11 days ago:
bump version 2.4.3 -> 2.4.4
bumpver.toml
setup.py
wdoc/wdoc.py
- [16fc81f] by @thiswillbeyourgithub, 11 days ago:
fix: forgot an argument to the load_local_video
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/loaders.py
- [0842582] by @thiswillbeyourgithub, 11 days ago:
minor
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/loaders.py
- [a8f0c62] by @thiswillbeyourgithub, 2 weeks ago:
update persistdict
Signed-off-by: thiswillbeyourgithub [email protected]
setup.py
- [73566b4] by @thiswillbeyourgithub, 2 weeks ago:
dont upgrade persistdict yet
Signed-off-by: thiswillbeyourgithub [email protected]
setup.py
- [4a6c1d7] by @thiswillbeyourgithub, 2 weeks ago:
fix: return None if a key is missing instead of crashing
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/customs/compressed_embeddings_cache.py
- [2cfdda0] by @thiswillbeyourgithub, 2 weeks ago:
fix: dont make compressed_embeddings_cache rely on setitems and getitems methods because Im removing them from persistdict
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/customs/compressed_embeddings_cache.py
- [6145a28] by @thiswillbeyourgithub, 2 weeks ago:
minor: rename the folder of cache langchain.db to langchain_db
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/wdoc.py
- [6d96f32] by @thiswillbeyourgithub, 2 weeks ago:
in the prompts use instead of <detailed_instructions>
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/prompts.py
- [2563a42] by @thiswillbeyourgithub, 2 weeks ago:
slightly better prompt for answering a question
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/prompts.py