From 79a2354f7cba27a5e0a8bf317a539b343f8f671f Mon Sep 17 00:00:00 2001 From: Sanjana Yeddula Date: Sun, 16 Mar 2025 22:53:36 -0700 Subject: [PATCH] Phoenix Observability Edits --- en/using-flowise/observability/README.md | 62 +++++++++++++++++++++++ en/using-flowise/observability/arize.md | 29 +++++++++++ en/using-flowise/observability/phoenix.md | 29 +++++++++++ 3 files changed, 120 insertions(+) create mode 100644 en/using-flowise/observability/README.md create mode 100644 en/using-flowise/observability/arize.md create mode 100644 en/using-flowise/observability/phoenix.md diff --git a/en/using-flowise/observability/README.md b/en/using-flowise/observability/README.md new file mode 100644 index 00000000..b0b219fc --- /dev/null +++ b/en/using-flowise/observability/README.md @@ -0,0 +1,62 @@ +--- +description: Learn how to analyze and troubleshoot your chatflows and agentflows +--- + +# Observability + +*** + +There are several observability providers Flowise integrates with: + +* [LunaryAI](https://lunary.ai/) +* [Langsmith](https://smith.langchain.com/) +* [Langfuse](https://langfuse.com/) +* [LangWatch](https://langwatch.ai/) +* [Arize](https://arize.com/) +* [Phoenix](https://phoenix.arize.com/) + +## Lunary + +[Lunary](https://lunary.ai/) is a monitoring and analytics platform for LLM chatbots. + +Flowise has partnered with Lunary to provide a complete integration supporting user tracing, feedback tracking, conversation replays and detailed LLM analytics. + +Flowise users can get a 30% discount on the Teams Plan using code `FLOWISEFRIENDS` during checkout. + +Read more on how to setup Lunary with Flowise [here](https://lunary.ai/docs/integrations/flowise). + +## Setup + +1. At the top right corner of your Chatflow or Agentflow, click **Settings** > **Configuration** + +
Screenshot of user clicking in the configuration menu
+ +2. Then go to the Analyse Chatflow section + +
Screenshot of the Analyse Chatflow section with the different Analytics providers
+ +3. You will see a list of providers, along with their configuration fields + +
Screenshot of an analytics provider with credentials fields expanded
+ +4. Fill in the credentials and other configuration details, then turn the provider **ON**. Click Save. + +
Screenshot of analytics providers enabled
+ +## API + +Once the analytic has been turned ON from the UI, you can override or provide additional configuration in the body of the [Prediction API](api.md#prediction-api): + +```json +{ + "question": "hi there", + "overrideConfig": { + "analytics": { + "langFuse": { + // langSmith, langFuse, lunary, langWatch + "userId": "user1" + } + } + } +} +``` diff --git a/en/using-flowise/observability/arize.md b/en/using-flowise/observability/arize.md new file mode 100644 index 00000000..1cdbdc3f --- /dev/null +++ b/en/using-flowise/observability/arize.md @@ -0,0 +1,29 @@ +--- +description: Learn how to setup Arize to analyze and troubleshoot your chatflows and agentflows +--- + +# Arize + +*** + +## Setup + +1. At the top right corner of your Chatflow or Agentflow, click **Settings** > **Configuration** + +
Screenshot of user clicking in the configuration menu
+ +2. Then go to the Analyse Chatflow section + +
Screenshot of the Analyse Chatflow section with the different Analytics providers
+ +3. You will see a list of providers, along with their configuration fields. Click on Arize. + +
Screenshot of an analytics provider with credentials fields expanded
+ +4. Create credentials for Arize. Refer to the [official guide](https://docs.arize.com/arize/llm-tracing/quickstart-llm#get-your-api-keys) on how to get the Arize API key. + +
Screenshot of analytics providers enabled
+ +5. Fill in other configuration details, then turn the provider **ON** + +
Screenshot of analytics providers enabled
diff --git a/en/using-flowise/observability/phoenix.md b/en/using-flowise/observability/phoenix.md new file mode 100644 index 00000000..53151450 --- /dev/null +++ b/en/using-flowise/observability/phoenix.md @@ -0,0 +1,29 @@ +--- +description: Learn how to setup Phoenix to analyze and troubleshoot your chatflows and agentflows +--- + +# Phoenix + +*** + +## Setup + +1. At the top right corner of your Chatflow or Agentflow, click **Settings** > **Configuration** + +
Screenshot of user clicking in the configuration menu
+ +2. Then go to the Analyse Chatflow section + +
Screenshot of the Analyse Chatflow section with the different Analytics providers
+ +3. You will see a list of providers, along with their configuration fields. Click on Phoenix. + +
Screenshot of an analytics provider with credentials fields expanded
+ +4. Create credentials for Phoenix. Refer to the [official guide](https://docs.arize.com/phoenix/tracing/llm-traces-1) on how to get the Phoenix API key. + +
Screenshot of analytics providers enabled
+ +5. Fill in other configuration details, then turn the provider **ON**. Click Save. + +
Screenshot of analytics providers enabled