From 025a1c7b3851ad2423968436ba938a008fd4a115 Mon Sep 17 00:00:00 2001 From: Andrew Kent Date: Fri, 17 Oct 2025 14:56:56 -0600 Subject: [PATCH 1/2] point api client docs to java sdk --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 18106805..33901a91 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Braintrust Java API Library +NOTE: This repo is a java client for the Braintrust REST api. If you wish to trace and write evals in java, see the [Braintrust Java SDK](https://github.com/braintrustdata/braintrust-sdk-java) + [![Maven Central](https://img.shields.io/maven-central/v/com.braintrustdata.api/braintrust-java)](https://central.sonatype.com/artifact/com.braintrustdata.api/braintrust-java/0.9.0) From 12b0beeaf649b7420dec2c96075e25236185c1ab Mon Sep 17 00:00:00 2001 From: Andrew Kent <31153155+realark@users.noreply.github.com> Date: Thu, 23 Oct 2025 10:15:42 -0600 Subject: [PATCH 2/2] Update README.md Co-authored-by: Hurshal Patel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33901a91..f494ee60 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Braintrust Java API Library -NOTE: This repo is a java client for the Braintrust REST api. If you wish to trace and write evals in java, see the [Braintrust Java SDK](https://github.com/braintrustdata/braintrust-sdk-java) +NOTE: This repo is a Java client for the Braintrust REST API. If you wish to trace and write evals in java, see the [Braintrust Java SDK](https://github.com/braintrustdata/braintrust-sdk-java)