From 68c07f333f77c2bb19f34b2b58909626c0d2f3b9 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Mon, 9 Mar 2026 21:47:58 +0800 Subject: [PATCH] chore: unify component README titles (#3066) --- java/README.md | 2 +- python/README.md | 2 +- rust/lancedb/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/java/README.md b/java/README.md index ac88a500e..d3560ba4d 100644 --- a/java/README.md +++ b/java/README.md @@ -1,4 +1,4 @@ -# LanceDB Java SDK +# LanceDB Java Enterprise Client ## Configuration and Initialization diff --git a/python/README.md b/python/README.md index 8d3df03f0..81d567f04 100644 --- a/python/README.md +++ b/python/README.md @@ -1,4 +1,4 @@ -# LanceDB +# LanceDB Python SDK A Python library for [LanceDB](https://github.com/lancedb/lancedb). diff --git a/rust/lancedb/README.md b/rust/lancedb/README.md index 2ce8b510c..8550ef704 100644 --- a/rust/lancedb/README.md +++ b/rust/lancedb/README.md @@ -1,4 +1,4 @@ -# LanceDB Rust +# LanceDB Rust SDK ![img](https://img.shields.io/crates/v/vectordb) ![Docs.rs](https://img.shields.io/docsrs/vectordb)