Prompt flow
Create flows using Microsoft PromptFlow and send their traces to the Arize platform. Traces are fully OpenTelemetry compatible and can be sent to any OpenTelemetry collector for viewing.
Last updated
Create flows using Microsoft PromptFlow and send their traces to the Arize platform. Traces are fully OpenTelemetry compatible and can be sent to any OpenTelemetry collector for viewing.
Last updated
Copyright ยฉ 2023 Arize AI, Inc
This integration will allow you to trace Microsoft PromptFlow flows and send their traces into Arize.
Import arize_otel
and other dependencies required for setup.
Set up OpenTelemetry using our convenience function: register_otel
with your Arize credentials.
Then set up the OpenTelemetry endpoint to be Arize and use Prompt flow's setup_exporter_from_environ
to start tracing any further flows and LLM calls.
Proceed with creating Prompt flow flows as usual.