-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update docs from notion (#2747)
Update docs from Notion Co-authored-by: ogabrielluiz <[email protected]>
- Loading branch information
1 parent
e8afe6c
commit 868e22c
Showing
8 changed files
with
54 additions
and
53 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,42 @@ | ||
--- | ||
title: LangWatch | ||
sidebar_position: 1 | ||
slug: /integrations-langwatch | ||
--- | ||
|
||
|
||
|
||
# LangWatch {#938674091aac4d9d9aa4aa6eb5c215b4} | ||
|
||
|
||
LangWatch is an all-in-one LLMOps platform for monitoring, observability, analytics, evaluations and alerting for getting user insights and improve your LLM workflows. | ||
|
||
|
||
To integrate with Langflow, just add your LangWatch API as a Langflow environment variable and you are good to go! | ||
|
||
|
||
## Step-by-step Configuration {#6f1d56ff6063417491d100d522dfcf1a} | ||
|
||
1. Obtain your LangWatch API key from [https://app.langwatch.com/](https://app.langwatch.com/) | ||
2. Add the following key to Langflow .env file: | ||
|
||
```shell | ||
LANGWATCH_API_KEY="your-api-key" | ||
``` | ||
|
||
|
||
or export it in your terminal: | ||
|
||
|
||
```shell | ||
export LANGWATCH_API_KEY="your-api-key" | ||
``` | ||
|
||
1. Restart Langflow using `langflow run --env-file .env` | ||
2. Run any project and check the LangWatch dashboard for monitoring and observability. | ||
|
||
![](./505849097.png) | ||
|
||
|
||
![](./1503538843.png) | ||
|
This file was deleted.
Oops, something went wrong.
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
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
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