- Issue created by @wouters_f
- 🇬🇧United Kingdom scott_euser
Host should get automatically set from the describeIndex api call to pinecone. Needs more info I think
The line $this->client->setIndexHost('https://' . $index['host']); fails.
in the index or server there is no possibility anymore to configure the host?
So this fails.
install pinecone provider
I've overridden it with a hardcoded url and everything works but I'm not sure how to fix properly.
Active
1.0
Code
Host should get automatically set from the describeIndex api call to pinecone. Needs more info I think