Skip to content

Commit

Permalink
docs: add 2.0 video
Browse files Browse the repository at this point in the history
  • Loading branch information
marcklingen committed Apr 27, 2024
1 parent 9e247a6 commit da28e2c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions components/home/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ export function Hero() {
</div>
{/* <div className="aspect-video bg-blue-200"></div> */}
<CloudflareVideo
videoId="fca868fe131c3de28945229eac4538c9"
videoId="fc956675646a9f989193bfd8755d3aec"
aspectRatio={16 / 9}
title="Introducing Langfuse 2.0"
posterStartTime={81}
posterStartTime={71}
/>
</HomeSection>
);
Expand Down
4 changes: 2 additions & 2 deletions pages/blog/2024-04-introducing-langfuse-2.0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ What are LLMs without Prompts? We have doubled down on helping developers manage
And since this week, you can also directly iterate on prompts within the new [**LLM playground**](/docs/playground). It is a neat and easy way to continue tinkering with the data you observe in Langfuse while not leaving the interface.

<CloudflareVideo
videoId="fca868fe131c3de28945229eac4538c9"
videoId="fc956675646a9f989193bfd8755d3aec"
aspectRatio={16 / 9}
title="Introducing Langfuse 2.0"
posterStartTime={81}
posterStartTime={71}
/>

Our most sophisticated users **experiment and iterate on their entire LLM pipelines**. This might start with a playground for some workflows, but our newly revamped [**Datasets**](/docs/datasets) feature helps do this on an ongoing basis with a structured evaluation process. Datasets are reference sets of inputs and expected outputs. You can upload your own datasets via the API and SDKs or continuously add to the datasets when recognizing new edge cases in production traces. You can then run experiments on these datasets and attach scores and evaluations to them.
Expand Down
6 changes: 3 additions & 3 deletions pages/guides/videos/introducing-langfuse-2.0.mdx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Introducing Langfuse 2.0
description: Reintroducing Langfuse as we grew from observability into an LLM Engineering Platform
description: Reintroducing Langfuse – the Open Source LLM Engineering Platform
---

# Introducing Langfuse 2.0

<CloudflareVideo
videoId="fca868fe131c3de28945229eac4538c9"
videoId="fc956675646a9f989193bfd8755d3aec"
aspectRatio={16 / 9}
title="Introducing Langfuse 2.0"
posterStartTime={81}
posterStartTime={71}
/>

0 comments on commit da28e2c

Please sign in to comment.