Back to Mlflow

Genai Demo Card

docs/src/content/genai_demo_card.mdx

3.12.0974 B
Original Source

import ImageBox from "@site/src/components/ImageBox"; import { Rocket } from "lucide-react";

<details> <summary> <div style={{ display: 'flex', alignItems: 'center', gap: '0.5rem' }}> <Rocket /> <b>Try the MLflow LLMs and Agents Demo</b> </div>

The quickest way to learn about MLflow for LLMs and AI Agents is to try the demo. Click to launch the demo ↓

</summary>

Public Demo

Visit demo.mlflow.org to explore a publicly hosted MLflow instance pre-loaded with sample data.

Starting from UI

To start the demo, click on the "Start Demo" button on the top page of the MLflow UI.

<ImageBox src="/images/llms/demo/demo.png" alt="MLflow GenAI Demo UI" />

Starting from CLI

Alternatively, you can start the demo from the command line using the mlflow demo command. This option does not require you to have a running MLflow server.

bash
uvx mlflow demo
</details>