From 2e93b542d22e21a5c554da299446bd5be116f210 Mon Sep 17 00:00:00 2001 From: Jen Hamon Date: Thu, 14 Sep 2023 03:52:22 -0400 Subject: [PATCH] Add README notice about compatibility --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c07fc49b..eb215eda 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ This is the official Node.js client for Pinecone, written in TypeScript. If you are upgrading from a `v0.x` beta client, check out the [**v1 Migration Guide**](./v1-migration.md). +## Prerequisites + +The Pinecone TypeScript client is compatible with TypeScript 4.1 and greater. + ## Installation ```