-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Data Extraction #117
Merged
Merged
Add Data Extraction #117
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ 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 ☔ View full report in Codecov by Sentry. |
…pes match older convention. Lot of requisite components for the extract flow are built out.
…and remove contract mutations.
…Also made DataGrid pass typescript checks subbing in some console.log statements for now.
…ew mutations and a modal to select and add documents that's very similar to Document view itself (ideally, that would have been re-used, but it was different enough recoding it seemed expedient.
…ional filtering and targeting on extractor.
…) to allow target annotations for render to get passed in as props and not get overriden by annotator data loaded on mount.
…for beta release of 2.0.0
…d cassette file from repo where it container model binary in it. Was too large. Now this won't be necessary thanks to cached model in image.
…enContracts into JSv4/add-data-extraction
…iting for nlm-ingestor unexpectedly.
…wer and fixed a bug that was cropping up in mnoth-old image on docker hub. Pushed local image to DockerHub.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat: Add Background Annotation Extracts and Supporting Models
Added new models in the extracts app for background annotation extracts.
Defined new GraphQL types, queries, and mutations for managing the new models.
Implemented Celery tasks to process extracts and generate rows.
Followed existing design patterns for model definitions, GraphQL schema, and permissions.
Ensured modularity and efficiency in the workflow with Celery chains and groups for parallel execution.
This update extends the annotation capabilities of the application, allowing for automated and background extraction of structured data from documents, improving efficiency and scalability.