diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx index 188e0fc..2c4b7ad 100644 --- a/docs/quickstart.mdx +++ b/docs/quickstart.mdx @@ -77,6 +77,10 @@ cargo add lancedb ``` + +The TypeScript SDK (`@lancedb/lancedb`) requires Node.js 22 or later. Earlier releases supported Node.js 18, but Node.js 18 and 20 are end-of-life. Upgrade your runtime before installing or updating the package. + + ### Python pre-release builds To pick up the latest features and bug fixes