Closed anakin87 closed 3 months ago
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
components/caching/cache_checker.py | 1 | 97.44% | ||
components/retrievers/filter_retriever.py | 1 | 85.29% | ||
components/writers/document_writer.py | 1 | 94.59% | ||
components/retrievers/sentence_window_retriever.py | 6 | 82.14% | ||
<!-- | Total: | 9 | --> |
Totals | |
---|---|
Change from base Build 10351241196: | -0.04% |
Covered Lines: | 6958 |
Relevant Lines: | 7725 |
Related Issues
Proposed Changes:
Make these generic components (
SentenceWindowRetriever
, ...) deserialize a Document Store using its specificfrom_dict
class method (if available) instead ofdefault_from_dict
.How did you test it?
CI
Checklist
fix:
,feat:
,build:
,chore:
,ci:
,docs:
,style:
,refactor:
,perf:
,test:
.