Skip to content

Commit 4513d62

Browse files
committed
add note about host format by @cwest144
1 parent bc1f220 commit 4513d62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ $pinecone = new Pinecone($apiKey, $indexHost);
7777
// all control AND data methods are available now
7878
```
7979

80+
> **Info**
81+
> The index host should include `https://`, which you may need to prepend to the value returned from Pinecone.
82+
8083
## Responses
8184

8285
All responses are returned as a `Response` object.

0 commit comments

Comments
 (0)