promptflow-core1.16.1
promptflow-core1.16.1
Published
Prompt flow core
pip install promptflow-core
Package Downloads
Authors
Project URLs
Requires Python
<4.0,>=3.8
Dependencies
- azure-ai-ml
<2.0.0,>=1.14.0; extra == "azureml-serving"
- azure-identity
<2.0.0,>=1.12.0; extra == "azureml-serving"
- azureml-ai-monitoring
<1.0.0,>=0.1.0b3; extra == "azureml-serving"
- docstring_parser
- fastapi
<1.0.0,>=0.109.0
- filetype
>=1.2.0
- flask
<4.0.0,>=2.2.3
- jsonschema
<5.0.0,>=4.0.0
- promptflow-tracing
==1.16.1
- psutil
- python-dateutil
<3.0.0,>=2.1.0
- ruamel.yaml
<1.0.0,>=0.17.10
Prompt flow core
Introduction
The promptflow-core
package provides the essential features needed to execute a flow
in prompt flow.
For those seeking a minimal dependency to execute a flow in serving or cloud run scenarios, installing this package alone will suffice.
However, if you require the full capabilities of the devkit
to simplify the usage of flow, connection, and run in local development lifecycle, please install the complete package using pip install promptflow
.
ChangeLog
Reach the full change log here.