-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f550931
commit b7166f5
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
34 changes: 34 additions & 0 deletions
34
pages/changelog/2024-12-02-tracing-docs-for-google-vertex-ai-and-gemini.mdx
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,34 @@ | ||
--- | ||
date: 2024-12-02 | ||
title: New documentation for Google Vertex AI and Gemini tracing | ||
description: Comprehensive guides for tracing Google Vertex AI and Gemini models with Langfuse | ||
author: Marc | ||
--- | ||
|
||
import { ChangelogHeader } from "@/components/changelog/ChangelogHeader"; | ||
|
||
<ChangelogHeader /> | ||
|
||
We've published comprehensive documentation on how to trace Google Vertex AI and Gemini models with Langfuse. This guide helps you implement observability for your Google Vertex AI applications, including the Gemini model family. | ||
|
||
## What's Included | ||
|
||
1. **Step-by-step Integration Guide**: Detailed instructions for setting up Langfuse tracing with Google Vertex AI, including code examples and best practices. | ||
2. **Framework Examples**: Ready-to-use code snippets demonstrating how to implement tracing for application frameworks such as LangChain. | ||
|
||
## Key Tracing Features | ||
|
||
- Automatic capture of prompts, completions, and tokens | ||
- Latency tracking for model calls | ||
- Cost calculation for Vertex AI usage | ||
- Support for multi-modal inputs with Gemini | ||
- Structured logging of model parameters and metadata | ||
|
||
## How to Get Started | ||
|
||
1. Check out our new [documentation](/docs/integrations/google-vertex-ai) | ||
2. Follow the setup instructions to configure your Google Cloud credentials | ||
3. Implement tracing using our SDK examples | ||
4. Start monitoring your Vertex AI and Gemini model calls in the Langfuse UI | ||
|
||
By the way, Google Vertex and Gemini are also supported in the LLM Playground, Prompt Experiments, and LLM-as-a-judge evaluations ([changelog](/changelog/2024-11-28-google-vertex-ai-support-playground-evals)). |