[FEA]: Support Pydantic objects as input to LLMEngine
stage
#2087
Labels
feature request
New feature or request
LLMEngine
stage
#2087
Is this a new feature, an improvement, or a change to existing functionality?
New Feature
How would you describe the priority of this feature request
Medium
Please provide a clear description of problem this feature solves
I want Morpheus to support Pydantic objects as inputs to the
LLMEngine
stage. Thevulnerability-analysis
blueprint pipeline mainly uses Pydantic objects throughout the pipeline and needs to convert to DF to use the LLMEngine stage, then convert back from DF to Pydantic.Describe your ideal solution
N/A
Additional context
Relevant parts of the pipeline: https://github.com/NVIDIA-AI-Blueprints/vulnerability-analysis/blob/main/src/cve/pipeline/pipeline.py#L170-L201
Code of Conduct
The text was updated successfully, but these errors were encountered: