probots-io / pinecone-php

A beautiful, extendable PHP Package to communicate with your pinecone.io indices, collections and vectors.
https://probots.io
MIT License
53 stars 17 forks source link

Add note in readme about index host format #10

Closed cwest144 closed 6 months ago

cwest144 commented 7 months ago

The pinecone Describe Indexes endpoint returns the host without "https://" at the start. If that value is used directly to initialize the probots client, all data plane requests result in a curl timeout. It would be helpful to point this out in the readme.

derpoho commented 6 months ago

thanks @cwest144