Skip to content

Commit

Permalink
Merge pull request #36 from the-deep-nlp/extraction
Browse files Browse the repository at this point in the history
entry extraction clasification
  • Loading branch information
ranjan-stha authored Nov 21, 2023
2 parents e861444 + a798c40 commit 15aaaa2
Show file tree
Hide file tree
Showing 15 changed files with 1,589 additions and 271 deletions.
2 changes: 2 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,5 @@ AWS_S3_BUCKET_NAME=
CLASSIFICATION_MODEL_ENDPOINT=
TEXTEXTRACTION_ECS_ENDPOINT=
SUMMARIZATION_V2_ECS_ENDPOINT=
ENTRYEXTRACTION_ECS_ENDPOINT=

1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
ENVIRONMENT: 'CI'
CSRF_TRUSTED_ORIGINS: ''
SUMMARIZATION_V2_ECS_ENDPOINT: ''
ENTRYEXTRACTION_ECS_ENDPOINT: ''

# Celery
CELERY_BROKER_URL: ''
Expand Down
Loading

0 comments on commit 15aaaa2

Please sign in to comment.