]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commit
Performance: Classifier performance optimizations (#10363) dev
authorAntoine Mérino <antoine.merino.dev@gmail.com>
Wed, 6 Aug 2025 20:00:11 +0000 (22:00 +0200)
committerGitHub <noreply@github.com>
Wed, 6 Aug 2025 20:00:11 +0000 (16:00 -0400)
commit1bee1495cfda241be2057138b5a8bf3a856c15cd
tree0aada01323ef5b464f79c6374373ab8b99d2f3f4
parent6dca4daea544f0e81d4425fc56869e4d75ea9f5f
Performance: Classifier performance optimizations (#10363)
.github/workflows/ci.yml
.pre-commit-config.yaml
src/documents/caching.py
src/documents/classifier.py
src/documents/tests/samples/content.txt [new file with mode: 0644]
src/documents/tests/samples/preprocessed_content.txt [new file with mode: 0644]
src/documents/tests/samples/preprocessed_content_advanced.txt [new file with mode: 0644]
src/documents/tests/test_caching.py [new file with mode: 0644]
src/documents/tests/test_classifier.py