Skip to content

Document extract implementation#174

Merged
jnu merged 14 commits into
mainfrom
extract-handler
Apr 22, 2026
Merged

Document extract implementation#174
jnu merged 14 commits into
mainfrom
extract-handler

Conversation

@jnu

@jnu jnu commented Apr 20, 2026

Copy link
Copy Markdown
Contributor
  • Schema modifications to clarify names
  • Implementation for endpoint / task submission
  • bc2 version upgrade
  • Compatibility fixes for new version of bc2

Comment thread app/server/tasks/extract.py Outdated
required_configs.remove("analyze:azuredi")
for key in analyze_config_shared_keys:
if key in step.get("client", {}):
analyze_config[key] = step[key]

This comment was marked as outdated.

Comment thread app/server/tasks/extract.py Outdated
Comment on lines +86 to +87
for key in analyze_config_shared_keys:
analyze_config[key] = step[key]

This comment was marked as outdated.

officers: list[BC2Subject] = []
others: list[BC2Subject] = []
for subject in subjects:
label = (subject.type.content or "").lower()

This comment was marked as outdated.

@jnu jnu force-pushed the extract-handler branch from 7e756c8 to 20490a8 Compare April 22, 2026 01:14
@jnu jnu merged commit 61d1bb2 into main Apr 22, 2026
5 checks passed
@jnu jnu deleted the extract-handler branch April 22, 2026 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant