We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc1f220 commit 4513d62Copy full SHA for 4513d62
README.md
@@ -77,6 +77,9 @@ $pinecone = new Pinecone($apiKey, $indexHost);
77
// all control AND data methods are available now
78
```
79
80
+> **Info**
81
+> The index host should include `https://`, which you may need to prepend to the value returned from Pinecone.
82
+
83
## Responses
84
85
All responses are returned as a `Response` object.
0 commit comments