JSv4 / OpenContracts

Mass document analytics platform based on LlamaIndex, Pgvector, React and Django.
https://JSv4.github.io/OpenContracts/
Apache License 2.0
706 stars 56 forks source link

Add Data Extraction #117

Closed JSv4 closed 4 months ago

JSv4 commented 5 months ago

feat: Add Background Annotation Extracts and Supporting Models

This update extends the annotation capabilities of the application, allowing for automated and background extraction of structured data from documents, improving efficiency and scalability.

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 90.00000% with 42 lines in your changes missing coverage. Please review.

Project coverage is 68.73%. Comparing base (3f67012) to head (ece27d2). Report is 2 commits behind head on main.

Files Patch % Lines
opencontractserver/llms/vector_stores.py 75.28% 22 Missing :warning:
opencontractserver/tasks/extract_tasks.py 88.57% 12 Missing :warning:
opencontractserver/tasks/query_tasks.py 89.36% 5 Missing :warning:
opencontractserver/extracts/apps.py 77.77% 2 Missing :warning:
opencontractserver/utils/etl.py 97.14% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #117 +/- ## ========================================== + Coverage 65.36% 68.73% +3.37% ========================================== Files 51 58 +7 Lines 2249 2658 +409 ========================================== + Hits 1470 1827 +357 - Misses 779 831 +52 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.