Integrate Context-Aware Chunking and PDF Support #824
Annotations
8 errors and 10 warnings
src/instructlab/sdg/utils/taxonomy.py#L15
E0401: Unable to import 'docling_parse.docling_parse' (import-error)
|
src/instructlab/sdg/utils/taxonomy.py#L280
E0606: Possibly using variable 'document_contents' before assignment (possibly-used-before-assignment)
|
src/instructlab/sdg/utils/taxonomy.py#L281
E0606: Possibly using variable 'doc_filepaths' before assignment (possibly-used-before-assignment)
|
src/instructlab/sdg/utils/chunkers.py#L13
E0401: Unable to import 'docling.datamodel.base_models' (import-error)
|
src/instructlab/sdg/utils/chunkers.py#L14
E0401: Unable to import 'docling.datamodel.document' (import-error)
|
src/instructlab/sdg/utils/chunkers.py#L15
E0401: Unable to import 'docling.document_converter' (import-error)
|
src/instructlab/sdg/utils/chunkers.py#L33
E0211: Method 'chunk_documents' has no argument (no-method-argument)
|
|
src/instructlab/sdg/generate_data.py#L376
C0303: Trailing whitespace (trailing-whitespace)
|
src/instructlab/sdg/generate_data.py#L16
W0611: Unused Dataset imported from datasets (unused-import)
|
src/instructlab/sdg/utils/taxonomy.py#L477
C0304: Final newline missing (missing-final-newline)
|
src/instructlab/sdg/utils/taxonomy.py#L223
W0718: Catching too general exception Exception (broad-exception-caught)
|
src/instructlab/sdg/utils/taxonomy.py#L207
W0718: Catching too general exception Exception (broad-exception-caught)
|
src/instructlab/sdg/utils/taxonomy.py#L139
R1702: Too many nested blocks (10/5) (too-many-nested-blocks)
|
src/instructlab/sdg/utils/taxonomy.py#L139
R1702: Too many nested blocks (7/5) (too-many-nested-blocks)
|
src/instructlab/sdg/utils/taxonomy.py#L246
W0621: Redefining name 'parser' from outer scope (line 30) (redefined-outer-name)
|
src/instructlab/sdg/utils/taxonomy.py#L264
W1309: Using an f-string that does not have any interpolated variables (f-string-without-interpolation)
|
src/instructlab/sdg/utils/taxonomy.py#L458
R1705: Unnecessary "elif" after "return", remove the leading "el" from "elif" (no-else-return)
|
The logs for this run have expired and are no longer available.
Loading