From 6b0adba2d9d28a78558cd55c679b6b638305996f Mon Sep 17 00:00:00 2001 From: Will Jones Date: Mon, 13 Jan 2025 14:53:12 -0800 Subject: [PATCH] chore: add deprecation warning to vectordb (#2003) --- node/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/node/README.md b/node/README.md index 9f0c2feb..a4647732 100644 --- a/node/README.md +++ b/node/README.md @@ -2,6 +2,9 @@ A JavaScript / Node.js library for [LanceDB](https://github.com/lancedb/lancedb). +**DEPRECATED: This library is deprecated. Please use the new client, +[@lancedb/lancedb](https://www.npmjs.com/package/@lancedb/lancedb).** + ## Installation ```bash