Release 4.0.2
·
55 commits
to main
since this release
What's new
What's new
This release focuses on bug fixes, performance improvements, and code cleanup related to docstore filtering and retriever functionality.
🐛 Fixes
-
Docstore filtering improvements
-
Retriever fixes
⚡ Performance
- Do not store nor serialize the unfiltered docstore ([d29d3a5], [a9a0a35])
- Renamed
filter_docstoretofilter_vectorstorefor clarity
- Renamed
✨ Features
- Added timing measurements for docstore serialization and deletion ([375c1a1])
🧹 Chores
Commits details since the last release
- [83f23dd] by @thiswillbeyourgithub, 9 seconds ago:
bump version 4.0.1 -> 4.0.2
bumpver.toml
docs/source/conf.py
setup.py
wdoc/wdoc.py
- [a9a0a35] by @thiswillbeyourgithub, 17 minutes ago:
rename filter_docstore to filter_vectorstore
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/filters.py
wdoc/wdoc.py
- [d29d3a5] by @thiswillbeyourgithub, 18 minutes ago:
perf: do not store nor serialize the unfiltered docsstore
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/filters.py
wdoc/wdoc.py
- [cf9171d] by @thiswillbeyourgithub, 24 minutes ago:
fix: parent retriever when loading from embeddings
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/retrievers.py
- [de18c65] by @thiswillbeyourgithub, 37 minutes ago:
remove unused import
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/retrievers.py
- [39951a8] by @thiswillbeyourgithub, 37 minutes ago:
fix: typehint of retrievers in an edge case
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/retrievers.py
- [375c1a1] by @thiswillbeyourgithub, 45 minutes ago:
feat: add timing measurements for docstore serialization and deletion
Co-authored-by: aider (openrouter/anthropic/claude-sonnet-4.5) [email protected]
wdoc/utils/filters.py
- [6525464] by @thiswillbeyourgithub, 48 minutes ago:
remove unused import
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/filters.py
- [9c1d967] by @thiswillbeyourgithub, 48 minutes ago:
fix: actually the unfiltered docstore is serialized
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/filters.py
wdoc/wdoc.py
- [ee9cc6f] by @thiswillbeyourgithub, 67 minutes ago:
fix: wrong type hint for create_filter_metadata
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/filters.py
- [d96c2f3] by @thiswillbeyourgithub, 69 minutes ago:
fix: wrong type hint for filter_docstore
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/utils/filters.py
- [1a2442d] by @thiswillbeyourgithub, 70 minutes ago:
fix: forgot to pass arguments to filter_docstore
Signed-off-by: thiswillbeyourgithub [email protected]
wdoc/wdoc.py