Skip to content

Commit 2982630

Browse files
B-Step62harupy
andauthored
Bump typescript SDK version (mlflow#17245)
Signed-off-by: B-Step62 <yuki.watanabe@databricks.com> Signed-off-by: Yuki Watanabe <31463517+B-Step62@users.noreply.github.com> Co-authored-by: Harutaka Kawamura <hkawamura0130@gmail.com>
1 parent 59f80a4 commit 2982630

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

docs/docs/genai/tracing/app-instrumentation/typescript-sdk.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ MLflow Typescript SDK is an experimental package. We are actively working on it
1919

2020
:::
2121

22-
MLflow's Typescript SDK empowers AI application developers by bringing [MLflow's Tracing](/genai/tracing) capabilities to Typescript and Javascript. With minimum code changes, you can **debug**, **evaluate**, and **monitor** your applications with MLflow's powerful observability features and take advantage of the trusted end-to-end MLOps platform.
22+
[MLflow's TypeScript SDK](https://www.npmjs.com/package/mlflow-tracing) empowers AI application developers by bringing [MLflow's Tracing](/genai/tracing) capabilities to TypeScript and JavaScript. With minimum code changes, you can **debug**, **evaluate**, and **monitor** your applications with MLflow's powerful observability features and take advantage of the trusted end-to-end MLOps platform.
2323

2424
## Quick Start
2525

@@ -38,6 +38,8 @@ If you are new to MLflow Tracing, please start with the following quickstart gui
3838

3939
## Installation
4040

41+
Install the package from the [npm registry](https://www.npmjs.com/package/mlflow-tracing):
42+
4143
```bash
4244
npm install mlflow-tracing
4345
```

libs/typescript/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mlflow-tracing",
3-
"version": "0.1.0-rc.0",
3+
"version": "0.1.0",
44
"description": "TypeScript implementation of MLflow Tracing SDK for LLM observability",
55
"repository": {
66
"type": "git",

libs/typescript/integrations/openai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mlflow-openai",
3-
"version": "0.1.0-rc.0",
3+
"version": "0.1.0",
44
"description": "OpenAI integration package for MLflow Tracing",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)