langflow/docs/docs/Integrations/integrations-langwatch.md
github-actions[bot] 8f3a82e0df
docs: update docs from notion (#3074)
* Update docs from Notion

* feat: Add RAG (Retrieval-Augmented Generation) components documentation

This commit adds documentation for RAG (Retrieval-Augmented Generation) components. It explains how these components process a user query by retrieving relevant documents and generating a concise summary that addresses the user's question. The documentation includes information about the Vectara component, its parameters, and the Vectara corpus. For more details, refer to the [Vectara documentation](https://docs.vectara.com/docs).

---------

Co-authored-by: ogabrielluiz <ogabrielluiz@users.noreply.github.com>
Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
2024-07-30 17:52:03 +00:00

950 B

title sidebar_position slug
LangWatch 1 /integrations-langwatch

LangWatch

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

  1. Obtain your LangWatch API key from https://app.langwatch.ai/
  2. Add the following key to Langflow .env file:
LANGWATCH_API_KEY="your-api-key"

or export it in your terminal:

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.