From 7e7355c0908c7a35323ce896a5a4b56ddc3b8532 Mon Sep 17 00:00:00 2001 From: Chris West Date: Sat, 30 Mar 2024 13:10:12 -0400 Subject: [PATCH] add note in readme about index host format --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e471fb8..c3e60f4 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,8 @@ $pinecone = new Pinecone($apiKey, $indexHost); // all control AND data methods are available now ``` +> **Info** +> The index host should include `https://`, which you may need to prepend to the value returned from Pinecone. ## Responses