Releases: thiswillbeyourgithub/wdoc
Release 2.6.5
What's new
- upgrade default model to sonnet 3.7
- fix bug that could happen in some environment where nested asyncio cannot be patched
- various test enhancements
Commits details since the last release
- [fb3941f] by @thiswillbeyourgithub, 3 minutes ago:
bump version 2.6.4 -> 2.6.5
bumpver.toml
docs/source/conf.py
setup.py
wdoc/wdoc.py
- [ec913f8] by @thiswillbeyourgithub, 3 minutes ago:
new: add script to run all the tests
Signed-off-by: thiswillbeyourgithub [email protected]
tests/run_all_tests.sh
- [413406c] by @thiswillbeyourgithub, 31 minutes ago:
bump litellm version to be sure it contains sonnet 3.7
Signed-off-by: thiswillbeyourgithub [email protected]
setup.py
- [5bbeaea] by @thiswillbeyourgithub, 33 minutes ago:
fix: add a try block around patching asyncio loop
wdoc/init.py
- [4d5a51a] by @thiswillbeyourgithub, 29 hours ago:
change default model from openai 4o + 4o mini to sonnet 3.7 and haiku 3.5
Signed-off-by: thiswillbeyourgithub
[email protected]
README.md
wdoc/utils/env.py
- [3951b8e] by @thiswillbeyourgithub (aider), 3 days ago:
feat: Add environment variable support for models selection
tests/test_wdoc.py
- [715b4d8] by @thiswillbeyourgithub, 4 days ago:
fix test name
Signed-off-by: thiswillbeyourgithub [email protected]
tests/test_wdoc.py
- [c6e5599] by @thiswillbeyourgithub, 4 days ago:
test: fix to use artic embedding instead of bge
Signed-off-by: thiswillbeyourgithub [email protected]
tests/test_wdoc.py
- [4183692] by @thiswillbeyourgithub (aider), 4 days ago:
feat: Add test for parsing downloaded DOCX file using temporary file
tests/test_wdoc.py
- [66a3800] by @thiswillbeyourgithub, 4 days ago:
minor: import order
Signed-off-by: thiswillbeyourgithub
[email protected]
tests/test_wdoc.py
- [a0d1e23] by @thiswillbeyourgithub (aider), 4 days ago:
test: Add semantic batching test with diverse text inputs
tests/test_wdoc.py
- [ae5cd84] by @thiswillbeyourgithub (aider), 4 days ago:
test: Add test for parsing NYTimes homepage URL
tests/test_wdoc.py
wdoc/docs/parse_file_help.md
- [d871d6c] by @thiswillbeyourgithub, 4 days ago:
todo: mention usearch better than faiss
Signed-off-by: thiswillbeyourgithub [email protected]
README.md
Release 2.6.4
What's new
- better dependencies management
Commits details since the last release
- [778c574] by @thiswillbeyourgithub, 3 minutes ago:
bump version 2.6.3 -> 2.6.4
bumpver.toml
docs/source/conf.py
setup.py
wdoc/wdoc.py
- [d5ae021] by @thiswillbeyourgithub (aider), 8 minutes ago:
refactor: Replace assertions with warning messages in docstring overloader
wdoc/utils/logger.py
- [c20c521] by @thiswillbeyourgithub, 10 minutes ago:
fix: forgot to update manifest files for docs
Signed-off-by: thiswillbeyourgithub [email protected]
MANIFEST.in
- [97307f5] by @thiswillbeyourgithub, 14 minutes ago:
fix: revert the bumping of libs
didn't add value but caused issues with open webui
Signed-off-by: thiswillbeyourgithub [email protected]
setup.py
- [365a6fd] by @thiswillbeyourgithub, 18 minutes ago:
Revert "fix: dependencies"
This reverts commit db9deaa.
setup.py
Release 2.6.3
What's new
- mostly major docs improvement
Commits details since the last release
- [e497ee9] by @thiswillbeyourgithub, 5 minutes ago:
bump version 2.6.2 -> 2.6.3
bumpver.toml
docs/source/conf.py
setup.py
wdoc/wdoc.py
- [e068014] by @thiswillbeyourgithub, 62 minutes ago:
tests: more --help tests
Signed-off-by: thiswillbeyourgithub [email protected]
tests/test_wdoc.py
- [8f68b24] by @thiswillbeyourgithub, 63 minutes ago:
docs: better docstring replacer
Signed-off-by: thiswillbeyourgithub
[email protected]
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/wdoc.py
- [45cdff5] by @thiswillbeyourgithub, 64 minutes ago:
docs: better docstring replacer
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/logger.py
- [aace3ad] by @thiswillbeyourgithub, 2 hours ago:
test: remove commented hf embeddings test
tests/test_wdoc.py
- [dc711f6] by @thiswillbeyourgithub, 12 hours ago:
fix: calling parse file from python -m
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/main.py
- [bee9a96] by @thiswillbeyourgithub, 13 hours ago:
add twine and build to the wdoc dev
Signed-off-by: thiswillbeyourgithub [email protected]
setup.py
Release 2.6.0
What's new
- simplify the workflow to use local LLMs especially with Ollama
- implement support for most embeddings providers
- more tests
- remove my diy rolling window embeddings
- new wdoc_file_parser formats
- many bug fixes, cleanups, etc
Commits details since the last release
- [802a4af] by @thiswillbeyourgithub, 11 seconds ago:
pep8
Signed-off-by: thiswillbeyourgithub [email protected]
tests/conftest.py
wdoc/utils/misc.py
- [271e8eb] by @thiswillbeyourgithub, 27 seconds ago:
bump version 2.5.7 -> 2.6.0
bumpver.toml
docs/source/conf.py
setup.py
wdoc/wdoc.py
- [db9deaa] by @thiswillbeyourgithub, 6 minutes ago:
fix: dependencies
Signed-off-by: thiswillbeyourgithub [email protected]
setup.py
- [68fd665] by @thiswillbeyourgithub, 24 minutes ago:
bump most libs
Signed-off-by: thiswillbeyourgithub [email protected]
setup.py
- [f01c44e] by @thiswillbeyourgithub, 33 minutes ago:
fix: wrong model was used when loading llm
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/llm.py
- [7a9de3a] by @thiswillbeyourgithub, 43 minutes ago:
tests: testing embeddings and fix all other tests
Signed-off-by: thiswillbeyourgithub [email protected]
tests/test_wdoc.py
- [6589595] by @thiswillbeyourgithub, 45 minutes ago:
fix: wrong arguments usde
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/embeddings.py
wdoc/wdoc.py
- [5448c2b] by @thiswillbeyourgithub, 46 minutes ago:
fix: wrong modelname attribute used
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/embeddings.py
- [f565e2b] by @thiswillbeyourgithub, 48 minutes ago:
fix: forgot to remove a print
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/customs/litellm_embeddings.py
- [20d9c4a] by @thiswillbeyourgithub, 48 minutes ago:
fix: argument was missing
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/embeddings.py
wdoc/wdoc.py
- [a5dde93] by @thiswillbeyourgithub, 49 minutes ago:
fix: arg for openai
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/customs/litellm_embeddings.py
- [2d17b8e] by @thiswillbeyourgithub, 50 minutes ago:
fix: litellm argumetns
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/embeddings.py
- [03e8855] by @thiswillbeyourgithub, 52 minutes ago:
fix: typo
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/customs/litellm_embeddings.py
- [fde62d1] by @thiswillbeyourgithub, 54 minutes ago:
minor: more type checking
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/misc.py
- [8657b29] by @thiswillbeyourgithub, 54 minutes ago:
fix: get model parameters
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/misc.py
wdoc/wdoc.py
- [c9bfc5b] by @thiswillbeyourgithub, 56 minutes ago:
fix: litellm embeddings
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/embeddings.py
- [73ecf5e] by @thiswillbeyourgithub, 69 minutes ago:
fix: ollama is not functionnal with litellm right now
Signed-off-by: thiswillbeyourgithub [email protected]
setup.py
wdoc/init.py
- [a8a3e44] by @thiswillbeyourgithub, 70 minutes ago:
fix: test_embeddings
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/embeddings.py
- [c9e4531] by @thiswillbeyourgithub, 79 minutes ago:
fix: parsing litellm embedding output
wdoc/utils/customs/litellm_embeddings.py
- [358e077] by @thiswillbeyourgithub, 80 minutes ago:
fix: do NOT default senttencetransfomers to huggingface because its using the external API actually
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/embeddings.py
- [40bddc0] by @thiswillbeyourgithub, 88 minutes ago:
fix: needed to pass an input type to litellm_embeddings
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/customs/litellm_embeddings.py
- [e371fe0] by @thiswillbeyourgithub, 2 hours ago:
fix: pass drop params to litellm embeddings
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/customs/litellm_embeddings.py
- [60d1655] by @thiswillbeyourgithub, 2 hours ago:
fix: bump litellm
Signed-off-by: thiswillbeyourgithub [email protected]
setup.py
- [11dae43] by @thiswillbeyourgithub, 2 hours ago:
fix: mistake
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/customs/litellm_embeddings.py
wdoc/utils/embeddings.py
- [944ca0a] by @thiswillbeyourgithub, 2 hours ago:
fix: embeddings loader
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/embeddings.py
- [28bc269] by @thiswillbeyourgithub, 2 hours ago:
fix: parser format
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/main.py
- [337e331] by @thiswillbeyourgithub, 2 hours ago:
enh: crash early for wrong format of parser
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/wdoc.py
- [06aa8dd] by @thiswillbeyourgithub, 2 hours ago:
docs: mention the new formats
Signed-off-by: thiswillbeyourgithub [email protected]
README.md
- [c5e76f3] by @thiswillbeyourgithub, 2 hours ago:
fix and enh: format output of wdoc_parse_file
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/wdoc.py
- [ba5197f] by @thiswillbeyourgithub, 3 hours ago:
bump ankiconnect
Signed-off-by: thiswillbeyourgithub [email protected]
setup.py
- [bd9e10a] by @thiswillbeyourgithub, 3 hours ago:
fix: use beartype.typing
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/misc.py
- [339eff4] by @thiswillbeyourgithub (aider), 3 hours ago:
feat: Add pytest marker configuration to register custom markers
tests/conftest.py
- [813e76e] by @thiswillbeyourgithub, 3 hours ago:
fix: use ModelName for get_splitter
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/loaders.py
wdoc/utils/misc.py
- [1f9ff51] by @thiswillbeyourgithub, 3 hours ago:
fix: parser and llm_name
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/wdoc.py
- [44c31fc] by @thiswillbeyourgithub, 3 hours ago:
fix: arg name in litellm embeddings
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/customs/litellm_embeddings.py
- [30416cd] by @thiswillbeyourgithub, 3 hours ago:
bump langfuse
Signed-off-by: thiswillbeyourgithub [email protected]
setup.py
- [8fd5a43] by @thiswillbeyourgithub, 3 hours ago:
minor: set user agent in wdoc instead of main
Signed-off-by: thiswillbeyourgithub
[email protected]
wdoc/main.py
wdoc/wdoc.py
- [b9edfd7] by @thiswillbeyourgithub, 3 hours ago:
minor: add a debug print
Signed-off-by: thiswillbeyourgithub
[email protected]
wdoc/main.py
- [9caf5d0] by @thiswillbeyourgithub, 3 hours ago:
fix: disabling task in parser
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/wdoc.py
- [8a3401d] by @thiswillbeyourgithub, 3 hours ago:
fix: string filetype parser
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/main.py
- [63fc167] by @thiswillbeyourgithub, 3 hours ago:
minor
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/wdoc.py
- [79b30b7] by @thiswillbeyourgithub, 3 hours ago:
fix: parsing model max tokens from get split
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/misc.py
- [cb72e88] by @thiswillbeyourgithub, 4 hours ago:
fix: filetype=anki from cli
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/main.py
- [37e53f6] by @thiswillbeyourgithub, 4 hours ago:
new: set a sensible default user agent in env variable
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/main.py
- [0f9a737] by @thiswillbeyourgithub, 4 hours ago:
new: set default import type to thread instead of lazy
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/docs/USAGE.md
wdoc/utils/env.py
- [1cbdb42] by @thiswillbeyourgithub, 4 hours ago:
new: catch one more error when unlazy loading
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/misc.py
- [a2d2ef3] by @thiswillbeyourgithub, 4 hours ago:
new: lazy load langfuse
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/import_tricks.py
- [d45381d] by @thiswillbeyourgithub, 4 hours ago:
fix: mistakes
Signed-off-by: thiswillbeyourgithub
[email protected]
wdoc/utils/batch_file_loader.py...
Release 2.5.7
What's new
Commits details since the last release
- [add730c] by @thiswillbeyourgithub, 16 seconds ago:
bump version 2.5.6 -> 2.5.7
bumpver.toml
docs/source/conf.py
setup.py
wdoc/wdoc.py
- [fe5e970] by @thiswillbeyourgithub, 29 seconds ago:
fix: typo in attribute name
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/wdoc.py
Release 2.5.6
What's new
Commits details since the last release
- [18bc521] by @thiswillbeyourgithub, 14 seconds ago:
bump version 2.5.5 -> 2.5.6
bumpver.toml
docs/source/conf.py
setup.py
wdoc/wdoc.py
- [57852a8] by @thiswillbeyourgithub, 3 minutes ago:
fix: typo in attribute name of litellm
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/wdoc.py
- [9268019] by @thiswillbeyourgithub, 2 hours ago:
add a TODO
Signed-off-by: thiswillbeyourgithub [email protected]
README.md
Release 2.5.5
What's new
Commits details since the last release
- [7d6570b] by @thiswillbeyourgithub, 3 minutes ago:
bump version 2.5.4 -> 2.5.5
bumpver.toml
docs/source/conf.py
setup.py
wdoc/wdoc.py
- [f346ffd] by @thiswillbeyourgithub, 3 minutes ago:
new: dont crash in case of unexpected env variable, just tell the user
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/env.py
- [d4a1f62] by @thiswillbeyourgithub, 14 minutes ago:
fix: --help for file parser was broken
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/main.py
- [630ffe2] by @thiswillbeyourgithub, 23 minutes ago:
new: default to parse file as text only and new format argument
Signed-off-by: thiswillbeyourgithub [email protected]
README.md
tests/test_wdoc.py
wdoc/wdoc.py
- [706cc70] by @thiswillbeyourgithub, 32 minutes ago:
fix: typos
wdoc/utils/prompts.py
Release 2.5.2
What's new
Commits details since the last release
- [b6adfb4] by @thiswillbeyourgithub, 9 minutes ago:
bump version 2.5.1 -> 2.5.2
bumpver.toml
docs/source/conf.py
setup.py
wdoc/wdoc.py
- [1a6cfa9] by @thiswillbeyourgithub, 2 minutes ago:
pep8
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/loaders.py
- [4f10ce0] by @thiswillbeyourgithub, 2 days ago:
fix: type of content in .docx parsing to fix #14
wdoc/utils/loaders.py
- [dfe5f9e] by @thiswillbeyourgithub, 2 days ago:
fix: forgot a check of document in .docx
wdoc/utils/loaders.py
Release 2.5.0
What's new
- full code is available on readthedocs too
- added pre commits push, better tests
- minor enhancements
Commits details since the last release
- [791967a] by @thiswillbeyourgithub, 72 seconds ago:
bump version 2.4.16 -> 2.5.0
bumpver.toml
docs/source/conf.py
setup.py
wdoc/wdoc.py
- [dfee2aa] by @thiswillbeyourgithub, 6 minutes ago:
fix toc
Signed-off-by: thiswillbeyourgithub [email protected]
docs/source/api.rst
- [5e68159] by @thiswillbeyourgithub, 9 minutes ago:
fix toc
Signed-off-by: thiswillbeyourgithub [email protected]
docs/source/api.rst
- [d8c19ac] by @thiswillbeyourgithub, 11 minutes ago:
fix toc
Signed-off-by: thiswillbeyourgithub
[email protected]
docs/source/api.rst
- [463ff08] by @thiswillbeyourgithub, 13 minutes ago:
fix api
Signed-off-by: thiswillbeyourgithub [email protected]
docs/source/api.rst
- [153c31f] by @thiswillbeyourgithub, 21 minutes ago:
update all docs
Signed-off-by: thiswillbeyourgithub [email protected]
docs/source/wdoc.rst
docs/source/wdoc.utils.batch_file_loader.rst
docs/source/wdoc.utils.customs.compressed_embeddings_cache.rst
docs/source/wdoc.utils.customs.fix_llm_caching.rst
docs/source/wdoc.utils.customs.rst
docs/source/wdoc.utils.embeddings.rst
docs/source/wdoc.utils.env.rst
docs/source/wdoc.utils.errors.rst
docs/source/wdoc.utils.flags.rst
docs/source/wdoc.utils.import_tricks.rst
docs/source/wdoc.utils.interact.rst
docs/source/wdoc.utils.llm.rst
docs/source/wdoc.utils.loaders.rst
docs/source/wdoc.utils.logger.rst
docs/source/wdoc.utils.misc.rst
docs/source/wdoc.utils.prompts.rst
docs/source/wdoc.utils.retrievers.rst
docs/source/wdoc.utils.rst
docs/source/wdoc.utils.tasks.query.rst
docs/source/wdoc.utils.tasks.rst
docs/source/wdoc.utils.tasks.summarize.rst
docs/source/wdoc.utils.typechecker.rst
docs/source/wdoc.wdoc.rst
- [9e33f3c] by @thiswillbeyourgithub, 21 minutes ago:
update api
Signed-off-by: thiswillbeyourgithub [email protected]
docs/source/api.rst
- [021b192] by @thiswillbeyourgithub, 25 minutes ago:
fix: only add each python object once
Signed-off-by: thiswillbeyourgithub [email protected]
docs/source/conf.py
- [253967b] by @thiswillbeyourgithub, 34 minutes ago:
update api
Signed-off-by: thiswillbeyourgithub [email protected]
docs/source/api.rst
- [6911dfd] by @thiswillbeyourgithub (aider), 49 minutes ago:
docs: Fix RST header formatting for table of contents
docs/source/api.rst
- [3d4c6f8] by @thiswillbeyourgithub, 53 minutes ago:
docs: include api
Signed-off-by: thiswillbeyourgithub [email protected]
docs/source/index.rst
docs/source/usage.rst
- [0b944e0] by @thiswillbeyourgithub, 53 minutes ago:
remove autogen stuff
Signed-off-by: thiswillbeyourgithub [email protected]
docs/source/_autogen/wdoc.rst
docs/source/_autogen/wdoc.utils.customs.rst
docs/source/_autogen/wdoc.utils.rst
docs/source/_autogen/wdoc.utils.tasks.rst
- [5a85a87] by @thiswillbeyourgithub, 60 minutes ago:
fix: usage
Signed-off-by: thiswillbeyourgithub [email protected]
docs/source/index.rst
docs/source/usage.rst
docs/source/usage_link.md
- [bd40e1b] by @thiswillbeyourgithub, 66 minutes ago:
docs: update
Signed-off-by: thiswillbeyourgithub [email protected]
docs/source/index.rst
docs/source/usage.rst
- [10b7055] by @thiswillbeyourgithub, 76 minutes ago:
docs: try to rollback the docstring
Signed-off-by: thiswillbeyourgithub [email protected]
docs/source/api.rst
docs/source/conf.py
- [bf06707] by @thiswillbeyourgithub, 84 minutes ago:
docs: fix missing docstring
Signed-off-by: thiswillbeyourgithub [email protected]
docs/requirements.txt
- [9f4ea1c] by @thiswillbeyourgithub, 84 minutes ago:
docs
Signed-off-by: thiswillbeyourgithub [email protected]
docs/source/conf.py
- [42aae74] by @thiswillbeyourgithub, 2 hours ago:
docs: fix api
Signed-off-by: thiswillbeyourgithub [email protected]
docs/source/_autogen/wdoc.rst
docs/source/_autogen/wdoc.utils.customs.rst
docs/source/_autogen/wdoc.utils.rst
docs/source/_autogen/wdoc.utils.tasks.rst
docs/source/api.rst
docs/source/conf.py
- [1a9e8d7] by @thiswillbeyourgithub, 2 hours ago:
reduce max depth of index
Signed-off-by: thiswillbeyourgithub [email protected]
docs/source/index.rst
- [54b5242] by @thiswillbeyourgithub, 2 hours ago:
docs: try to fix docstrings missing from rtd
Signed-off-by: thiswillbeyourgithub [email protected]
docs/source/conf.py
- [f463746] by @thiswillbeyourgithub, 2 hours ago:
docs: dont put all the files in the doc index
Signed-off-by: thiswillbeyourgithub [email protected]
docs/source/index.rst
- [b5cc254] by @thiswillbeyourgithub, 2 hours ago:
docs: add table of content to api
Signed-off-by: thiswillbeyourgithub [email protected]
docs/source/api.rst
- [35bd030] by @thiswillbeyourgithub, 2 hours ago:
fix: dont include api from objects that are not part of wdoc in the api
Signed-off-by: thiswillbeyourgithub [email protected]
docs/source/conf.py
- [2198a7a] by @thiswillbeyourgithub, 2 hours ago:
update docs
Signed-off-by: thiswillbeyourgithub [email protected]
docs/source/wdoc.rst
docs/source/wdoc.utils.customs.rst
docs/source/wdoc.utils.rst
docs/source/wdoc.utils.tasks.rst
- [3de89de] by @thiswillbeyourgithub, 2 hours ago:
docs: remove diy broken files
Signed-off-by: thiswillbeyourgithub [email protected]
docs/source/_ext/better_docstring.py
docs/source/_ext/raw_docstring.py
docs/source/conf.py
- [84facad] by @thiswillbeyourgithub, 3 hours ago:
docs: better css
Signed-off-by: thiswillbeyourgithub [email protected]
docs/source/_static/custom.css
docs/source/conf.py
- [ab97e53] by @thiswillbeyourgithub, 3 hours ago:
fix: rtd only supports python 3.11 version
Signed-off-by: thiswillbeyourgithub [email protected]
.readthedocs.yaml
- [b5d5cc5] by @thiswillbeyourgithub, 3 hours ago:
fix: set python version of rtd to 3.11.7
Signed-off-by: thiswillbeyourgithub [email protected]
.readthedocs.yaml
- [b6074f6] by @thiswillbeyourgithub, 3 hours ago:
fix: docs docstrings
Signed-off-by: thiswillbeyourgithub [email protected]
docs/source/conf.py
- [55dc7b7] by @thiswillbeyourgithub, 3 hours ago:
docs: explain how to bypass chunking for queries
Signed-off-by: thiswillbeyourgithub [email protected]
README.md
wdoc/docs/USAGE.md
- [d4eb997] by @thiswillbeyourgithub, 3 hours ago:
docs: update api
Signed-off-by: thiswillbeyourgithub [email protected]
docs/source/wdoc.rst
docs/source/wdoc.utils.batch_file_loader.rst
docs/source/wdoc.utils.customs.compressed_embeddings_cache.rst
docs/source/wdoc.utils.customs.fix_llm_caching.rst
docs/source/wdoc.utils.customs.rst
docs/source/wdoc.utils.embeddings.rst
docs/source/wdoc.utils.env.rst
docs/source/wdoc.utils.errors.rst
docs/source/wdoc.utils.flags.rst
docs/source/wdoc.utils.import_tricks.rst
docs/source/wdoc.utils.interact.rst
docs/source/wdoc.utils.llm.rst
docs/source/wdoc.utils.loaders.rst
docs/source/wdoc.utils.logger.rst
docs/source/wdoc.utils.misc.rst
docs/source/wdoc.utils.prompts.rst
docs/source/wdoc.utils.retrievers.rst
docs/source/wdoc.utils.rst
docs/source/wdoc.utils.tasks.query.rst
docs/source/wdoc.utils.tasks.rst
docs/source/wdoc.utils.tasks.summarize.rst
docs/source/wdoc.utils.typechecker.rst
docs/source/wdoc.wdoc.rst
- [5888e2b] by @thiswillbeyourgithub, 4 hours ago:
fix: the ntfy topic has to be specified twice in case of error
Signed-off-by: thiswillbeyourgithub [email protected]
scripts/NtfySummarizer/script.sh
- [4f3a902] by @thiswillbeyourgithub, 4 hours ago:
better error message
Signed-off-by: thiswillbeyourgithub [email protected]
scripts/NtfySummarizer/script.sh
- [25d7f8e] by @thiswillbeyourgithub, 4 hours ago:
fix: cd into wdoc just in case there are some autoenv things to execute
Signed-off-by: thiswillbeyourgithub [email protected]
scripts/NtfySummarizer/script.sh
- [126c068] by @thiswillbeyourgithub, 4 hours ago:
docs: add comment explaining why we try to load the shell profiles
Signed-off-by: thiswillbeyourgithub [email protected]
scripts/NtfySummarizer/script.sh
- [ab5a8c5] by @thiswillbeyourgithub, 4 hours ago:
docs: explain which hoops to jump through to get ntfy to work
Signed-off-by: thiswillbeyourgithub [email protected]
scripts/NtfySummarizer/README.md
- [9798f87] by @thiswillbeyourgithub, 4 hours ago:
new: send the error message through ntfy if needed
Signed-off-by: thiswillbeyourgithub [email protected]
scripts/NtfySummarizer/script.sh
- [51d9e54] by @thiswillbeyourgithub, 8 hours ago:
scripts: update topics example
Signed-off-by: thiswillbeyourgithub [email protected]
scripts/NtfySummarizer/...
Release 2.4.16
What's new
Commits details since the last release
- [57d497e] by @thiswillbeyourgithub, 8 seconds ago:
bump version 2.4.15 -> 2.4.16
bumpver.toml
docs/source/conf.py
setup.py
wdoc/wdoc.py
- [76f19f7] by @thiswillbeyourgithub, 3 hours ago:
docs: add todo for pytests
Signed-off-by: thiswillbeyourgithub [email protected]
README.md
- [d12e4ef] by @thiswillbeyourgithub, 3 hours ago:
docs: remove the unit test from the todo
Signed-off-by: thiswillbeyourgithub [email protected]
README.md
- [140964f] by @thiswillbeyourgithub, 4 hours ago:
docs: mention how to run the tests
Signed-off-by: thiswillbeyourgithub [email protected]
README.md
- [8203084] by @thiswillbeyourgithub (aider), 4 hours ago:
feat: Add basic pytest setup with initial tests for wdoc module
tests/init.py
tests/conftest.py
tests/test_wdoc.py
- [ae0bb6d] by @thiswillbeyourgithub, 4 hours ago:
fix: import type hints from beartype
Signed-off-by: thiswillbeyourgithub
[email protected]
fix: import typing from beartype
Signed-off-by: thiswillbeyourgithub
[email protected]
wdoc/utils/batch_file_loader.py
wdoc/utils/customs/compressed_embeddings_cache.py
wdoc/utils/customs/fix_llm_caching.py
wdoc/utils/embeddings.py
wdoc/utils/env.py
wdoc/utils/interact.py
wdoc/utils/llm.py
wdoc/utils/loaders.py
wdoc/utils/logger.py
wdoc/utils/misc.py
wdoc/utils/prompts.py
wdoc/utils/retrievers.py
wdoc/utils/tasks/query.py
wdoc/utils/tasks/summarize.py
wdoc/utils/typechecker.py
wdoc/wdoc.py
- [b24fa88] by @thiswillbeyourgithub, 4 hours ago:
minor: remove unused import
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/llm.py
- [d6a4a47] by @thiswillbeyourgithub, 4 hours ago:
minor
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/llm.py