-
Notifications
You must be signed in to change notification settings - Fork 246
docs: document multi-modal datasets #3119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
7f1207d
docs(evaluation): document multi-modal datasets
wochinge 6dd4569
docs(evaluation): address multi-modal dataset review
wochinge b1314db
docs(evaluation): reflect default dataset media resolution
wochinge d3d81e1
docs(evaluation): update multi-modal dataset release versions
wochinge 6046891
docs(evaluation): clarify dataset media url expiry
wochinge File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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,45 @@ | ||
| --- | ||
| date: 2026-06-23 | ||
| title: Multi-modal datasets | ||
| description: Create Langfuse dataset items with images, audio, video, documents, and other attachments for SDK-based multi-modal experiments. | ||
| author: Tobias Wochinger | ||
| canonical: /docs/evaluation/experiments/datasets | ||
| --- | ||
|
|
||
| import { ChangelogHeader } from "@/components/changelog/ChangelogHeader"; | ||
| import { Book, FlaskConical } from "lucide-react"; | ||
|
|
||
| <ChangelogHeader /> | ||
|
|
||
| <Video | ||
| src="https://static.langfuse.com/docs-videos/2026-06-17-create-multimodal-dataset-item.mp4" | ||
| aspectRatio={16 / 9} | ||
| gifStyle | ||
| /> | ||
|
|
||
| You can now add media attachments to Langfuse dataset items and use them in SDK-based multi-modal experiments. Dataset item `input`, `expectedOutput`, and `metadata` can include media uploaded from the UI or via the Python and JS/TS SDKs. | ||
|
|
||
| Use this to build visual QA datasets, compare generated images against reference files, or run evaluations over audio, documents, and other multi-modal inputs. In SDK-based experiments, dataset media is resolved into media references by default, with helpers to fetch them as bytes, base64, or data URIs depending on the format your model provider expects. | ||
|
|
||
| <Callout type="info"> | ||
| Multi-modal datasets are supported for SDK-based experiments with Python SDK | ||
| `>= 4.10.0` and JS/TS SDK `@langfuse/client >= 5.6.0`. UI-based | ||
| experiments do not yet support dataset items with media attachments. | ||
| </Callout> | ||
|
|
||
| ## Get started | ||
|
|
||
| <Cards num={2}> | ||
| <Card | ||
| title="Datasets" | ||
| href="/docs/evaluation/experiments/datasets" | ||
| icon={<Book />} | ||
| arrow | ||
| /> | ||
| <Card | ||
| title="Experiments via SDK" | ||
| href="/docs/evaluation/experiments/experiments-via-sdk" | ||
| icon={<FlaskConical />} | ||
| arrow | ||
| /> | ||
| </Cards> |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.