-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added metadata file to the operators/ehr_query_llm
Signed-off-by: M Q <mingmelvinq@nvidia.com>
- Loading branch information
Showing
1 changed file
with
52 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"operator": { | ||
"name": "ehr_query_llm", | ||
"authors": [ | ||
{ | ||
"name": "Holoscan SDK Team", | ||
"affiliation": "NVIDIA" | ||
} | ||
], | ||
"language": "Python", | ||
"version": "1.0", | ||
"changelog": { | ||
"1.0": "Initial Release" | ||
}, | ||
"holoscan_sdk": { | ||
"minimum_required_version": "2.0.0", | ||
"tested_versions": [ | ||
"2.4.0" | ||
] | ||
}, | ||
"platforms": [ | ||
"amd64", | ||
"arm64" | ||
], | ||
"tags": [ | ||
"ehr_query_llm", | ||
"FHIR service client", | ||
"FHIR" | ||
], | ||
"ranking": 1, | ||
"dependencies": { | ||
"python-packages": { | ||
"holoscan": { | ||
"version": "2.3.0", | ||
"license-url": "https://github.com/nvidia-holoscan/holoscan-sdk/blob/main/LICENSE.txt" | ||
}, | ||
"fhir.resources": { | ||
"version": "7.0.0", | ||
"license-url": "https://github.com/nazrulworld/fhir.resources/blob/main/LICENSE" | ||
}, | ||
"pyzmq": { | ||
"version": "25.1.0", | ||
"license-url": "https://github.com/zeromq/pyzmq/blob/main/LICENSE.md" | ||
}, | ||
"requests": { | ||
"version": "2.31.0", | ||
"license-url": "https://github.com/psf/requests/blob/main/LICENSE" | ||
} | ||
} | ||
} | ||
} | ||
} |