Skip to content

Commit

Permalink
add changelog post
Browse files Browse the repository at this point in the history
  • Loading branch information
marcklingen committed Dec 2, 2024
1 parent f550931 commit b7166f5
Showing 1 changed file with 34 additions and 0 deletions.
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)).

0 comments on commit b7166f5

Please sign in to comment.