Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Conversation

@tomolopolis
Copy link
Member

Extra params in for filtering on meta_anns produced by a MedCAT model

An example POST payload to /api/process

{
    "content": {
        "text": "< some clinical text>"
    },
    "meta_anns_filters": [
        ["Presence", ["True"]],
        ["Subject", ["Patient", "Family"]],
        ["Time", ["Recent"]]
    ]
}

@tomolopolis tomolopolis requested a review from vladd-bit June 10, 2025 11:50
Copy link
Member

@vladd-bit vladd-bit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems good.

@vladd-bit vladd-bit merged commit be612e0 into master Jun 10, 2025
1 of 2 checks passed
@vladd-bit vladd-bit deleted the add-meta-anns-filters branch June 19, 2025 09:11
alhendrickson pushed a commit to CogStack/cogstack-nlp that referenced this pull request Jun 24, 2025
…nns-filters

request params for meta_anns_filters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants